|
|
@ -1307,7 +1307,7 @@ |
|
|
this.backendTotalAmount = res.result.totalAmount; |
|
|
this.backendTotalAmount = res.result.totalAmount; |
|
|
if(res.result.isFreeOrder == 1){ |
|
|
if(res.result.isFreeOrder == 1){ |
|
|
uni.showToast({ |
|
|
uni.showToast({ |
|
|
title: '锦鲤附身 免单' + res.result.freeAmount + '元', |
|
|
title: '锦鲤附身啦 免单' + res.result.freeAmount + '元', |
|
|
icon: 'none' |
|
|
icon: 'none' |
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|
|