ZhangWenQiang 6 سال پیش
والد
کامیت
2c88984cfb
2فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 2 2
      config/config.js
  2. 2 2
      pages/result/index.wxml

+ 2 - 2
config/config.js

@@ -1,10 +1,10 @@
 // 测试服
 const apiUrl = "https://kf.hap-job.com/happyjob"
-const imgServerUrl = "https://weapp.hap-job.com/uploadFiles"//图片服务器地址
+const imgServerUrl = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina"//图片服务器地址
 const imgServerUrl_new = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com"//图片服务器地址
 // 正式服
 // const apiUrl = "https://web.hap-job.com/happyjob"
-// const imgServerUrl = "https://weapp.hap-job.com/uploadFiles"//图片服务器地址
+// const imgServerUrl = "https://happyjob.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina"//图片服务器地址
 // const imgServerUrl_new = "https://happyjob.oss-cn-shanghai.aliyuncs.com"//图片服务器地址
 
 

+ 2 - 2
pages/result/index.wxml

@@ -24,7 +24,7 @@
 <block wx:if="{{type=='auth' && status==2}}">
   <view class="box">
     <view class="title">提交成功,后台审核中……</view>
-    <view class="text">预计3个工作日内审核完毕,审核结果会短信通知</view>
-    <view class="text">到您的注册手机上。</view>
+    <view class="text">预计3个工作日内审核完毕,审核结果会消息通知</view>
+    <!-- <view class="text">到您的注册手机上。</view> -->
   </view>
 </block>