需要开发 IM
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<script setup>
|
||||
import { navigateTo } from '@/utils/router'
|
||||
import { onShow } from '@dcloudio/uni-app'
|
||||
import { getUserPayPwd } from '@/api/my-index'
|
||||
|
||||
const itemList = [
|
||||
{
|
||||
@@ -15,6 +17,15 @@
|
||||
},
|
||||
{ title: '实名认证', key: '4', url: '/pages/my-index/wallet/real-id' }
|
||||
]
|
||||
|
||||
const getData = async () => {
|
||||
const res = await getUserPayPwd()
|
||||
console.log(res, '===')
|
||||
}
|
||||
|
||||
onShow(() => {
|
||||
getData()
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user