111
This commit is contained in:
@@ -353,7 +353,10 @@ const getCode = () => {
|
||||
}
|
||||
};
|
||||
const getSms=()=>{
|
||||
api.getCode({phone: phone.value}).then(res=>{
|
||||
api.getCode({
|
||||
phone: phone.value,
|
||||
scene:1
|
||||
}).then(res=>{
|
||||
uni.hideLoading();
|
||||
uni.$u.toast("验证码已发送");
|
||||
uCodeRef.value.start();
|
||||
|
||||
Reference in New Issue
Block a user