修改主题
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
</view>
|
||||
<!--<view class="noCommodity">-->
|
||||
<!--<view class="noPictrue">-->
|
||||
<!--<image :src="$VUE_APP_RESOURCES_URL+'/images/noSearch.png'" class="image" />-->
|
||||
<!--<image src="@/static/images/noSearch.png" class="image" />-->
|
||||
<!--</view>-->
|
||||
<!--<recommend></recommend>-->
|
||||
<!--</view>-->
|
||||
|
@ -26,7 +26,7 @@
|
||||
v-if="collectProductList.length < 1 && page > 1"
|
||||
>
|
||||
<view class="noPictrue">
|
||||
<image :src="$VUE_APP_RESOURCES_URL+'/images/noCollection.png'" class="image" />
|
||||
<image src="@/static/images/noCollection.png" class="image" />
|
||||
</view>
|
||||
<Recommend></Recommend>
|
||||
</view>
|
||||
|
@ -7,7 +7,7 @@
|
||||
<text>¥</text>
|
||||
<text class="num">{{ storeInfo.price }}</text>
|
||||
<text class="vip-money" v-if="storeInfo.vipPrice && storeInfo.vipPrice > 0">¥{{ storeInfo.vipPrice }}</text>
|
||||
<image :src="$VUE_APP_RESOURCES_URL+'/images/vip.png'" class="image" v-if="storeInfo.vipPrice && storeInfo.vipPrice > 0" />
|
||||
<image src="@/static/images/vip.png" class="image" v-if="storeInfo.vipPrice && storeInfo.vipPrice > 0" />
|
||||
</view>
|
||||
<view class="iconfont icon-fenxiang" @click="listenerActionSheet"></view>
|
||||
</view>
|
||||
@ -62,9 +62,9 @@
|
||||
</view>
|
||||
<view class="superior">
|
||||
<view class="title acea-row row-center-wrapper">
|
||||
<image :src="$VUE_APP_RESOURCES_URL+'/images/ling.png'" />
|
||||
<image src="@/static/images/ling.png" />
|
||||
<text class="titleTxt">优品推荐</text>
|
||||
<image :src="$VUE_APP_RESOURCES_URL+'/images/ling.png'" />
|
||||
<image src="@/static/images/ling.png" />
|
||||
</view>
|
||||
<template>
|
||||
<view class="slider-banner banner">
|
||||
|
@ -21,15 +21,15 @@
|
||||
>{{ title ? title : "默认" }}</view>
|
||||
<view class="item" @click="set_where(1)">
|
||||
价格
|
||||
<image :src="$VUE_APP_RESOURCES_URL+'/images/horn.png'" v-if="price === 0" />
|
||||
<image :src="$VUE_APP_RESOURCES_URL+'/images/up.png'" v-if="price === 1" />
|
||||
<image :src="$VUE_APP_RESOURCES_URL+'/images/down.png'" v-if="price === 2" />
|
||||
<image src="@/static/images/horn.png" v-if="price === 0" />
|
||||
<image src="@/static/images/up.png" v-if="price === 1" />
|
||||
<image src="@/static/images/down.png" v-if="price === 2" />
|
||||
</view>
|
||||
<view class="item" @click="set_where(2)">
|
||||
销量
|
||||
<image :src="$VUE_APP_RESOURCES_URL+'/images/horn.png'" v-if="stock === 0" />
|
||||
<image :src="$VUE_APP_RESOURCES_URL+'/images/up.png'" v-if="stock === 1" />
|
||||
<image :src="$VUE_APP_RESOURCES_URL+'/images/down.png'" v-if="stock === 2" />
|
||||
<image src="@/static/images/horn.png" v-if="stock === 0" />
|
||||
<image src="@/static/images/up.png" v-if="stock === 1" />
|
||||
<image src="@/static/images/down.png" v-if="stock === 2" />
|
||||
</view>
|
||||
<!-- down -->
|
||||
<view class="item" :class="nows ? 'font-color-red' : ''" @click="set_where(3)">新品</view>
|
||||
@ -70,7 +70,7 @@
|
||||
v-if="productList.length === 0 && where.page > 1"
|
||||
>
|
||||
<view class="noPictrue">
|
||||
<image :src="$VUE_APP_RESOURCES_URL+'/images/noGood.png'" class="image" />
|
||||
<image src="@/static/images/noGood.png" class="image" />
|
||||
</view>
|
||||
</view>
|
||||
<Recommend v-if="productList.length === 0 && where.page > 1"></Recommend>
|
||||
|
@ -96,7 +96,7 @@
|
||||
</view>
|
||||
<!--购物车暂无商品-->
|
||||
<view class="noCart" v-if="cartList.valid.length === 0 && cartList.invalid.length === 0">
|
||||
<view class="pictrue"><image :src="$VUE_APP_RESOURCES_URL + '/images/noCart.png'" /></view>
|
||||
<view class="pictrue"><image src="@/static/images/noCart.png" /></view>
|
||||
<Recommend></Recommend>
|
||||
</view>
|
||||
<view style="height:210rpx"></view>
|
||||
@ -497,4 +497,4 @@ export default {
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
</script>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<!--暂无新闻-->
|
||||
<view class="noCommodity" v-if="articleList.length === 0 && page > 1">
|
||||
<view class="noPictrue">
|
||||
<image :src="$VUE_APP_RESOURCES_URL+'/images/noNews.png'" class="image" />
|
||||
<image src="@/static/images/noNews.png" class="image" />
|
||||
</view>
|
||||
</view>
|
||||
<!--</Tab>-->
|
||||
|
Reference in New Issue
Block a user