pifa
fanfan 5 months ago
parent 78ce751aa9
commit bcd14c6a9e
  1. 30
      pages/news1/MerchantSupplier.vue

@ -27,7 +27,8 @@
<view class="content">
<view class="box">
<view class="box-img">
<image :src="$picUrl+'/static/shangjia/describe_1.png'" style="width: 66rpx;height: 55rpx;" mode="">
<image :src="$picUrl+'/static/shangjia/describe_1.png'" style="width: 66rpx;height: 55rpx;"
mode="">
</image>
</view>
<view class="name">
@ -40,7 +41,8 @@
</view>
<view class="box">
<view class="box-img">
<image :src="$picUrl+'/static/shangjia/describe_2.png'" style="width: 77rpx;height: 68rpx;" mode="">
<image :src="$picUrl+'/static/shangjia/describe_2.png'" style="width: 77rpx;height: 68rpx;"
mode="">
</image>
</view>
<view class="name">
@ -53,7 +55,8 @@
</view>
<view class="box">
<view class="box-img">
<image :src="$picUrl+'/static/shangjia/describe_3.png'" style="width: 94rpx;height: 90rpx;" mode="">
<image :src="$picUrl+'/static/shangjia/describe_3.png'" style="width: 94rpx;height: 90rpx;"
mode="">
</image>
</view>
<view class="name">
@ -68,7 +71,8 @@
</view>
<view class="box">
<view class="box-img">
<image :src="$picUrl+'/static/shangjia/describe_4.png'" style="width:84rpx;height: 58rpx;" mode="">
<image :src="$picUrl+'/static/shangjia/describe_4.png'" style="width:84rpx;height: 58rpx;"
mode="">
</image>
</view>
<view class="name">
@ -214,7 +218,7 @@
card_hold_imgage_ids: [],
prove_imgage_ids: [],
isCheckout: false,
storeInfo:''
storeInfo: ''
}
},
onLoad(options) {
@ -232,6 +236,17 @@
'platform': "MP-WEIXIN",
}
},
/**
* 分享当前页面
*/
onShareAppMessage() {
//
const params = this.$getShareUrlParams()
return {
title: '整点秒杀会场',
path: `/pages/news1/MerchantSupplier`
}
},
methods: {
toTextPage() {
uni.navigateTo({
@ -275,12 +290,13 @@
})
return
}
let cardId = [that.card_just_imgage_ids, that.card_back_imgage_ids,that
let cardId = [that.card_just_imgage_ids, that.card_back_imgage_ids, that
.card_hold_imgage_ids
]
console.log(cardId)
uni.navigateTo({
url: '/pages/news1/MerchantSettlement?cardId=' + encodeURIComponent(cardId) + '&business=' + encodeURIComponent(that.prove_imgage_ids)
url: '/pages/news1/MerchantSettlement?cardId=' + encodeURIComponent(cardId) + '&business=' +
encodeURIComponent(that.prove_imgage_ids)
})
},
//

Loading…
Cancel
Save