This commit is contained in:
2023-08-29 17:19:26 +08:00
parent c148d53c0a
commit c3dfee52d2
5 changed files with 303 additions and 43 deletions

View File

@@ -4,7 +4,7 @@
<view class="userInfo-wrap">
<view class="userInfo">
<text class="p1">{{userName}}</text>
<text class="p2">欢迎进入瑞泰马钢手持系统</text>
<text class="p2">欢迎进入海亮手持系统</text>
</view>
<view class="exit" @tap="Quit">
<view class="icon-exit"></view>
@@ -55,14 +55,14 @@
},
toPage1 (e) {
let url = e.path
uni.redirectTo({
url: url
})
// if (e.sonTree.length > 0) {
// this.show = true
// this.secM = e.sonTree
// }
// let url = e.path
// uni.redirectTo({
// url: url
// })
if (e.sonTree.length > 0) {
this.show = true
this.secM = e.sonTree
}
},
toPage2 (e) {
let url = e.path