增加新模块
This commit is contained in:
+8
-18
@@ -28,7 +28,7 @@ const _sfc_main = {
|
||||
const result = await api_auth.getUserInfo();
|
||||
if (result && result.bizcode === 100) {
|
||||
const data = result.data;
|
||||
common_vendor.index.__f__("log", "at pages/mine_authentication_ok/mine_authentication_ok.vue:69", "data", data);
|
||||
common_vendor.index.__f__("log", "at pages/mine_authentication_ok/mine_authentication_ok.vue:71", "data", data);
|
||||
this.currentUserData = result.data || {};
|
||||
}
|
||||
}
|
||||
@@ -54,36 +54,26 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
}),
|
||||
b: $data.currentUserData && Object.keys($data.currentUserData).length !== 0
|
||||
}, $data.currentUserData && Object.keys($data.currentUserData).length !== 0 ? {
|
||||
c: common_vendor.t($options.getValue($options.CERT_STATUS_OPTION, $data.currentUserData.certStatus)),
|
||||
d: common_vendor.t($data.currentUserData.name),
|
||||
e: common_vendor.t($options.getValue($options.CERT_OPTION, $data.currentUserData.certType)),
|
||||
f: common_vendor.p({
|
||||
src: $data.currentUserData.certFimg,
|
||||
c: common_vendor.p({
|
||||
src: "/static/mine/auth_ok.png",
|
||||
mode: "widthFix",
|
||||
width: "100%",
|
||||
shape: "circle",
|
||||
width: "140",
|
||||
height: "140",
|
||||
bgColor: "#f1f6ff00",
|
||||
fade: true,
|
||||
duration: "450"
|
||||
}),
|
||||
g: common_vendor.p({
|
||||
src: $data.currentUserData.certBimg,
|
||||
mode: "widthFix",
|
||||
width: "100%",
|
||||
height: "140",
|
||||
bgColor: "#f1f6ff00",
|
||||
fade: true,
|
||||
duration: "450"
|
||||
})
|
||||
d: common_vendor.t($options.getValue($options.CERT_STATUS_OPTION, $data.currentUserData.certStatus))
|
||||
} : {
|
||||
h: common_vendor.p({
|
||||
e: common_vendor.p({
|
||||
src: "/static/common/not_order.png",
|
||||
width: "80",
|
||||
height: "80",
|
||||
bgColor: "#f1f6ff00"
|
||||
})
|
||||
}, {
|
||||
i: common_vendor.sr("uToastRef", "731ed15b-4")
|
||||
f: common_vendor.sr("uToastRef", "731ed15b-3")
|
||||
});
|
||||
}
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-731ed15b"]]);
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
<view class="authentication_ok_warp data-v-731ed15b"><header wx:if="{{a}}" class="data-v-731ed15b" u-i="731ed15b-0" bind:__l="__l" u-p="{{a}}"/><view wx:if="{{b}}" class="authentication_ok_content data-v-731ed15b"><view class="authentication_result data-v-731ed15b"><view class="result_title data-v-731ed15b">您的实名认证</view><view class="result_value data-v-731ed15b">{{c}}</view></view><view class="authentication_info data-v-731ed15b"><view class="info_item data-v-731ed15b"><text class="info_item_title data-v-731ed15b">证件姓名:</text><text class="info_item_value data-v-731ed15b">{{d}}</text></view><view class="info_item data-v-731ed15b"><text class="info_item_title data-v-731ed15b">证件类型:</text><text class="info_item_value data-v-731ed15b">{{e}}!</text></view><view class="info_item data-v-731ed15b"><text class="info_item_title data-v-731ed15b">证件正面:</text><view class="info_item_value data-v-731ed15b"><up-image wx:if="{{f}}" class="data-v-731ed15b" u-i="731ed15b-1" bind:__l="__l" u-p="{{f}}"></up-image></view></view><view class="info_item data-v-731ed15b"><text class="info_item_title data-v-731ed15b">证件背面:</text><view class="info_item_value data-v-731ed15b"><up-image wx:if="{{g}}" class="data-v-731ed15b" u-i="731ed15b-2" bind:__l="__l" u-p="{{g}}"></up-image></view></view></view></view><view wx:else class="not_order_warp data-v-731ed15b"><up-image wx:if="{{h}}" class="data-v-731ed15b" u-i="731ed15b-3" bind:__l="__l" u-p="{{h}}"></up-image><view class="not_order_msg_warp data-v-731ed15b">暂无相关认证信息</view></view><up-toast class="r data-v-731ed15b" u-r="uToastRef" u-i="731ed15b-4" bind:__l="__l"></up-toast></view>
|
||||
<view class="authentication_ok_warp data-v-731ed15b"><header wx:if="{{a}}" class="data-v-731ed15b" u-i="731ed15b-0" bind:__l="__l" u-p="{{a}}"/><view wx:if="{{b}}" class="authentication_ok_content data-v-731ed15b"><view class="authentication_result data-v-731ed15b"><up-image wx:if="{{c}}" class="data-v-731ed15b" u-i="731ed15b-1" bind:__l="__l" u-p="{{c}}"></up-image><view class="result_value data-v-731ed15b">{{d}}</view></view></view><view wx:else class="not_order_warp data-v-731ed15b"><up-image wx:if="{{e}}" class="data-v-731ed15b" u-i="731ed15b-2" bind:__l="__l" u-p="{{e}}"></up-image><view class="not_order_msg_warp data-v-731ed15b">暂无相关认证信息</view></view><up-toast class="r data-v-731ed15b" u-r="uToastRef" u-i="731ed15b-3" bind:__l="__l"></up-toast></view>
|
||||
Reference in New Issue
Block a user