wangfukang 3 weeks ago
parent
commit
adab00fd8b
  1. 5
      package2/group/groupBuySingle.vue

5
package2/group/groupBuySingle.vue

@ -419,7 +419,7 @@
<view class="pintuan2"
style="border-bottom-left-radius: 100rpx;border-top-left-radius: 100rpx;"
@tap.stop="submitPintuan(true)">
面对面团
<uni-icons type="help" size="16" style="padding-right: 20rpx;margin-top: 4rpx;" @tap.stop="openMianRemark"></uni-icons>
</view>
<view class="pintuan2"
style="background: rgba(0, 35, 28, 1);border-bottom-right-radius: 100rpx;border-top-right-radius: 100rpx;color: rgba(166, 255, 234, 1);"
@ -1734,6 +1734,9 @@
}
});
},
openMianRemark(){
this.tui.toast('面对面团不会公开显示,如果选择配送团订单会统一送达!', 1000);
},
selectCoupon(item) {
this.selectedCoupon = item;
this.selectedGroupRule.groupPriceAndMore -= parseFloat(this.selectedCoupon.discountAmount);

Loading…
Cancel
Save