feat:新增退出
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
"appid" : "__UNI__4910728",
|
"appid" : "__UNI__4910728",
|
||||||
"description" : "信任桥优品是一款集线上商城、线下联盟商家的DAO聚合商城;通过“有趣”“有利”“有希望”的卖货玩法,吸引消费者、推广者、商家、投资人参与生态,共同打造共创共享的全球产业生态。",
|
"description" : "信任桥优品是一款集线上商城、线下联盟商家的DAO聚合商城;通过“有趣”“有利”“有希望”的卖货玩法,吸引消费者、推广者、商家、投资人参与生态,共同打造共创共享的全球产业生态。",
|
||||||
"versionName" : "1.0.6",
|
"versionName" : "1.0.6",
|
||||||
"versionCode" : 173,
|
"versionCode" : 175,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
|||||||
@@ -116,7 +116,7 @@ export default {
|
|||||||
cancelAccount() {
|
cancelAccount() {
|
||||||
clear();
|
clear();
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/login_package/login/login'
|
url: 'pages/rwa_package/accountOut/accountOut'
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
jumpInfo(type) {
|
jumpInfo(type) {
|
||||||
|
|||||||
@@ -24,7 +24,8 @@
|
|||||||
<view class="bottom-btn">
|
<view class="bottom-btn">
|
||||||
<MyBtn text="已清楚风险,确定注销" @ok="onZhu"></MyBtn>
|
<MyBtn text="已清楚风险,确定注销" @ok="onZhu"></MyBtn>
|
||||||
</view>
|
</view>
|
||||||
<u-modal :show="tipsShow" title="提示" showCancelButton @cancel="onCancel" @confirm="onConfirm" :content='content'></u-modal>
|
<u-modal :show="tipsShow" title="提示" showCancelButton @cancel="onCancel" @confirm="onConfirm"
|
||||||
|
:content='content'></u-modal>
|
||||||
<up-toast ref="uToastRef"></up-toast>
|
<up-toast ref="uToastRef"></up-toast>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
@@ -81,7 +82,7 @@ export default {
|
|||||||
uni.redirectTo({
|
uni.redirectTo({
|
||||||
url: '/pages/login_package/login/login'
|
url: '/pages/login_package/login/login'
|
||||||
})
|
})
|
||||||
},2000)
|
}, 1000)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
@@ -112,6 +113,7 @@ export default {
|
|||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.setting-view {
|
.setting-view {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100% - 88rpx - 92rpx - 88rpx - var(--status-bar-height));
|
height: calc(100% - 88rpx - 92rpx - 88rpx - var(--status-bar-height));
|
||||||
@@ -122,6 +124,7 @@ export default {
|
|||||||
padding: 0 32rpx;
|
padding: 0 32rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
.name-box {
|
.name-box {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 16rpx;
|
border-radius: 16rpx;
|
||||||
@@ -131,6 +134,7 @@ export default {
|
|||||||
padding: 64rpx 32rpx;
|
padding: 64rpx 32rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin-top: 24rpx;
|
margin-top: 24rpx;
|
||||||
|
|
||||||
.mid-view {
|
.mid-view {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 40rpx 32rpx;
|
padding: 40rpx 32rpx;
|
||||||
@@ -141,12 +145,14 @@ export default {
|
|||||||
border-radius: 16rpx;
|
border-radius: 16rpx;
|
||||||
margin-top: 48rpx;
|
margin-top: 48rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-view {
|
.top-view {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-view {
|
.input-view {
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
margin-top: 52rpx;
|
margin-top: 52rpx;
|
||||||
|
|||||||
@@ -4,10 +4,8 @@
|
|||||||
<Header title="设置" />
|
<Header title="设置" />
|
||||||
<view class="setting-view">
|
<view class="setting-view">
|
||||||
<view class="item-list mt-24">
|
<view class="item-list mt-24">
|
||||||
<view class="flex-r-lr item-box" @click="onHead(index)"
|
<view class="flex-r-lr item-box" @click="onHead(index)" v-for="(item, index) in headList" :key="index"
|
||||||
v-for="(item,index) in headList" :key="index"
|
:style="{ borderWidth: index == headList.length - 1 ? '0' : '2rpx' }">
|
||||||
:style="{borderWidth:index == headList.length - 1 ? '0' : '2rpx'}"
|
|
||||||
>
|
|
||||||
<view class="flex-r">
|
<view class="flex-r">
|
||||||
<text class="text-gray text-32">{{ item.text }}</text>
|
<text class="text-gray text-32">{{ item.text }}</text>
|
||||||
<view class="yi-view" v-if="item.type == 'text1' && item.she">
|
<view class="yi-view" v-if="item.type == 'text1' && item.she">
|
||||||
@@ -78,7 +76,7 @@ export default {
|
|||||||
})
|
})
|
||||||
} else if (index == 3) {
|
} else if (index == 3) {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url:`/pages/rwa_package/setting/account-out`
|
url: `/pages/rwa_package/accountOut/accountOut`
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -118,6 +116,7 @@ export default {
|
|||||||
border-radius: 8rpx;
|
border-radius: 8rpx;
|
||||||
margin-left: 12rpx;
|
margin-left: 12rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.setting-view {
|
.setting-view {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100% - 88rpx - var(--status-bar-height));
|
height: calc(100% - 88rpx - var(--status-bar-height));
|
||||||
@@ -127,18 +126,21 @@ export default {
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
padding: 0 32rpx;
|
padding: 0 32rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
.item-list {
|
.item-list {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 16rpx;
|
border-radius: 16rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
|
||||||
.item-box {
|
.item-box {
|
||||||
min-height: 108rpx;
|
min-height: 108rpx;
|
||||||
padding: 0 32rpx;
|
padding: 0 32rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-bottom: solid #EAEAEA;
|
border-bottom: solid #EAEAEA;
|
||||||
|
|
||||||
.ava-img {
|
.ava-img {
|
||||||
width: 60rpx;
|
width: 60rpx;
|
||||||
height: 60rpx;
|
height: 60rpx;
|
||||||
|
|||||||
Reference in New Issue
Block a user