|
|
@@ -8,16 +8,17 @@
|
|
|
<!-- 头像 -->
|
|
|
<open-data type="userAvatarUrl" class='wx-avatar'></open-data>
|
|
|
<view style="margin-left: 30rpx;">
|
|
|
- <view class="cp-class">{{companyName}} <dk-tag style="margin-left: 20rpx;" type="primary" padding="0 10rpx" height="30rpx" color="linear-gradient(77.62deg, #CAA977 12.58%, #FFDA7A 85.49%),conic-gradient(from 154.5deg at 29.17% -8.33%, #FFE8BA -0.56deg, rgba(255, 230, 165, 0) 0.26deg, rgba(227, 184, 73, 0.34) 17.37deg, rgba(240, 187, 253, 0.23) 347.83deg, rgba(186, 234, 255, 0.38) 353.78deg, #FFE8BA 359.44deg, rgba(255, 230, 165, 0) 360.26deg);" textColor="#1B365D" radius="10rpx" fontSize="9px" value="{{gradeCode == 'STD'?$t['std']:$t['pro']}}" catchtap="expandCard" data-item="{{card}}" data-index="{{cardIndex}}"></dk-tag></view>
|
|
|
- <view class="staff-class">{{staffName + (staffPhone?(' | ' + staffPhone):'')}}</view>
|
|
|
- <view class="end-date-class">{{$t['cpEndDate'] + ':' + cpEndDate}}</view>
|
|
|
+ <view class="cp-class">{{companyName}} <dk-tag style="margin-left: 20rpx;" type="primary" padding="0 10rpx" height="30rpx" color="linear-gradient(77.62deg, #CAA977 12.58%, #FFDA7A 85.49%),conic-gradient(from 154.5deg at 29.17% -8.33%, #FFE8BA -0.56deg, rgba(255, 230, 165, 0) 0.26deg, rgba(227, 184, 73, 0.34) 17.37deg, rgba(240, 187, 253, 0.23) 347.83deg, rgba(186, 234, 255, 0.38) 353.78deg, #FFE8BA 359.44deg, rgba(255, 230, 165, 0) 360.26deg);" textColor="#1B365D" radius="10rpx" fontSize="9px" value="{{gradeCode == 'STD'?$t['std']:$t['pro']}}" catchtap="expandCard" data-item="{{card}}" data-index="{{cardIndex}}"></dk-tag>
|
|
|
+ </view>
|
|
|
+ <view class="staff-class">{{cpManager + (cpPhone?(' | ' + cpPhone):'')}}</view>
|
|
|
+ <view class="end-date-class" wx:if="{{gradeCode != 'STD'}}">{{$t['cpEndDate'] + ':' + cpEndDate}}</view>
|
|
|
<view class="staff-count-class">{{'手机端授权:' + wxMaxNum + '个,电脑端授权' + webMaxNum + '个' }}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
-<!--活动-->
|
|
|
-<view class="func">
|
|
|
+<!--活动(专业版)-->
|
|
|
+<view class="func" wx:if="{{gradeCode != 'STD'}}">
|
|
|
<view style="display:flex;flex-wrap: wrap;">
|
|
|
<view class="{{(curentAdItem && curentAdItem.itemId == item.itemId)?'func-card-selected':'func-card'}}" wx:for="{{activityTable}}" wx:for-item="item" wx:key="index" data-item="{{item}}" catchtap="chooseAdItem">
|
|
|
<!-- 标题 -->
|
|
|
@@ -32,8 +33,26 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
+<!--活动(标准版)-->
|
|
|
+<view class="func" wx:if="{{gradeCode == 'STD'}}">
|
|
|
+ <view style="display:flex;flex-wrap: wrap;">
|
|
|
+ <view class="func-card-std" wx:for="{{activityTable}}" wx:for-item="item" wx:key="index" data-item="{{item}}">
|
|
|
+ <!-- 标题 -->
|
|
|
+ <view class="card-title-std">{{item.activityItemName}}
|
|
|
+ </view>
|
|
|
+ <!-- 价格-->
|
|
|
+ <dk-cell fontSize="19" center="center" contentFontWeight="700" contentColor="#FF7B1A" content="{{item.wxPrice}}"></dk-cell>
|
|
|
+ <!-- 授权-->
|
|
|
+ <view class="card-desc-std">
|
|
|
+ <view>{{$t['userAuthorize']}}</view>
|
|
|
+ <van-stepper integer="{{true}}" value="{{ summaryInfo.wxMaxNum}}" min="1" bind:change="onChangeStepper" />
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+</view>
|
|
|
+
|
|
|
<!--用户数-->
|
|
|
-<view class="card-class">
|
|
|
+<view class="card-class" wx:if="{{gradeCode != 'STD'}}">
|
|
|
<!--用户数量-->
|
|
|
<van-cell border="{{ false }}" title-class="cell_title">
|
|
|
<view slot="title" style="display: flex;">
|
|
|
@@ -66,8 +85,8 @@
|
|
|
</van-cell>
|
|
|
</view>
|
|
|
|
|
|
-<!--合计-->
|
|
|
-<view class="summary-class">
|
|
|
+<!--合计(专业版)-->
|
|
|
+<view class="summary-class" wx:if="{{gradeCode != 'STD'}}">
|
|
|
<view class="summary-item-class">订单详情:</view>
|
|
|
<view class="summary-item-class">{{summaryInfo.amountInfo}}</view>
|
|
|
<view class="summary-item-class">截止日期:{{summaryInfo.endDate}}</view>
|
|
|
@@ -76,8 +95,17 @@
|
|
|
折合<dk-cell fontSize="14" left="5rpx" fontWeight="bold" height="45rpx" contentColor="#FF7B1A" content="{{summaryInfo.priceInfo}}"></dk-cell>/天/授权</view>
|
|
|
</view>
|
|
|
|
|
|
+<!--合计(标准版)-->
|
|
|
+<view class="summary-class" wx:if="{{gradeCode == 'STD'}}">
|
|
|
+ <view class="summary-item-class">订单详情:</view>
|
|
|
+ <view class="summary-item-class">{{summaryInfo.amountInfo}}</view>
|
|
|
+ <view class="summary-item-class">截止日期:{{summaryInfo.userEndDate}}</view>
|
|
|
+ <view class="summary-item-class" style="display: flex;justify-content: flex-end;" wx:if="{{summaryInfo.wxMaxNum}}">
|
|
|
+ 折合<dk-cell fontSize="14" left="5rpx" fontWeight="bold" height="45rpx" contentColor="#FF7B1A" content="{{summaryInfo.priceInfo}}"></dk-cell>/天/授权</view>
|
|
|
+</view>
|
|
|
+
|
|
|
<!--注册须知-->
|
|
|
-<view class="notice-class">
|
|
|
+<view class="notice-class" wx:if="{{gradeCode != 'STD'}}">
|
|
|
<view class="notice-item-class" style="font-size: 16px;font-weight: bold;">{{noticeInfo.title}}</view>
|
|
|
<view class="notice-item-class">{{noticeInfo.cpName}}</view>
|
|
|
<view class="notice-item-class">{{noticeInfo.contact}}</view>
|