添加功能(用户申请提现)

This commit is contained in:
2025-06-10 12:18:44 +08:00
parent 4d40d86061
commit a20fbe81e3
8 changed files with 119 additions and 29 deletions

View File

@ -47,7 +47,9 @@ Page({
title: '更新成功',
icon: 'success',
});
wx.navigateBack({});
setTimeout(() => {
wx.navigateBack({});
}, 1000)
}
},
fail(err) {