t
This commit is contained in:
@@ -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" : {
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user