@@ -225,6 +225,9 @@
}
});
+ if (res.data.payAmount == 0) {
+ this.is_pay = false
+ }
} else {
this.$refs.uToast.show({
title: res.msg || '订单无数据',