添加功能(用户申请提现)
This commit is contained in:
@ -47,7 +47,9 @@ Page({
|
||||
title: '更新成功',
|
||||
icon: 'success',
|
||||
});
|
||||
wx.navigateBack({});
|
||||
setTimeout(() => {
|
||||
wx.navigateBack({});
|
||||
}, 1000)
|
||||
}
|
||||
},
|
||||
fail(err) {
|
||||
|
Reference in New Issue
Block a user