flat: 暂存

This commit is contained in:
Apcallover
2024-05-06 17:32:37 +08:00
parent a4ef4a992c
commit 1b64c034d3
2 changed files with 3 additions and 2 deletions

View File

@@ -121,7 +121,7 @@
<view class="listRightContent">
<!-- <view class="" v-if="auth.laborState">已认证</view>
<view class="" v-else>未认证</view> -->
<view class="">{{ authInfo.nation }}</view>
<view class="">{{subIdentity ? subIdentity : authInfo.nation }}</view>
</view>
<image src="@/static/img/right.svg" mode=""></image>
</view>
@@ -340,6 +340,7 @@
this.realIndex = val.detail.value;
uni.hideLoading();
this.$api.msg('保存成功')
console.log(this.authInfo)
}).catch(() => {
uni.hideLoading();
})