|
@@ -44,7 +44,9 @@
|
|
|
<image src="../../static/img/join-logo.png" mode=""></image>
|
|
|
</view>
|
|
|
<view class="item-wrap">
|
|
|
- <view class="join-item flex" @click="navTo('/pages/form/tovolApply')">
|
|
|
+ <!-- <view class="join-item flex" @click="navTo('/pages/form/tovolApply')"> -->
|
|
|
+ <view class="join-item flex" @click="showEwm('zyzbm')">
|
|
|
+ <!-- #小程序://荆楚志愿红/HDZnYXqy2A1EKPq -->
|
|
|
<image src="../../static/icon/icon5.png" mode="" class="join-log"></image>
|
|
|
<view class="join-tit">
|
|
|
<view class="tit-top">
|
|
@@ -68,7 +70,7 @@
|
|
|
</view>
|
|
|
<image src="../../static/icon/jointo.png" mode="" class="join-to"></image>
|
|
|
</view>
|
|
|
- <view class="join-item flex" @click="navTo('/pages/cart/cart')">
|
|
|
+ <view class="join-item flex" @click="showEwm('hybm')">
|
|
|
<image src="../../static/icon/icon7.png" mode="" class="join-log"></image>
|
|
|
<view class="join-tit">
|
|
|
<view class="tit-top">
|
|
@@ -114,6 +116,18 @@
|
|
|
</view>
|
|
|
</scroll-view>
|
|
|
</view>
|
|
|
+ <uni-popup ref="zyzbm" type="center" >
|
|
|
+ <view class="zyzbm">
|
|
|
+ <image src="../../static/img/zyzbm1.png" mode=""></image>
|
|
|
+ <image src="../../static/icon/close.png" mode="" class="close" @click="closePup('zyzbm')"></image>
|
|
|
+ </view>
|
|
|
+ </uni-popup>
|
|
|
+ <uni-popup ref="hybm" type="center" >
|
|
|
+ <view class="zyzbm">
|
|
|
+ <image src="../../static/img/hydj.png" mode=""></image>
|
|
|
+ <image src="../../static/icon/close.png" mode="" class="close" @click="closePup('hybm')"></image>
|
|
|
+ </view>
|
|
|
+ </uni-popup>
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
@@ -365,6 +379,12 @@
|
|
|
methods: {
|
|
|
...mapMutations('user', ['setUserInfo']),
|
|
|
...mapMutations(['setUserInfo']),
|
|
|
+ showEwm(ref) {
|
|
|
+ this.$refs[ref].open()
|
|
|
+ },
|
|
|
+ closePup(ref) {
|
|
|
+ this.$refs[ref].close()
|
|
|
+ },
|
|
|
loadIndex() {
|
|
|
let obj = this;
|
|
|
loadIndexs({}).then(({
|
|
@@ -1206,5 +1226,22 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+ .zyzbm {
|
|
|
+ height: 900rpx;
|
|
|
+ width: 563rpx;
|
|
|
+ position: relative;
|
|
|
+ image {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .close {
|
|
|
+ width: 50rpx;
|
|
|
+ height: 50rpx;
|
|
|
+ position: absolute;
|
|
|
+ bottom: -60rpx;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ margin: auto;
|
|
|
+ }
|
|
|
+ }
|
|
|
</style>
|