bobo 3 년 전
부모
커밋
e6f022edbd
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      pages/welfareMall/activityList/activityList.wxml
  2. 2 2
      utils/request.js

+ 1 - 1
pages/welfareMall/activityList/activityList.wxml

@@ -31,7 +31,7 @@
           </view>
         </view>
     </view>
-    <view class="no_result" wx:if="{{noResult}}">——— 抱歉,暂无券包 ———</view>
+    <view class="no_result" wx:if="{{noResult}}">——— 抱歉,暂无券包 ———</view>
     <view class="no_result" wx:if="{{noMore}}">—— 人家也是有底线的 ——</view>
   </view>
 

+ 2 - 2
utils/request.js

@@ -2,11 +2,11 @@ import util, { isFunc } from './util.js'
 class request {
 
     //本地的
-    static BASE_URL = 'http://localhost:8014/'
+  //  static BASE_URL = 'http://localhost:8014/'
 //   pre环境的
 //   static BASE_URL = 'https://oapi.shpr.top/'
 //   正式的
-  // static BASE_URL = 'https://vapi.hsayi.com/'
+   static BASE_URL = 'https://vapi.hsayi.com/'
 //   @todo需要修改正式的域名
 
   static HEAD = {