wx-starlock/pages/p2p/authorizeWechat.vue

13 lines
191 B
Vue
Raw Normal View History

2025-04-06 18:18:01 +08:00
<template>
<view>
<view>授权微信</view>
</view>
</template>
<script setup>
import { onLoad } from '@dcloudio/uni-app'
onLoad(() => {
console.log(11111111)
})
</script>