diff --git a/public/img/addr_r.png b/public/img/addr_r.png new file mode 100644 index 0000000..84ab95a Binary files /dev/null and b/public/img/addr_r.png differ diff --git a/public/img/cate_all.png b/public/img/cate_all.png new file mode 100644 index 0000000..69ae130 Binary files /dev/null and b/public/img/cate_all.png differ diff --git a/public/img/clock.png b/public/img/clock.png new file mode 100644 index 0000000..e11d8e9 Binary files /dev/null and b/public/img/clock.png differ diff --git a/public/img/icon_canpay.png b/public/img/icon_canpay.png new file mode 100644 index 0000000..8aea5f5 Binary files /dev/null and b/public/img/icon_canpay.png differ diff --git a/public/img/icon_disc.png b/public/img/icon_disc.png new file mode 100644 index 0000000..0357803 Binary files /dev/null and b/public/img/icon_disc.png differ diff --git a/public/img/icon_phone.png b/public/img/icon_phone.png new file mode 100644 index 0000000..34525c6 Binary files /dev/null and b/public/img/icon_phone.png differ diff --git a/public/img/mallDetail-i6.png b/public/img/mallDetail-i6.png new file mode 100644 index 0000000..d23b2d7 Binary files /dev/null and b/public/img/mallDetail-i6.png differ diff --git a/public/img/map.png b/public/img/map.png new file mode 100644 index 0000000..593747e Binary files /dev/null and b/public/img/map.png differ diff --git a/public/img/shopinfo-top.jpg b/public/img/shopinfo-top.jpg new file mode 100644 index 0000000..05e34e1 Binary files /dev/null and b/public/img/shopinfo-top.jpg differ diff --git a/src/App.vue b/src/App.vue index 73dbdd2..b7d32a8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -14,7 +14,8 @@ export default { }, data() { return { - wechatShareInfo: {} + wechatShareInfo: {}, + geo: null } }, watch: { @@ -48,6 +49,9 @@ export default { }, mounted() { this.init() + this.$geo.getWebGeo().then(pos => { + this.geo = pos + }) }, methods: { updateTitle(title) { diff --git a/src/components/ManagerPopup.vue b/src/components/ManagerPopup.vue index 53b60a7..a06d011 100644 --- a/src/components/ManagerPopup.vue +++ b/src/components/ManagerPopup.vue @@ -40,11 +40,11 @@ - +