修改 测试问题

This commit is contained in:
GGJ
2024-11-06 09:17:49 +08:00
parent c5ae23e8da
commit 26066db3fd
5 changed files with 67 additions and 59 deletions

View File

@@ -45,10 +45,10 @@
<view class="mine-nav-label">意见反馈</view>
<uni-icons type="forward" color="#aaa" size="20"></uni-icons>
</view> -->
<!-- @click="jump('about')" -->
<view class="mine-nav" style="border-bottom: none">
<!-- @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.2</view>
<view style="color: #828282;font-size: 14rpx;">当前版本V1.6.3</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':