|
|
@@ -60,7 +60,7 @@
|
|
|
</view>
|
|
|
<!-- 积分和优惠券 -->
|
|
|
<view wx:if="{{integral > 0 }}" class="view-margin" style="text-align: right;margin-top: 30rpx;">
|
|
|
- 减少{{integral}}云币
|
|
|
+ 减{{integral}}云币
|
|
|
<dk-tip slot="label-icon" style="display: inline-block;" id="tipIntegral" Up="{{true}}" Left="{{true}}" tipContent='每{{integralTacticItem.exchangeRate}}云币等于1人民币' bind:clickTip="closeAllTips" />
|
|
|
</view>
|
|
|
<view wx:if="{{couponList.length > 0 && summaryInfo.amount > 0 }}" class="view-margin" style="text-align: right;margin-top: 3rpx;">
|
|
|
@@ -123,13 +123,22 @@
|
|
|
</view>
|
|
|
|
|
|
<!--合计(专业版)-->
|
|
|
- <view class="summary-class" wx:if="{{gradeCode != 'STD' && curentAdItem!=null && !funcMenuFlg}}">
|
|
|
+ <view class="summary-class" wx:if="{{gradeCode != 'STD' && curentAdItem!=null && !funcMenuFlg}}" bind:tap="closeAllTips">
|
|
|
<view class="summary-item-class">订单详情:</view>
|
|
|
<view class="summary-item-class">{{summaryInfo.amountInfo}}</view>
|
|
|
+ <!-- 积分和优惠券 -->
|
|
|
+ <view wx:if="{{integral > 0 }}" class="summary-item-class" style=" margin-top: 10rpx;">
|
|
|
+ 减{{integral}}云币
|
|
|
+ <dk-tip slot="label-icon" style="display: inline-block;" id="tipIntegral" Up="{{true}}" Right="{{true}}" tipContent='每{{integralTacticItem.exchangeRate}}云币等于1人民币' bind:clickTip="closeAllTips" />
|
|
|
+ </view>
|
|
|
+ <view wx:if="{{couponList.length > 0 && summaryInfo.amount > 0 }}" class="summary-item-class" style=" margin-top: 3rpx;">
|
|
|
+ 使用{{couponUse.discount}}折优惠券
|
|
|
+ </view>
|
|
|
<view class="summary-item-class">截止日期:{{summaryInfo.endDate}}</view>
|
|
|
<view class="summary-item-class" wx:if="{{staffCount.maxNum || staffCount.webMaxNum || staffCount.wxMaxNum}}">{{summaryInfo.staffInfo}}</view>
|
|
|
- <view class="summary-item-class" style="display: flex;justify-content: flex-end;" wx:if="{{staffCount.maxNum || staffCount.webMaxNum || staffCount.wxMaxNum}}">
|
|
|
- 折合<dk-cell fontSize="14" left="5rpx" fontWeight="bold" height="45rpx" contentColor="#FF7B1A" content="{{summaryInfo.priceInfo}}"></dk-cell>/天/授权</view>
|
|
|
+ <view class="summary-item-class" style="display: flex;justify-content: flex-end;align-items: center;">
|
|
|
+ 合计:<dk-cell fontSize="16" center="center" contentFontWeight="700" contentColor="#FF7B1A" content="{{summaryInfo.amount}}"></dk-cell>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
|
|
|
<!--注册须知 240704 去除 用功能模块代替-->
|