|
@@ -28,7 +28,9 @@
|
|
|
<!-- 安卓 -->
|
|
|
<view class="scrollViewBox" wx:if="{{vipTime!='1'&&!isIos}}">
|
|
|
<scroll-view class="goodsList" scroll-x="true" enhanced show-scrollbar="{{false}}">
|
|
|
- <view wx:for="{{products}}" wx:key="id" class="payBox {{item.payType=='LIFELONG'?'pbbg2':item.payType=='YEAR'?'pbbg1':'pbbg3'}}" bindtap="toBuy" data-id="{{item.id}}">
|
|
|
+ <view wx:for="{{products}}" wx:key="id"
|
|
|
+ class="payBox {{item.payType=='LIFELONG'?'pbbg2':item.payType=='YEAR'?'pbbg1':'pbbg3'}}" bindtap="toBuy"
|
|
|
+ data-id="{{item.id}}">
|
|
|
<view class="pay">
|
|
|
{{isPreferential?'立即续费':'立即开通'}}
|
|
|
</view>
|
|
@@ -48,12 +50,14 @@
|
|
|
</view>
|
|
|
<image class='black' src='/static/black.png'></image>
|
|
|
</view>
|
|
|
+ <!-- #if MP -->
|
|
|
<view class="activation" bindtap="toGzh">
|
|
|
<view class="tips">
|
|
|
<image src="/static/care.png" class="tipsImg" />关注公众号不迷路,更多福利等您!
|
|
|
</view>
|
|
|
<image class='black' src='/static/black.png'></image>
|
|
|
</view>
|
|
|
+ <!-- #endif -->
|
|
|
<view class="activation" bindtap="jump" data-url="/salesperson/pages/sale/index"
|
|
|
wx:if="{{!userInfo.user.saleUserId}}">
|
|
|
<view class="tips">
|
|
@@ -74,12 +78,14 @@
|
|
|
</view>
|
|
|
<image class='black' src='/static/black.png'></image>
|
|
|
</view>
|
|
|
+ <!-- #if MP -->
|
|
|
<button class="resetBtn activation" open-type="contact" plain="true">
|
|
|
<view class="tips">
|
|
|
<image src="/static/contact.png" class="tipsImg" />联系我们
|
|
|
</view>
|
|
|
<image class='black' src='/static/black.png'></image>
|
|
|
</button>
|
|
|
+ <!-- #endif -->
|
|
|
<!-- <view class="activation" bindtap="jump" data-url="/pages/orderRecord/index">
|
|
|
<view class="tips">
|
|
|
<image src="/static/care.png" class="tipsImg" />购买记录
|