Handy_Cao 1 년 전
부모
커밋
d94e572bc7

+ 1 - 1
oem/tss/config/appconfig.json

@@ -3,7 +3,7 @@
   "appName": "TCE",
   "version": "1.0.27",
   "versionCode": "100027",
-  "apiUrl": "http://192.168.31.158:16240/cfg?key=dev_104",
+  "apiUrl": "http://192.168.31.210:8080/cfg?key=test_210",
   "tradeChannel": "ws",
   "showLoginAlert": true,
   "modules": [

+ 1 - 0
public/locales/en-US.json

@@ -1502,6 +1502,7 @@
             "cardtype": "Card type",
             "cardnum": "Card number",
             "cardfrontphoto": "Front photo of the card",
+            "cardfrontphoto1": "Business license",
             "cardbackphoto": "Back photo of the card",
             "halfbodyphoto": "Photo holding the card",
             "modifyremark": "Review remarks",

+ 1 - 0
public/locales/th-TH.json

@@ -1502,6 +1502,7 @@
             "cardtype": "ประเภทเอกสารประจำตัว",
             "cardnum": "หมายเลขเอกสารประจำตัว",
             "cardfrontphoto": "ภาพถ่ายด้านหน้าของเอกสาร",
+            "cardfrontphoto1": "ใบอนุญาตธุรกิจ",
             "cardbackphoto": "ภาพถ่ายด้านหลังของเอกสาร",
             "halfbodyphoto": "ภาพถ่ายพร้อมถือเอกสาร",
             "modifyremark": "หมายเหตุการตรวจสอบ",

+ 1 - 0
public/locales/zh-CN.json

@@ -1502,6 +1502,7 @@
             "cardtype": "证件类型",
             "cardnum": "证件号码",
             "cardfrontphoto": "证件正面照片",
+            "cardfrontphoto1": "营业执照",
             "cardbackphoto": "证件反面照片",
             "halfbodyphoto": "手持证件照",
             "modifyremark": "审核备注",

+ 1 - 0
public/locales/zh-TW.json

@@ -1502,6 +1502,7 @@
             "cardtype": "證件類型",
             "cardnum": "證件號碼",
             "cardfrontphoto": "證件正面照片",
+            "cardfrontphoto1": "營業執照",
             "cardbackphoto": "證件反面照片",
             "halfbodyphoto": "手持證件照",
             "modifyremark": "審覈備註",

+ 6 - 3
src/packages/mobile/views/account/authresult/Index.vue

@@ -12,13 +12,16 @@
                 <Cell v-if="userInfo.mobile2 != ''" :title="$t('banksign.mobilephone')" :value="userInfo.mobile2" />
                 <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 :title="$t('user.authentication.cardfrontphoto')">
+                <Cell v-if="userInfo.userinfotype === 1" :title="$t('user.authentication.cardfrontphoto')">
                     <Image fit="contain" :src="getFileUrl(userInfo.cardfrontphotourl)" width="100" height="100" />
                 </Cell>
-                <Cell :title="$t('user.authentication.cardbackphoto')" v-if="showCardBackPhoto === '1'">
+                <Cell v-if="userInfo.userinfotype === 2" :title="$t('user.authentication.cardfrontphoto1')">
+                    <Image fit="contain" :src="getFileUrl(userInfo.cardfrontphotourl)" width="100" height="100" />
+                </Cell>
+                <Cell :title="$t('user.authentication.cardbackphoto')" v-if="showCardBackPhoto === '1' && userInfo.userinfotype === 1">
                     <Image fit="contain" :src="getFileUrl(userInfo.cardbackphotourl)" width="100" height="100" />
                 </Cell>
-                <Cell :title="halfBodyPhotoTitle" v-if="showHalfBodyPhoto === '1'">
+                <Cell :title="halfBodyPhotoTitle" v-if="showHalfBodyPhoto === '1' && userInfo.userinfotype === 1">
                     <Image fit="contain" :src="getFileUrl(userInfo.halfbodyphotourl)" width="100" height="100" />
                 </Cell>
                 <Cell :title="$t('user.authentication.authstatus')"