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