wangxin il y a 4 ans
Parent
commit
728b2cf4cc
4 fichiers modifiés avec 13 ajouts et 13 suppressions
  1. 1 1
      app.js
  2. 10 10
      config/config.js
  3. 1 1
      pages/clock/clock.js
  4. 1 1
      project.config.json

+ 1 - 1
app.js

@@ -131,7 +131,7 @@ App({
     memberId: "",
     sessionKey: '',
     city: updataStorageData('city') || '无锡',
-    version: '1.4.0'
+    version: '1.4.5'
   },
   //页面分享
   onShareAppMessage: function () {

+ 10 - 10
config/config.js

@@ -1,15 +1,15 @@
 // 测试服
-const apiUrl = "https://kf.hap-job.com/happyjob"
-const rootUrl = "https://kf.hap-job.com"
-const imgServerUrl = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina"//静态资源图片服务器地址
-const imgServerUrl_new = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com"//图片服务器地址
-const captcha = '2078399419'
+// const apiUrl = "https://kf.hap-job.com/happyjob"
+// const rootUrl = "https://kf.hap-job.com"
+// const imgServerUrl = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina"//静态资源图片服务器地址
+// const imgServerUrl_new = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com"//图片服务器地址
+// const captcha = '2078399419'
 // 正式服
-// const apiUrl = "https://web.hap-job.com/happyjob"
-// const rootUrl = "https://web.hap-job.com"
-// const imgServerUrl = "https://happyjob.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina" //图片服务器地址
-// const imgServerUrl_new = "https://happyjob.oss-cn-shanghai.aliyuncs.com" //图片服务器地址
-// const captcha = '2019232819'
+const apiUrl = "https://web.hap-job.com/happyjob"
+const rootUrl = "https://web.hap-job.com"
+const imgServerUrl = "https://happyjob.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina" //图片服务器地址
+const imgServerUrl_new = "https://happyjob.oss-cn-shanghai.aliyuncs.com" //图片服务器地址
+const captcha = '2019232819'
 
 module.exports = {
   apiUrl,

+ 1 - 1
pages/clock/clock.js

@@ -165,7 +165,7 @@ Page({
       // })
     }
     if (this.data.clockType === 2 && this.data.wsPunchClockId) {
-      this.clock(data.longitude, data.latitude)
+      this.clock(this.data.longitude, this.data.latitude)
     }
     if (this.data.clockType === 3) {
       // wx.showModal({

+ 1 - 1
project.config.json

@@ -49,7 +49,7 @@
   },
   "compileType": "miniprogram",
   "libVersion": "2.11.2",
-  "appid": "wx5ae6908ae55edcb7",
+  "appid": "wx1e8ed93850777ffb",
   "projectname": "kaixin",
   "debugOptions": {
     "hidedInDevtools": []