增加创建订单接口,堂食自取切换接口
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
* 去支付
|
||||
*/
|
||||
goToPay(){
|
||||
if ( this.radiovalue == 2 || this.radiovalue == 3 && this.listinfo.payAmount <= 0 ) {
|
||||
if ( (this.radiovalue == 2 || this.radiovalue == 3) && this.listinfo.payAmount <= 0 ) {
|
||||
uni.showToast({
|
||||
title: "支付金额必须大于0",
|
||||
icon: 'none'
|
||||
|
||||
Reference in New Issue
Block a user