样式
This commit is contained in:
@@ -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>
|
||||
@@ -58,6 +58,11 @@
|
||||
if (e.sonTree.length > 0) {
|
||||
this.show = true
|
||||
this.secM = e.sonTree
|
||||
} else {
|
||||
let url = e.router
|
||||
uni.redirectTo({
|
||||
url: url
|
||||
})
|
||||
}
|
||||
},
|
||||
toPage2 (e) {
|
||||
|
||||
Reference in New Issue
Block a user