no message
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user