This commit is contained in:
仲么了
2023-10-24 16:49:44 +08:00
parent 60d5cd6b26
commit 9b6ba745f2
2 changed files with 4 additions and 4 deletions

View File

@@ -2,8 +2,8 @@
"name" : "灿能物联",
"appid" : "__UNI__88BC25B",
"description" : "",
"versionName" : "1.3.5",
"versionCode" : 135,
"versionName" : "1.3.7",
"versionCode" : 137,
"transformPx" : false,
/* 5+App */
"app-plus" : {

View File

@@ -46,7 +46,7 @@
<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">
<view class="mine-nav-label" style="text-align: center">退出登录</view>
<view class="mine-nav-label" style="text-align: center">账号注销</view>
</view>
</view>
</view>
@@ -77,7 +77,7 @@ export default {
case 'layout':
uni.showModal({
title: '提示',
content: '确定退出登录吗',
content: '是否确认账号注销',
success: (res) => {
if (res.confirm) {
uni.reLaunch({