li.shaoyi 2 tygodni temu
rodzic
commit
a254216921

+ 3 - 3
src/packages/mobile/App.vue

@@ -98,15 +98,15 @@ const notify = reactive({
 
 // 接收风控通知
 eventBus.$on('RiskToWebNtf', (msg, type) => {
-  const res = msg as { title: string, content: string }
+  const res = msg as { title: string, content2: string }
   if (type === 1) {
     notify.title = res.title
-    notify.content = res.content
+    notify.content = res.content2
     notify.show = true
   } else {
     dialog({
       title: res.title,
-      message: res.content,
+      message: res.content2,
       confirmButtonText: t('operation.confirm')
     })
   }

+ 1 - 0
src/packages/mobile/views/account/authresult/Index.vue

@@ -10,6 +10,7 @@
                     :value="getCertificateTypeCodeName(userInfo.cardtypeid)" />
                 <Cell :title="t('user.authentication.cardnum')" :value="userInfo.cardnum" />
                 <Cell :title="t('banksign.mobilephone')" :value="userInfo.mobile2" v-if="userInfo.mobile2" />
+                <Cell title="邮箱地址" :value="userInfo.email" v-if="userInfo.email" />
                 <Cell :title="t('banksign.bankname1')" :value="userInfo.bankbankname" v-if="userInfo.bankbankname" />
                 <Cell :title="t('banksign.bankno')" :value="userInfo.bankaccount" v-if="userInfo.bankaccount" />
                 <Cell v-if="userInfo.cardfrontphotourl"