This commit is contained in:
2023-12-11 10:09:29 +08:00
parent 2daeae0157
commit 2ab8945858
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
<view class="userInfo-wrap">
<view class="userInfo">
<text class="p1">{{$store.getters.userInfo !== '' ? JSON.parse($store.getters.userInfo).user_name : ''}}</text>
<text class="p2">欢迎进入立讯手持系统</text>
<text class="p2">欢迎进入超威手持系统</text>
</view>
<view class="exit" @tap="Quit">
<view class="icon-exit"></view>