Commit 8aacc785 authored by 潘永坪's avatar 潘永坪

文字修改

parent 996811b5
...@@ -148,7 +148,7 @@ ...@@ -148,7 +148,7 @@
<view class="bottom-right"> <view class="bottom-right">
<view class="bottom-choose"> <view class="bottom-choose">
<view class="bottom-more" v-show="chooseProduct.length > 0"> <view class="bottom-more" v-show="chooseProduct.length > 0">
组合购更优惠 组合购更便捷
<text class="bottom-triangle"></text> <text class="bottom-triangle"></text>
</view> </view>
<view class="bottom-detail" @click="showDetail()" :style="{ top: chooseProduct.length > 0 ? '-28rpx' : '0' }"> <view class="bottom-detail" @click="showDetail()" :style="{ top: chooseProduct.length > 0 ? '-28rpx' : '0' }">
...@@ -838,7 +838,7 @@ export default { ...@@ -838,7 +838,7 @@ export default {
onShareAppMessage(options) { onShareAppMessage(options) {
let url='pages/combination/distributionCombiChoose/distributionCombiChoose' let url='pages/combination/distributionCombiChoose/distributionCombiChoose'
return { return {
title: '组合购买更优惠', title: '组合购更便捷',
path: `${url}?channelId=${this.channelId}&merchantId=${this.merchantId}&groupId=${this.groupId}&groupChannelId=${this.groupChannelId}&companyId=${this.companyId}` path: `${url}?channelId=${this.channelId}&merchantId=${this.merchantId}&groupId=${this.groupId}&groupChannelId=${this.groupChannelId}&companyId=${this.companyId}`
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment