蒋俊杰 5 years ago
parent 98bc06e300
commit ef4341202e

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

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

Loading…
Cancel
Save