|
@@ -21,6 +21,7 @@
|
|
|
<van-cell title="大会介绍" is-link url="{:url('human/describe')}"></van-cell>
|
|
|
<van-cell title="活动指南" is-link url="{:url('human/guide')}"></van-cell>
|
|
|
<van-cell title="晋江介绍" is-link url="{:url('human/jinjiang')}"></van-cell>
|
|
|
+ <van-cell title="联系我们" is-link @click="showImage"></van-cell>
|
|
|
</van-cell-group>
|
|
|
|
|
|
<van-tabbar v-model="active">
|
|
@@ -36,12 +37,10 @@
|
|
|
|
|
|
base.active = Vue.ref(2);
|
|
|
|
|
|
- base.toInstitution = () => {
|
|
|
- location.href = "{:url('human/institutionList')}";
|
|
|
- };
|
|
|
-
|
|
|
- base.toEnterprise = () => {
|
|
|
- location.href = "{:url('human/enterpriseList')}";
|
|
|
+ base.showImage = () => {
|
|
|
+ vant.showImagePreview([
|
|
|
+ '/static/mobile/images/wechat_qrcode.jpg'
|
|
|
+ ]);
|
|
|
};
|
|
|
|
|
|
return base;
|