|
|
@@ -78,62 +78,39 @@
|
|
|
<view wx:if="{{advertisementList && advertisementList.length == 0}}" style="margin-top: 10rpx;"></view>
|
|
|
<!-- 标准版 -->
|
|
|
<view class="func" wx:if="{{freeVersionFlag}}" style="height: 410rpx;">
|
|
|
- <view style="display:flex; ">
|
|
|
- <view style=" width: 50%;height: 370rpx;border-radius: 19rpx;background: linear-gradient(200.98deg, #FFFFFF -13.39%, #A1CDFF 100%); ">
|
|
|
- <view class="card-title-std" style="position: relative;">
|
|
|
- <view style="margin-left:15rpx;margin-top:35rpx;color:#3785E5;font-size: 18px;font-weight: 600;justify-content: flex-start; width: 100%;">精准管理</view>
|
|
|
- <view style="position: absolute; top: 190rpx;left: 220rpx; ">
|
|
|
- <image src="{{imageUrl + 'pur-icon.png'}} " class="card-bottom-image" />
|
|
|
+ <view class="card-view">
|
|
|
+ <view class="childer-card-view" wx:for="{{bottomCardList}}" wx:for-index="index" wx:for-item="item">
|
|
|
+ <view class="ch-card-content" wx:if="{{item && !item.smallButtonList}}">
|
|
|
+ <view class="card-background-img">
|
|
|
+ <image src="{{imageUrl + item.imageUrl}} " class="card-bottom-image" />
|
|
|
</view>
|
|
|
- </view>
|
|
|
- <view style="margin-left:15rpx;margin-top:35px;color:#3785E5;font-size: 11px; ">助力企业腾飞,共创企业辉煌</view>
|
|
|
- <view style="width: 100%;height: 60rpx;"></view>
|
|
|
- <!-- 卡片底部 -->
|
|
|
- <view class="card-bottom-std" >
|
|
|
- <view class="card-bottom-button-std" style="background: #1989fa;" bindtap="toAppStd" data-flg="{{false}}" data-url="{{'/package-basic-data/pages/func-buy/add/add'}}">
|
|
|
- <view style="margin-left: 15rpx; color:#fefeff;font-size: 13px;">立即升级</view>
|
|
|
- <van-icon style="padding-left: 14rpx;" name="arrow" size="2.2vw" color="{{'#fefeff'}}" />
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <!-- 分享 -->
|
|
|
- <view style="margin-left: 15rpx;width: 50%; margin-top: -10rpx; ">
|
|
|
- <view style="height: 170rpx;border-radius: 19rpx;width: 100;background: linear-gradient(223.67deg, #FFFFFF -15.06%, #FFF5E2 100%);">
|
|
|
- <view class="card-title-std" style="position: relative;">
|
|
|
- <view style="margin-left:15rpx;padding-top:15rpx;color:#A5814A;font-size: 16px;font-weight: 600;justify-content: flex-start; width: 100%;">分享不停歇</view>
|
|
|
- <view style="position: absolute; top: 40rpx;left: 220rpx; ">
|
|
|
- <image src="{{imageUrl + 'fin-icon.png'}} " class="card-bottom-image" />
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view style="margin-left:15rpx; color:#A5814A;font-size: 11px; ">云币数量涨不停</view>
|
|
|
-
|
|
|
- <!-- 卡片底部 -->
|
|
|
- <view class="card-bottom-std">
|
|
|
- <view class="card-bottom-button-std" style="background: #ECD1A7;width: 55%;height: 55rpx;" bindtap="toAppStd" data-flg="{{true}}" data-url="{{''}}">
|
|
|
- <view style="margin-left: 15rpx; color:#fefeff;font-size: 12px;">立即分享</view>
|
|
|
- <van-icon style="padding-left: 14rpx;" name="arrow" size="2.2vw" color="{{'#fefeff'}}" />
|
|
|
+ <view class="content-view" bindtap="toAppStd" data-flg="{{false}}" data-url="{{item.dataUrl}}">
|
|
|
+ <view class="title-text">{{item.title}}</view>
|
|
|
+ <view class="content-text">{{item.content}}</view>
|
|
|
+ <view class="card-bottom-std">
|
|
|
+ <view class="card-bottom-button-std" style="background: {{item.buttonColor}};width: 55%;height: 55rpx;" >
|
|
|
+ <view style="margin-left: 15rpx; color:#fefeff;font-size: 12px;">{{item.buttonTitle}}</view>
|
|
|
+ <van-icon style="padding-left: 14rpx;" name="arrow" size="2.2vw" color="{{'#fefeff'}}" />
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view style="height: 170rpx;border-radius: 19rpx;width: 100;background:linear-gradient(225.36deg, #FFFFFF -10.7%, #F2D1AC 100%);margin-top: -10rpx;">
|
|
|
- <view class="card-title-std" style="position: relative;">
|
|
|
- <view style="margin-left:15rpx;padding-top:15rpx;color:#CE9965;font-size: 16px;font-weight: 600;justify-content: flex-start; width: 100%;">分享不停歇</view>
|
|
|
- <view style="position: absolute; top: 30rpx;left: 220rpx; ">
|
|
|
- <image src="{{imageUrl + 'ivt-icon.png'}} " class="card-bottom-image" />
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view style="margin-left:15rpx; color:#CE9965;font-size: 11px; ">云币数量涨不停</view>
|
|
|
-
|
|
|
- <!-- 卡片底部 -->
|
|
|
- <view class="card-bottom-std">
|
|
|
- <view class="card-bottom-button-std" style="background: #CE9965;height: 55rpx;" bindtap="toAppStd" data-flg="{{true}}" data-url="{{''}}">
|
|
|
- <view style="margin-left: 15rpx; color:#fefeff;font-size: 12px;">立即分享</view>
|
|
|
- <van-icon style="padding-left: 14rpx;" name="arrow" size="2.2vw" color="{{'#fefeff'}}" />
|
|
|
- </view>
|
|
|
+ <view wx:if="{{item && item.smallButtonList && item.smallButtonList.length > 0}}" class="small-button-view">
|
|
|
+ <view class="sm-content-view" wx:for="{{item.smallButtonList}}" wx:for-index="index_" wx:for-item="item_" style="background: {{item_.background}};" bindtap="toAppStd" data-flg="{{true}}" data-url="{{item_.dataUrl}}">
|
|
|
+ <view class="card-background-img">
|
|
|
+ <image src="{{imageUrl + item_.imageUrl}} " class="card-bottom-image" />
|
|
|
+ </view>
|
|
|
+ <view class="title-text">{{item_.title}}</view>
|
|
|
+ <view class="content-text">{{item_.content}}</view>
|
|
|
+ <view class="card-bottom-std">
|
|
|
+ <view class="card-bottom-button-std" style="background: {{item_.buttonColor}};width: 55%;height: 55rpx;">
|
|
|
+ <view style="margin-left: 15rpx; color:#fefeff;font-size: 12px;">{{item_.buttonTitle}}</view>
|
|
|
+ <van-icon style="padding-left: 14rpx;" name="arrow" size="2.2vw" color="{{'#fefeff'}}" />
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
-
|
|
|
</view>
|
|
|
</view>
|
|
|
|