1.修改问题

master
杨杰 2 years ago
parent 096508562e
commit 56669d0b47
  1. 11
      high-unionPay/pages/goods/goods-list/goods-list.vue
  2. 6
      high-unionPay/pages/tabBar/home/home.vue
  3. 4
      high-unionPay/pages/unionPay/recharge-centre/recharge-centre.vue

@ -9,7 +9,7 @@
<view class="swiper-box">
<swiper circular="true" autoplay="true" @change="swiperChange">
<swiper-item v-for="swiper in swiperList" :key="swiper.id">
<image :src="imageUrl+swiper.imgData"></image>
<image :src="imageUrl+swiper.imgData" @click="jumpCont(swiper)"></image>
</swiper-item>
</swiper>
<view class="indicator">
@ -265,6 +265,15 @@
uni.navigateTo({
url: '../../goods/goods?id=' + e
});
},
//
jumpCont(item) {
if (item.jumpUrl) {
uni.navigateTo({
url: item.jumpUrl
})
}
},
}

@ -335,7 +335,7 @@
//广
this.showPopup();
this.imgadres3 = res.return_data.childCategory[0].imgData;
this.webUrl = res.return_data.childCategory[0].ext1;
this.webUrl = res.return_data.childCategory[0].jumpUrl;
this.jumpType = res.return_data.childCategory[0].jumpType;
}
});
@ -422,9 +422,9 @@
},
//
jumplottery(item) {
if (item.ext1) {
if (item.jumpUrl) {
uni.navigateTo({
url: item.ext1
url: item.jumpUrl
})
}
},

@ -40,9 +40,9 @@
<swiper class="swiper border-r" :style="{ height:mainHeight + 'px' }" :current="swiperTabIdx"
@change="SwiperChange">
<swiper-item class="swiperItem border-r" v-for="(item,index) in tabs" :key='index'>
<view class="width90 font14 fcor333 fontwig6 mart5">
<!-- <view class="width90 font14 fcor333 fontwig6 mart5">
话费特惠充值
</view>
</view> -->
<view v-if="amountList == ''" class="mart10 fotct font14 fcor666">
<image mode="widthFix" style="width: 40vw;" :src="imagewxUrl+imgadres"></image>
</view>

Loading…
Cancel
Save