cr 3 yıl önce
ebeveyn
işleme
9be7ae9ec9
3 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 2 2
      .env
  2. 1 1
      src/pages/manage/index.vue
  3. 1 1
      src/pages/youxuan/good.vue

+ 2 - 2
.env

@@ -7,13 +7,13 @@ NODE_ENV = 'production'
7 7
 VUE_APP_ENV = develop
8 8
 
9 9
 # 接口请求基地址
10
-VUE_APP_API_BASE_URL = http://localhost:8076
10
+VUE_APP_API_BASE_URL = https://delivery.ixiaokejia.com
11 11
 
12 12
 # 接口请求基地址
13 13
 VUE_APP_WEBSOCKET_BASE_URL = 
14 14
 
15 15
 # 图片基地址
16
-VUE_APP_IMAGE_BASE_URL = http://localhost:8076
16
+VUE_APP_IMAGE_BASE_URL = https://delivery.ixiaokejia.com
17 17
 VUE_APP_IMAGE_RESOURCE_URL = https://oss.ixiaokejia.com
18 18
 
19 19
 # 微信小程序appId

+ 1 - 1
src/pages/manage/index.vue

@@ -92,7 +92,7 @@
92 92
 
93 93
         <!-- <button class="btn" @click="layout">退出登录</button> -->
94 94
 
95
-        <div class="ver">0.5.54</div>
95
+        <div class="ver">0.5.541</div>
96 96
         <wyg-bottom-tab
97 97
             ref="tabbar"
98 98
             :tabIndex="2"

+ 1 - 1
src/pages/youxuan/good.vue

@@ -973,7 +973,7 @@ export default {
973 973
                         ctx.setFontSize(self.getPx(40));
974 974
                         ctx.setFillStyle("#f8662a");
975 975
                         ctx.fillText(
976
-                            self.shareGood.agentFee / 100,
976
+                            self.shareGood.minPrice / 100,
977 977
                             self.getPx(65),
978 978
                             self.getPx(1050)
979 979
                         );