static图片网络化
This commit is contained in:
@ -91,7 +91,7 @@
|
||||
</view>
|
||||
|
||||
<view class="no-express" v-if="loaded && !expressList.length">
|
||||
<image src="@/static/images/noExpress.png" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/noExpress.png`" />
|
||||
</view>
|
||||
<Recommend></Recommend>
|
||||
</view>
|
||||
|
@ -142,7 +142,7 @@
|
||||
</view>
|
||||
<view class="noCart" v-if="orderList.length === 0 && page > 1">
|
||||
<view class="pictrue">
|
||||
<image src="@/static/images/noOrder.png" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/noOrder.png`" />
|
||||
</view>
|
||||
</view>
|
||||
<Loading :loaded="loaded" :loading="loading"></Loading>
|
||||
|
@ -66,7 +66,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="gear">
|
||||
<img src="@/static/images/writeOff.jpg" />
|
||||
<img :src="`${$VUE_APP_RESOURCES_URL}/images/writeOff.jpg`" />
|
||||
</div>
|
||||
<div class="num">{{ orderInfo.verifyCode }}</div>
|
||||
<div class="rules">
|
||||
@ -111,7 +111,7 @@
|
||||
<div>{{ system_store.address }}</div>
|
||||
</div>
|
||||
<view class="line" v-if="orderInfo.shippingType === 1">
|
||||
<image src="@/static/images/line.jpg" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/line.jpg`" />
|
||||
</view>
|
||||
</template>
|
||||
<OrderGoods :evaluate="status.type || 0" :isIntegral="isIntegral" :cartInfo="orderInfo.cartInfo || []"></OrderGoods>
|
||||
|
@ -39,7 +39,7 @@
|
||||
<div class="iconfont icon-jiantou"></div>
|
||||
</div>
|
||||
<view class="line">
|
||||
<image src="@/static/images/line.jpg" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/line.jpg`" />
|
||||
</view>
|
||||
</view>
|
||||
<OrderGoods :evaluate="0" :isIntegral="isIntegral" :cartInfo="orderGroupInfo.cartInfo"></OrderGoods>
|
||||
|
@ -35,7 +35,7 @@
|
||||
</view>
|
||||
<view class="noCart" v-if="orderList.length === 0 && page > 1">
|
||||
<view class="pictrue">
|
||||
<image src="@/static/images/noOrder.png" />
|
||||
<image :src="`${$VUE_APP_RESOURCES_URL}/images/noOrder.png`" />
|
||||
</view>
|
||||
</view>
|
||||
<Loading :loaded="loaded" :loading="loading"></Loading>
|
||||
|
Reference in New Issue
Block a user