注册/修改手机号优化
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
<script setup>
|
||||
import { reactive } from 'vue';
|
||||
import { onLoad} from '@dcloudio/uni-app'
|
||||
import {setSendMsg,registerCode} from '@/api/login/login.js';
|
||||
import {setSendMsg,register} from '@/api/login/login.js';
|
||||
import {commonType} from '@/api/init.js';
|
||||
import { linkTo } from '@/utils/app.js';
|
||||
|
||||
@@ -235,7 +235,7 @@
|
||||
// #endif
|
||||
|
||||
|
||||
let res = await registerCode({
|
||||
let res = await register({
|
||||
password: password,
|
||||
phone: mobile,
|
||||
msg: code,
|
||||
|
||||
Reference in New Issue
Block a user