wangxin 4 роки тому
батько
коміт
f33b06403d

+ 1 - 1
app.js

@@ -131,7 +131,7 @@ App({
     memberId: "",
     sessionKey: '',
     city: updataStorageData('city') || '无锡',
-    version: '1.4.5'
+    version: '1.5.0'
   },
   //页面分享
   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.wxml

@@ -142,7 +142,7 @@
 <view class="cover" hidden="{{showCover}}" bindtap="changeCoverStatus">
   <view class="cover-kefu">
     <view class="cover-kefu-title">开心工作客服电话</view>
-    <view class="cover-kefu-number">400-692-0099</view>
+    <view class="cover-kefu-number">400-690-0099</view>
     <view class="cover-kefu-tips">在线时间:每天8:00-21:00</view>
     <view class="cover-kefu-button" bindtap="callKefu">
       <image src="{{imgServerUrl}}/images/clock/clock-phone-call.png"></image>

+ 1 - 1
pages/document/pt.wxml

@@ -7,7 +7,7 @@
   <view class='li'>奖励金领取规则,依据入职奖励规则,并同时发放</view>
   <view class='li'>拼团奖励金以当天实际情况为准</view> 
   <view class='li'>拼团规则不与经纪人规则同时适用</view>
-  <view class='li'>具体可咨询客服电话:400-692-0099</view>
+  <view class='li'>具体可咨询客服电话:400-690-0099</view>
 </view>
 
 <view class='copyright'>最终解释权归开心工作有限公司所有</view>

+ 1 - 1
pages/expense/pages/return-fee/detail.wxml

@@ -25,7 +25,7 @@
 
 </view>
 <i-modal visible='{{visible}}' okColor='#006BE7' cancelColor='#006BE7' bind:ok='phone' bind:cancel='question' cancelText='稍后再说' okText='立即拨打' >
-  <view class="content">如果您对入职奖励有疑问,请联系:400-692-0099</view>
+  <view class="content">如果您对入职奖励有疑问,请联系:400-690-0099</view>
 </i-modal>
 
 <i-modal visible='{{comfire}}' bind:click='comfire' actions='{{action}}'>

+ 2 - 2
pages/identification/index.wxml

@@ -91,7 +91,7 @@
       <view>如果实名信息有误,</view>
       <view> 请联系开心客服帮您处理!</view>
     </view>
-    <view class="pass-number">400-692-0099</view>
+    <view class="pass-number">400-690-0099</view>
     <view class="pass-btn" bindtap="callPhone">
       <image src="{{imgServerUrl}}/images/clock/clock-phone-call.png"></image>
       <text>一键拨号</text>
@@ -110,7 +110,7 @@
     <view>如果非您本人操作认证,</view>
     <view> 请联系开心客服为您解决问题。</view>
   </view>
-  <view class="message-number">400-692-0099</view>
+  <view class="message-number">400-690-0099</view>
   <view class="message-btn" bindtap="callPhone">
     <image src="{{imgServerUrl}}/images/clock/clock-phone-call.png"></image>
     <text>一键拨号</text>

+ 1 - 1
pages/pt-tip/index.wxml

@@ -25,7 +25,7 @@
     7、 拼团规则不与经纪人规则同时适用;
   </view>
   <view class='tip'>
-    8、 具体可咨询客服电话:400-692-0099;
+    8、 具体可咨询客服电话:400-690-0099;
   </view>
   <view class='tip'>
     9、本活动最终解释权归开心工作所有。

+ 1 - 1
pages/wallet/pages/index/index.js

@@ -17,7 +17,7 @@ Page({
   tixian() {
     wx.showModal({
       title: '提示',
-      content: '如果您有提现需求,请联系客服400-692-0099',
+      content: '如果您有提现需求,请联系客服400-690-0099',
       confirmText: '知道了',
       showCancel: false,
       success: res => {

+ 1 - 1
project.config.json

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