|
@@ -44,7 +44,7 @@ export default {
|
|
|
...mapGetters({ loginInfo: "getLoginInfo" })
|
|
...mapGetters({ loginInfo: "getLoginInfo" })
|
|
|
},
|
|
},
|
|
|
onLoad() {
|
|
onLoad() {
|
|
|
- this.videoUrl = `${this.constant.imgUrl}/open_shop.mp4`;
|
|
|
|
|
|
|
+ this.videoUrl = `${this.constant.hostUrl}/open_shop.mp4`;
|
|
|
this.loadShopDetail();
|
|
this.loadShopDetail();
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
@@ -83,7 +83,8 @@ export default {
|
|
|
// #endif
|
|
// #endif
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
- }
|
|
|
|
|
|
|
+ },
|
|
|
|
|
+ init(){}
|
|
|
}
|
|
}
|
|
|
};
|
|
};
|
|
|
</script>
|
|
</script>
|