|
|
|
@ -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"> |
|
|
|
@ -232,6 +236,17 @@ |
|
|
|
|
'platform': "MP-WEIXIN", |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
/** |
|
|
|
|
* 分享当前页面 |
|
|
|
|
*/ |
|
|
|
|
onShareAppMessage() { |
|
|
|
|
// 构建页面参数 |
|
|
|
|
const params = this.$getShareUrlParams() |
|
|
|
|
return { |
|
|
|
|
title: '整点秒杀会场', |
|
|
|
|
path: `/pages/news1/MerchantSupplier` |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
toTextPage() { |
|
|
|
|
uni.navigateTo({ |
|
|
|
@ -280,7 +295,8 @@ |
|
|
|
|
] |
|
|
|
|
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) |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
// 正面 |
|
|
|
|