|
|
|
@ -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); |
|
|
|
|