提交 2c1a5474 authored 作者: lihuihui's avatar lihuihui

updata

上级 e6be671e
...@@ -17,14 +17,23 @@ ...@@ -17,14 +17,23 @@
</ul> </ul>
<div class="code"> <div class="code">
<div class="txt">想了解更多,扫码关注我们</div> <div class="txt">想了解更多,扫码关注我们</div>
<img src="../../assets/images/code.png" alt=""> <img @click="imagePreview" src="https://zws-imgs-pub.ezijing.com/static/public/d720ec7c4eed91788de652fb7962a911.png" alt="">
</div> </div>
</div> </div>
</template> </template>
<script> <script>
import { ImagePreview } from 'vant'
export default { export default {
components: {
[ImagePreview.name]: ImagePreview
},
metaInfo: { metaInfo: {
title: '联系客服' title: '联系客服'
},
methods: {
imagePreview() {
ImagePreview(['https://zws-imgs-pub.ezijing.com/static/public/d720ec7c4eed91788de652fb7962a911.png'])
}
} }
} }
</script> </script>
......
...@@ -99,6 +99,7 @@ export default { ...@@ -99,6 +99,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.pay-bg { .pay-bg {
width: 100%; width: 100%;
padding-bottom: 1rem;
img { img {
width: 100%; width: 100%;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论