<template>
<view class="logon" @click="()=>{
uni.showToast({
title:'aaa'
})
}">按钮</view>
</template>
<script setup>
</script>
uni报错没有定义
<template>
<view class="logon" @click="()=>{
uni.showToast({
title:'aaa'
})
}">按钮</view>
</template>
<script setup>
</script>
uni报错没有定义
1 个回复
DCloud_UNI_JBB
你是运行在什么端的?我使用4.74版本的 hx 测试了h5,小程序和app都没有报错。