瀏覽代碼

促销订单不允许修改账户

xiaohaizhao 1 年之前
父節點
當前提交
539ae4f4f9
共有 1 個文件被更改,包括 4 次插入0 次删除
  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,