Explorar o código

促销订单不允许修改账户

xiaohaizhao %!s(int64=2) %!d(string=hai) anos
pai
achega
539ae4f4f9
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      packageA/orderForm/detail.js

+ 4 - 0
packageA/orderForm/detail.js

@@ -167,6 +167,10 @@ Page({
 	/* 修改支付账户 */
 	changeAccount(e) {
 		if (this.isEdit()) return;
+		if (this.data.detail.type == '促销订单') return wx.showToast({
+			title: '促销订单不可修改支付账户',
+			icon: "none"
+		});
 		wx.navigateTo({
 			url: `/select/account/index?params=${JSON.stringify({ 
 				"id":20221008134803,