美化了样式

This commit is contained in:
2025-08-15 00:36:04 +08:00
parent 5fc1378051
commit 1b4d3e310b
63 changed files with 2735 additions and 2411 deletions

View File

@ -40,9 +40,12 @@ Page({
// 3. 发送验证码请求
wx.request({
url: baseUrl + '/userInfo/code/pwd',
url: baseUrl + '/userInfo/code/register',
method: 'POST',
data: { templateString: phone },
data: {
phoneNumber: phone,
userRole: 'staff'
},
success: (res) => {
console.log('验证码发送--->',res.data);
if (res.data.code === 1) {