From f1c02a0442e930569884961bab85a0871df2debf Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Mon, 1 Apr 2024 15:28:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=85=E5=80=BC=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/plugins/coin/recharge-pay/recharge-pay.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/plugins/coin/recharge-pay/recharge-pay.vue b/pages/plugins/coin/recharge-pay/recharge-pay.vue index c6ba60db..2e9d0f23 100644 --- a/pages/plugins/coin/recharge-pay/recharge-pay.vue +++ b/pages/plugins/coin/recharge-pay/recharge-pay.vue @@ -70,7 +70,7 @@ params: null, accounts: {}, image_list: [], - editor_path_type: 'common', + editor_path_type: '', // 备注 pay_note: '', pay_note_length_max: '500', @@ -129,6 +129,7 @@ if (res.data.code == 0) { var data = res.data.data; this.setData({ + editor_path_type: data.editor_path_type || '', accounts: data.data || {}, data_list_loding_msg: '', data_list_loding_status: 0,