feat: 完成监控相关UI+逻辑
This commit is contained in:
parent
abbbec9cdb
commit
b04550828d
13
pages/p2p/authorizeWechat.vue
Normal file
13
pages/p2p/authorizeWechat.vue
Normal file
@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<view>
|
||||
<view>授权微信</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { onLoad } from '@dcloudio/uni-app'
|
||||
|
||||
onLoad(() => {
|
||||
console.log(11111111)
|
||||
})
|
||||
</script>
|
||||
Loading…
x
Reference in New Issue
Block a user