yangchaowen 2 rokov pred
rodič
commit
7d77e59167
2 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 2 2
      main.js
  2. 1 1
      pages/activity/locList.vue

+ 2 - 2
main.js

@@ -3,8 +3,8 @@ import store from './store'
 import App from './App'
 
 // 后端api地址
-// Vue.prototype.$unishow = "https://81f.dev.ytxxjs.cn/addons/unishop";
-Vue.prototype.$unishow = "https://81fdev.dev.ytxxjs.cn/addons/unishop";
+Vue.prototype.$unishow = "https://81f.dev.ytxxjs.cn/addons/unishop";
+// Vue.prototype.$unishow = "https://81fdev.dev.ytxxjs.cn/addons/unishop";
 
 // 为了方便每次上传的时候忘记修改上面的参数
 uni.getSystemInfo({

+ 1 - 1
pages/activity/locList.vue

@@ -32,7 +32,7 @@
 					</view>
 
 					<view class="addressRight">
-						100m
+						{{item.distance||0}}m
 					</view>
 
 				</view>