Merge branch 'gaohao' of https://e.coding.net/g-cphe0354/duanju/new_app into test
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<script setup>
|
||||
import { reactive, nextTick, ref } from 'vue';
|
||||
import { onReady,onLoad,onShow } from '@dcloudio/uni-app'
|
||||
import { updateUser } from '@/api/me/withdraw.js';
|
||||
import { realNameAuth } from '@/api/me/withdraw.js';
|
||||
import { selectUserById } from '@/api/user/user.js';
|
||||
import { commonType } from '@/api/init.js';
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
})
|
||||
} else {
|
||||
data.logining = true
|
||||
let res = await updateUser({
|
||||
let res = await realNameAuth({
|
||||
certName: data.certName,
|
||||
mobile: data.mobile,
|
||||
certNum: data.certNum,
|
||||
@@ -111,6 +111,8 @@
|
||||
}, 1000)
|
||||
}
|
||||
})
|
||||
} else {
|
||||
data.logining = false
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user