no message
This commit is contained in:
+11
-6
@@ -66,14 +66,14 @@
|
||||
|
||||
|
||||
<!-- 爆款专区-->
|
||||
<view class="product_comm hx_warp" v-if="faddishProduct && faddishProduct.length !== 0">
|
||||
<view class="product_comm hx_warp" @click="onJumpYou" v-if="faddishProduct && faddishProduct.length !== 0">
|
||||
<view class="product_title">
|
||||
<view class="product_title_left">
|
||||
<text class="product_title_yp">信任桥优品</text>
|
||||
<up-image src="/static/home/youxuan.png" width="10" height="10" bgColor="#f1f6ff00"></up-image>
|
||||
<text style="margin-left: 6rpx;color: #FFFFFF;">品牌5折秒杀福利</text>
|
||||
</view>
|
||||
<view class="product_title_f" style="font-weight: bold;" @click="jumpWelcome">
|
||||
<view class="product_title_f" style="font-weight: bold;" >
|
||||
<text style="">立即抢购</text>
|
||||
<view style="margin: 6rpx 0 0 6rpx;"><up-image src="/static/common/right_y_st3.png" width="12" height="12"
|
||||
bgColor="#f1f6ff00"></up-image></view>
|
||||
@@ -83,7 +83,7 @@
|
||||
:class="faddishProduct && faddishProduct.length > 2 ? 'product_content product_content2' : 'product_content'">
|
||||
<up-loading-icon :show="productLoading"></up-loading-icon>
|
||||
<view :class="faddishProduct && faddishProduct.length > 2 ? 'product_item2' : 'product_item'"
|
||||
v-for="item in faddishProduct" :key="item.id" @click="jumpInfo(item)">
|
||||
v-for="item in faddishProduct" :key="item.id" @click.stop="jumpInfo(item)">
|
||||
<up-image :src="item.url" width="100%" height="130" bgColor="#f1f6ff00" shape="square"
|
||||
radius='15'></up-image>
|
||||
<view class="product_f_item">
|
||||
@@ -301,6 +301,11 @@ export default {
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
onJumpYou(){
|
||||
uni.navigateTo({
|
||||
url:'/pages/rwa_package/shop/you-shop'
|
||||
})
|
||||
},
|
||||
checkUpdate() {
|
||||
const self = this,
|
||||
localAppVersonName = uni.getStorageSync('version'),
|
||||
@@ -407,7 +412,7 @@ export default {
|
||||
},
|
||||
jumpIntegral() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/other_package/pointsRedemption/pointsRedemption',
|
||||
url: '/pages/rwa_package/shop/fen-shop',
|
||||
})
|
||||
},
|
||||
jumpTurntable() {
|
||||
@@ -419,8 +424,8 @@ export default {
|
||||
})
|
||||
},
|
||||
jumpPrdference() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/login_package/preference/preference',
|
||||
uni.switchTab({
|
||||
url: '/pages/supply_chain/supply_chain',
|
||||
})
|
||||
},
|
||||
jumpWelcome() {
|
||||
|
||||
Reference in New Issue
Block a user