no message

This commit is contained in:
2025-11-16 18:30:50 +08:00
parent 9b48bd07d9
commit 3fe89ed7ee
22 changed files with 2426 additions and 59 deletions
+8
View File
@@ -1,5 +1,6 @@
<template>
<view class="login_warp">
<u-icon size="30rpx" name="arrow-left" color="#333" @click="onBack"></u-icon>
<view class="login_logo_warp">
<view style="text-align: center">
<up-image src="/static/logo.png" width="90" height="118" bgColor="#f1f6ff00" radius="10"></up-image>
@@ -126,6 +127,7 @@
components: {
InputCodeComm,
},
data() {
return {
form: {
@@ -148,6 +150,12 @@
};
},
methods: {
onBack(){
console.log('onBack',)
uni.switchTab({
url:'/pages/home/home'
})
},
aa() {
const nativiPlugin = uni.requireNativePlugin('WITTestUniPlugin');
console.log("隐藏原生tabbar", nativiPlugin)