瀏覽代碼

400电话修改

wangxin 4 年之前
父節點
當前提交
9c539b7c41

File diff suppressed because it is too large
+ 2 - 2
miniprogram/app.js


+ 1 - 1
miniprogram/app.ts

@@ -14,7 +14,7 @@ App<IAppOption>({
     captchaResult: null,
     phone_zz: /1[0-9]{10}/,
     webview: null,
-    version: '1.2.1',
+    version: '1.2.2',
     platformId: 1
   },
   /**

File diff suppressed because it is too large
+ 4 - 4
miniprogram/config.js


+ 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"//图片服务器地址

File diff suppressed because it is too large
+ 3 - 8
miniprogram/pages/person/person.js


+ 3 - 3
miniprogram/pages/person/person.ts

@@ -68,9 +68,9 @@ Page({
         userInfo: wx.getStorageSync('userInfo'),
       })
     } else {
-      wx.reLaunch({
-        url: '/pages/login/login',
-      })
+      // wx.reLaunch({
+      //   url: '/pages/login/login',
+      // })
     }
   },
 

+ 2 - 1
miniprogram/pages/person/person.wxss

@@ -128,7 +128,7 @@ page {
 }
 
 .sign {
-  width: 152rpx;
+  min-width: 152rpx;
   height: 48rpx;
   background: #e6f7ff;
   border-radius: 24px;
@@ -151,6 +151,7 @@ view.no-sign {
 .sign image {
   height: 24rpx;
   width: 21rpx;
+  margin-right: 5px;
 }
 
 .group-list {

+ 1 - 1
miniprogram/pages/service_agreement/service_agreement.wxml

@@ -127,7 +127,7 @@
   <view class="title2">8.联系信息</view>
   <text>地址:无锡市新吴区珠江路16号A栋5楼
 
-电话:4006920099</text>
+电话:4006900099</text>
   <view class="title">《隐私政策》</view>
   <view class="content">
     <text>尊敬的平台用户,《隐私政策》是平台协议的重要组成部分。依据《民法总则》、《网络安全法》等法律法规对个人信息保护要求,平台会以“合法、正当、必要”原则收集、使用个人信息,并会对您的个人信息严格保密。</text>

+ 1 - 1
miniprogram/pages/success/success.ts

@@ -19,7 +19,7 @@ Page({
    */
   callPhone() {
     wx.makePhoneCall({
-      phoneNumber: '4006920099',
+      phoneNumber: '4006900099',
     })
   },
   /**

+ 1 - 1
miniprogram/pages/tax-certificate/tax-certificate.ts

@@ -9,7 +9,7 @@ Page({
   },
   call() {
     wx.makePhoneCall({
-      phoneNumber: '4006920099'
+      phoneNumber: '4006900099'
     })
   },
   /**

+ 2 - 2
project.config.json

@@ -33,7 +33,7 @@
     "lazyloadPlaceholderEnable": false,
     "useMultiFrameRuntime": true,
     "useApiHook": true,
-    "useApiHostProcess": false,
+    "useApiHostProcess": true,
     "babelSetting": {
       "ignore": [],
       "disablePlugins": [],
@@ -49,6 +49,6 @@
   },
   "simulatorType": "wechat",
   "simulatorPluginLibVersion": {},
-  "appid": "wxb0f8f3f0de6e8f07",
+  "appid": "wx997164f2857c1a1d",
   "condition": {}
 }

+ 6 - 0
project.private.config.json

@@ -47,6 +47,12 @@
           "pathName": "pages/detail/detail",
           "query": "id=undefined&status=2",
           "scene": null
+        },
+        {
+          "name": "pages/web-view/web-view",
+          "pathName": "pages/web-view/web-view",
+          "query": "",
+          "scene": null
         }
       ]
     }