feat: 小程序

This commit is contained in:
2025-11-19 00:03:45 +08:00
parent e5fee03e60
commit 612abee4d2
130 changed files with 226 additions and 529 deletions
@@ -3,7 +3,7 @@
<Header class="head-view-one" :leftTitle="$t('authentication.title')" left-path-type="switchTab" left-path="/pages/mine/mine" />
<view class="authentication_ok_content" v-if="currentUserData && Object.keys(currentUserData).length !== 0">
<view class="authentication_result">
<up-image src="/static/new/ren.png" mode="widthFix"
<up-image src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/new/ren.png" mode="widthFix"
shape="circle" width="90" height="104" bgColor="#f1f6ff00" :fade="true" duration="450"></up-image>
<view class="result_value">{{ getValue(CERT_STATUS_OPTION, currentUserData.certStatus) }}</view>
</view>