描述:1. 真机调试中点击登录按钮没有反应,也没有报错。
- 从网上搜索尝试了用 click事件,并在后面添加 .native,但是并没有作用
- 跳转url用的是SwitchTab,因为是底部栏
<!-- 登录 -->
<view class="Btn_div">
<button @click.native="btnLogin"
:style="'background-color:'+ backGround+';color: #fff;border-radius: 30px;font-size: 20px'">登录
</button>
</view>
uni.switchTab({
url: '/pages/index/home
});
b***@163.com (作者)
已经可以点击了
2024-12-10 13:34