|
|
@ -1302,6 +1302,12 @@ |
|
|
this.currentOrderId = res.result.id; |
|
|
this.currentOrderId = res.result.id; |
|
|
this.groupdeliveryType = res.result.deliveryType; |
|
|
this.groupdeliveryType = res.result.deliveryType; |
|
|
this.backendTotalAmount = res.result.totalAmount; |
|
|
this.backendTotalAmount = res.result.totalAmount; |
|
|
|
|
|
if(res.result.isFreeOrder == 1){ |
|
|
|
|
|
uni.showToast({ |
|
|
|
|
|
title: '锦鲤附身 免单' + res.result.freeAmount + '元', |
|
|
|
|
|
icon: 'none' |
|
|
|
|
|
}); |
|
|
|
|
|
} |
|
|
this.$refs.payPopup.open('bottom'); |
|
|
this.$refs.payPopup.open('bottom'); |
|
|
if (this.$refs.pintuanPopup) this.$refs.pintuanPopup.close(); |
|
|
if (this.$refs.pintuanPopup) this.$refs.pintuanPopup.close(); |
|
|
} else { |
|
|
} else { |
|
|
|