13 lines
191 B
Vue
13 lines
191 B
Vue
<template>
|
|
<view>
|
|
<view>授权微信</view>
|
|
</view>
|
|
</template>
|
|
|
|
<script setup>
|
|
import { onLoad } from '@dcloudio/uni-app'
|
|
|
|
onLoad(() => {
|
|
console.log(11111111)
|
|
})
|
|
</script> |