|
@@ -86,21 +86,23 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="windows" a:if="{{isshowTc}}" >
|
|
|
- <view class="windows-box" style="position: relative;margin: 0 0.62rem;margin-top: 35%;">
|
|
|
+ <view class="windows-box" style="position: relative;margin: 0 0.9rem;margin-top: 35%;">
|
|
|
<view class="kfImg" catchTap="closes3">
|
|
|
- <image mode="widthFix" src="../../../image/close.png" /></view>
|
|
|
- <view class="contentBox flex-box flex-center-center">
|
|
|
- <view> 为了更好地体验软件,请联系客服顾问获取产品相关资料,一对一系统演示和讲解</view>
|
|
|
- </view>
|
|
|
- <view class="btnBox">
|
|
|
- <button type="primary" catchTap="openKf">联系客服</button>
|
|
|
+ <!-- <icon type="clear"/> -->
|
|
|
+ <image mode="widthFix" src="../../../image/close2.png" />
|
|
|
</view>
|
|
|
- <view class="flex-box-ce flex-center-center ah">
|
|
|
- <label>
|
|
|
- <checkbox onChange="ruleActiveAll" checked="{{isChecked}}" />
|
|
|
- <text style="padding-left:10rpx">不再弹出</text>
|
|
|
- </label>
|
|
|
+ <image class="kfBj" mode="widthFix" src="../../../image/tc.png" />
|
|
|
+ <view class="textNr">
|
|
|
+ <view style="color:#fff;padding:0 0.5rem;line-height:50rpx;margin-bottom:3.26rem"> 为了更好地体验软件,请联系客服顾问获取产品相关资料,一对一系统演示和讲解</view>
|
|
|
+ <view class="btnBox"><button type="primary" catchTap="openKf">联系客服</button></view>
|
|
|
+ <view class="flex-box-ce flex-center-center ah">
|
|
|
+ <label>
|
|
|
+ <checkbox onChange="ruleActiveAll" checked="{{isChecked}}" />
|
|
|
+ <text style="padding-left:10rpx">不再弹出</text>
|
|
|
+ </label>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
+
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="windows" a:if="{{isshowTc2}}">
|