蒋俊杰 5 years ago
parent 98bc06e300
commit ef4341202e

@ -27,7 +27,7 @@
<view class="flex" style="line-height: 50rpx;padding-bottom: 20rpx;">
<text class="text-black" style="font-weight: 900;font-size: 32rpx;">{{message.subtitle}}</text>
</view>
<view class="des">平台拒绝了您的退款申请如有疑问请联系客服</view>
<view class="des">平台拒绝了您的退款申请原因:{{message.rejectReason}}</view>
</view>
<!-- 申请通过要求用户寄回 -->

@ -15,7 +15,7 @@
<scroll-view scroll-y="true" style="height: 100vh;">
<view>
<view style="position: relative;" class="goodsDetail-swiper">
<u-swiper :list="swiperList" mode="number" indicator-pos="bottomRight" :height='750'></u-swiper>
<u-swiper :list="swiperList" mode="number" @click="handClick" indicator-pos="bottomRight" :height='750'></u-swiper>
<!-- <swiper class="swiper-box screen-swiper" :current="current" :circular="true" :autoplay="true" interval="3000"
duration="500" @change="swiperChange">
<swiper-item v-for="(item,index) in goodsDetail.mainPhotos" :key="index">
@ -781,6 +781,14 @@
console.log("success")
}
})
},
handClick(val) {
console.log(val)
wx.previewImage({
current: this.swiperList[val], // http
urls: this.swiperList // http
})
}
},
onShareAppMessage(res) {

Loading…
Cancel
Save