app添加状态

This commit is contained in:
guanj
2025-07-18 13:29:43 +08:00
parent 998d017f5b
commit 032eed6768
7 changed files with 1585 additions and 719 deletions

View File

@@ -48,7 +48,7 @@
<!-- @click="jump('about')" -->
<view class="mine-nav" style="border-bottom: none">
<view class="mine-nav-label">版本信息</view>
<view style="color: #828282;font-size: 14rpx;">当前版本V1.6.4</view>
<view style="color: #828282; font-size: 14rpx">当前版本V1.6.6</view>
<!-- <uni-icons type="forward" color="#aaa" size="20"></uni-icons> -->
</view>
<view class="mine-nav" @click="jump('layout')" style="margin-top: 20rpx; border-bottom: none">
@@ -67,7 +67,7 @@ export default {
}
},
methods: {
async init() { },
async init() {},
jump(type) {
switch (type) {
case 'changePwd':