Commit a8e3bd17 by LJM

优化关于我们

parent 28a20578
...@@ -174,7 +174,9 @@ ...@@ -174,7 +174,9 @@
<script> <script>
import Vue from 'vue'; import Vue from 'vue';
import BaiduMap from 'vue-baidu-map' import BaiduMap from 'vue-baidu-map'
import {ImagePreview} from 'vant';
Vue.use(ImagePreview);
Vue.use(BaiduMap, { Vue.use(BaiduMap, {
ak: "8vggsUWcL38cpMGEozcmTr89" ak: "8vggsUWcL38cpMGEozcmTr89"
}) })
...@@ -198,7 +200,7 @@ ...@@ -198,7 +200,7 @@
computed: {}, computed: {},
methods: { methods: {
imagePreviewChange() { imagePreviewChange() {
ImagePreview(['http://img.ichunt.com/images/ichunt/202207/01/c9d921d969b704e81f0a99596f24175b.jpg']);
}, },
showBox(index) { showBox(index) {
this.act = index; this.act = index;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment