|
@@ -7,7 +7,7 @@
|
|
|
</view>
|
|
|
<!-- 展开状态 -->
|
|
|
<view class="cm-close-box" v-show="contactVisiable && isActive">
|
|
|
- <!-- <view class="cm-icon cm-entry" @click="handleToggleEntry(true)" v-if="activityEntryVisiable"></view> -->
|
|
|
+ <view class="cm-icon cm-entry" @click="handleToggleEntry(true)" v-if="activityEntryVisiable"></view>
|
|
|
<view class="cm-icon regexp" @click="handleToCouponExp">优惠券\n规则</view>
|
|
|
<view class="cm-icon cm-bround cm-mobile" @click="handelShowMobile">
|
|
|
<view class="cm-dialog" v-show="mobileVisiable">
|
|
@@ -47,25 +47,30 @@
|
|
|
</view>
|
|
|
<view class="cm-icon cm-bround cm-close-btn" @click="handleToggleAcitve(false)"></view>
|
|
|
</view>
|
|
|
- <!-- <view class="mask cover" v-if="activityEntryVisiable && entryVisiable">
|
|
|
+ <view class="mask cover" v-if="activityEntryVisiable && entryVisiable">
|
|
|
<view class="content">
|
|
|
- <image
|
|
|
+ <!-- <image
|
|
|
src="https://static.caimei365.com/app/img/icon2/cm_entry_bg.png"
|
|
|
mode="widthFix"
|
|
|
@click="handleToggleCoupon(true)"
|
|
|
+ ></image> -->
|
|
|
+ <image
|
|
|
+ src="https://static.caimei365.com/app/img/icon2/coupon-entry-app.png"
|
|
|
+ @click="handleNaviagtorToCoupon"
|
|
|
+ mode="widthFix"
|
|
|
></image>
|
|
|
<view class="mask-close" @click="handleToggleEntry(false)"></view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <view class="mask cover" v-if="showCouponEntry">
|
|
|
+ <!-- <view class="mask cover" v-if="showCouponEntry">
|
|
|
<view class="content">
|
|
|
<view class="btn btn1" @click="navigatorToPro(1)"></view>
|
|
|
<view class="btn btn2" @click="navigatorToPro(2)"></view>
|
|
|
<image src="https://static.caimei365.com/app/img/icon2/coupon-entry-app.png" mode="widthFix"></image>
|
|
|
<view class="mask-close" @click="handleToggleCoupon(false)"></view>
|
|
|
</view>
|
|
|
- </view> -->
|
|
|
+ </view>
|
|
|
|
|
|
<view class="mask cover" v-if="showCouponEntryNew">
|
|
|
<view class="content">
|
|
@@ -76,7 +81,7 @@
|
|
|
></image>
|
|
|
<view class="mask-close" @click="showCouponEntryNew = false"></view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
|
|
|
<view class="mask" v-if="mobileVisiable || wechatVisiable" @click="handleClose"></view>
|
|
|
</view>
|
|
@@ -144,13 +149,12 @@ export default {
|
|
|
this.entryVisiable = visiable
|
|
|
},
|
|
|
// 跳转到领取优惠券
|
|
|
- handleNaviagtorToCoupon(){
|
|
|
+ handleNaviagtorToCoupon() {
|
|
|
this.$api.navigateTo('/pages/user/coupon/coupon-collection')
|
|
|
},
|
|
|
- handleToCouponExp(){
|
|
|
+ handleToCouponExp() {
|
|
|
// this.$api.navigateTo('/pages/h5/activity/couponExp')
|
|
|
this.$api.navigateTo('/pages/h5/article/path?link=https://www.caimei365.com/help/1038.html')
|
|
|
-
|
|
|
},
|
|
|
navigatorToPro(flag) {
|
|
|
// 友盟自定义事件
|
|
@@ -214,13 +218,13 @@ export default {
|
|
|
.cm-close-box {
|
|
|
position: relative;
|
|
|
z-index: 9;
|
|
|
-
|
|
|
+
|
|
|
.cm-icon {
|
|
|
position: relative;
|
|
|
width: 80rpx;
|
|
|
height: 80rpx;
|
|
|
margin: 10rpx 0;
|
|
|
- &.regexp{
|
|
|
+ &.regexp {
|
|
|
border-radius: 50%;
|
|
|
font-size: 20rpx;
|
|
|
background: rgba(0, 0, 0, 0.4);
|