|
@@ -25,6 +25,18 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <!-- #ifdef APP-PLUS -->
|
|
|
+ <view class="use-msg-line">
|
|
|
+ <image class="label-icon" src="@/static/image/home/banben-icon.png" mode=""></image>
|
|
|
+ <view class="use-msg-line-cont">
|
|
|
+ <view>版本号</view>
|
|
|
+ <view class="line-value">
|
|
|
+ <view>V{{appVersion}}</view>
|
|
|
+ <!-- <u-icon name="arrow-right" color="#7E838D"></u-icon> -->
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <!-- #endif -->
|
|
|
</view>
|
|
|
<button class="toLoginBtn" @click="logout">
|
|
|
退出登录
|
|
@@ -56,6 +68,13 @@
|
|
|
meunShow:false
|
|
|
}
|
|
|
},
|
|
|
+ computed:{
|
|
|
+ appVersion() {
|
|
|
+ let text = ''
|
|
|
+ text = uni.getStorageSync('appVersion') || '1.0.0'
|
|
|
+ return text
|
|
|
+ }
|
|
|
+ },
|
|
|
methods:{
|
|
|
closeClick() {
|
|
|
this.meunShow = false
|