充值支付

master
gongfuxiang 2024-04-01 15:28:18 +08:00
parent 24ce6adade
commit f1c02a0442
1 changed files with 2 additions and 1 deletions

View File

@ -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,