diff --git a/package2/shop/shopInfo.vue b/package2/shop/shopInfo.vue
index 775286d..742b148 100644
--- a/package2/shop/shopInfo.vue
+++ b/package2/shop/shopInfo.vue
@@ -28,11 +28,11 @@
-
+
店铺地址
-
+
{{shop.shopAddress}}
@@ -103,7 +103,7 @@
}
},
onLoad() {
- this.shop = JSON.parse(uni.getStorageSync('shop'));
+ this.shop = uni.getStorageSync('schoolShop')[0];
this.shopImages = this.shop.shopImages.split('@@')
this.huanjing = JSON.parse(this.shopImages[3])[0]
@@ -149,7 +149,7 @@
let that = this;
let hiver_token = uni.getStorageSync("hiver_token")
await uni.uploadFile({
- url: getApp().globalData.mainurl + '/upload/file',
+ url: that.tui.interfaceUrl() + '/upload/file',
filePath: path,
name: 'file',
header: {