فهرست منبع

'身份证反显'

wangxin 2 سال پیش
والد
کامیت
a9ea80c841
3فایلهای تغییر یافته به همراه11 افزوده شده و 11 حذف شده
  1. 6 6
      miniprogram/config.ts
  2. 4 4
      miniprogram/pages/realNameAuthentication/realNameAuthentication.wxml
  3. 1 1
      project.config.json

+ 6 - 6
miniprogram/config.ts

@@ -7,14 +7,14 @@
  * @FilePath: \Mina_B_T\miniprogram\config.ts
  */
 // 测试服
-export const apiUrl = "https://hw.hap-job.com/happy-boot"
-export const baseurl = "https://hw.hap-job.com"
-export const captcha = '2072736870'
+// export const apiUrl = "https://hw.hap-job.com/happy-boot"
+// export const baseurl = "https://hw.hap-job.com"
+// export const captcha = '2072736870'
 // export const imgServerUrl = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina"//图片服务器地址
 // export const imgServerUrl_new = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com"//图片服务器地址
 // 正式服
-// export const apiUrl = "https://www.dal-pay.com/happy-boot"
-// export const baseurl = "https://www.dal-pay.com"
-// export const captcha = '2012155849'
+export const apiUrl = "https://www.dal-pay.com/happy-boot"
+export const baseurl = "https://www.dal-pay.com"
+export const captcha = '2012155849'
 // export const imgServerUrl = "https://happyjob.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina"//图片服务器地址
 // export const imgServerUrl_new = "https://happyjob.oss-cn-shanghai.aliyuncs.com"//图片服务器地址

+ 4 - 4
miniprogram/pages/realNameAuthentication/realNameAuthentication.wxml

@@ -21,8 +21,8 @@
               <image src="./images/headPortrait-icon.png" class="headPortraitIcon" />
               <image src="./images/headPortrait.png" class="headPortrait" />
             </view>
-            <privacy-popup bind:privacySubmit="chooseImage">
-              <view class="camera" data-id-card-type="{{IdCardType.headPortrait}}">
+            <privacy-popup data-id-card-type="{{IdCardType.headPortrait}}" bind:privacySubmit="chooseImage">
+              <view class="camera">
                 <image src="./images/camera.png" class="camera-image" />
               </view>
             </privacy-popup>
@@ -44,8 +44,8 @@
               <image src="./images/national-emblem.png" class="nationalEmblem" />
               <image src="./images/national-emblem-icon.png" class="nationalEmblemIcon" />
             </view>
-            <privacy-popup bind:privacySubmit="chooseImage">
-              <view class="camera" data-id-card-type="{{IdCardType.nationalEmblem}}">
+            <privacy-popup data-id-card-type="{{IdCardType.nationalEmblem}}" bind:privacySubmit="chooseImage">
+              <view class="camera">
                 <image src="./images/camera.png" class="camera-image" />
               </view>
             </privacy-popup>

+ 1 - 1
project.config.json

@@ -52,7 +52,7 @@
 		"tabIndent": "tab",
 		"tabSize": 2
 	},
-	"appid": "wx997164f2857c1a1d",
+	"appid": "wxb0f8f3f0de6e8f07",
 	"packOptions": {
 		"ignore": [],
 		"include": []