167 lines
9.3 KiB
Plaintext
167 lines
9.3 KiB
Plaintext
<view class="video-footer">
|
||
<view class="py-30" style="box-sizing: border-box">
|
||
<view style="justify-content: space-between" class="d-flex flex-row px-30">
|
||
<view style="display: flex;flex-direction: row;align-items: center;">
|
||
<view style="width: 48rpx;height: 48rpx;">
|
||
<image src="https://dycqjcweb.jiulingliu.cn/appletStatic/icon/dy_pay_hed_icon.png" mode="scaleToFill" style="width: 48rpx;height: 48rpx;"/>
|
||
</view>
|
||
<view class="fs-36 ml-20" style="color: #000; font-weight: bold">
|
||
抖音支付
|
||
</view>
|
||
</view>
|
||
<view class="flex-center" bindtap="close">
|
||
<icon class="tt-icon" type="cancel"></icon>
|
||
<!-- <u-icon name="arrow-down" color="#000" size="48rpx"></u-icon>-->
|
||
</view>
|
||
</view>
|
||
|
||
<view class="flex-row px-30 mt-24" style="justify-content: space-between;width: 100%">
|
||
<view class="fs-26" style="color: #000">
|
||
我的K币:{{ egold || 0 }}K币
|
||
</view>
|
||
</view>
|
||
<view class="px-30 mt-22 dykefu_warp" style="width: 100%; display: flex; justify-content: space-between" tt:if="{{videoResult.chackpay === 2 || videoResult.chackpay == 3}}">
|
||
<view class="fs-26">
|
||
未解锁集数:{{ videoResult.unlock_data.num || 0 }}
|
||
</view>
|
||
<view class="fs-26 mr-20" style="color: #000">
|
||
解锁全集消耗:{{ videoResult.unlock_data.total_price || 0 }}K币
|
||
</view>
|
||
</view>
|
||
|
||
<view class="px-30 mt-22 dykefu_warp">
|
||
<block tt:if="{{platform == 'ios'}}">
|
||
<view class="fs-24"> 购买K币:1钻=10K币</view>
|
||
</block>
|
||
<block tt:else>
|
||
<view class="fs-24"> 购买K币:1元=100K币</view>
|
||
</block>
|
||
<!-- <view @click="toPathAgreement">-->
|
||
<!-- <view class="fs-24" style="color: #fe650f ; text-decoration: underline">-->
|
||
<!-- 会员服务协议-->
|
||
<!-- </view>-->
|
||
<!-- </view>-->
|
||
</view>
|
||
|
||
<view class="px-30 mt-22 dykefu_warp" tt:if="{{unlockAllFlag}}">
|
||
<view>
|
||
<block tt:if="{{platform == 'ios'}}">
|
||
<view class="fs-24" style="color: #000" tt:if="{{unlockAllFlag}}">
|
||
解锁全集:10钻 ≈ {{ unlockAllKb }} K币
|
||
</view>
|
||
</block>
|
||
<block tt:else>
|
||
<view class="fs-24 mr-20" style="color: #000" tt:if="{{unlockAllFlag}}">
|
||
解锁全集:1元 ≈ {{ unlockAllKb }} K币
|
||
</view>
|
||
</block>
|
||
</view>
|
||
<!-- <view @click="getGouM">-->
|
||
<!-- <view class="fs-24" style="color: #fe650f ; text-decoration: underline">-->
|
||
<!-- 付费须知-->
|
||
<!-- </view>-->
|
||
<!-- </view>-->
|
||
</view>
|
||
|
||
<view class="px-30 mb-18 dykefu_warp">
|
||
<!-- <view class="fs-26" tt:if="{{videoResult.chackpay === 2 || videoResult.chackpay == 3}}">-->
|
||
<view class="fs-26">
|
||
解锁每集需要:{{ videoResult.price || 0 }}K币
|
||
</view>
|
||
<button tt:if="{{iosIm}}" open-type="im" data-im-id="{{iosIm}}" class="contact_customer_service">
|
||
<!-- <view class="contact_custo_ser_icon">-->
|
||
<!-- <image src="/static/customer_service.png" class="__wa_img_no_radius"></image>-->
|
||
<!-- </view>-->
|
||
<view class="contact_custo_ser_txt">联系客服</view>
|
||
</button>
|
||
</view>
|
||
<scroll-view scroll-y class="content" style="height: {{(canIUsePaymentChannel && useBytePayment) ? 400 : 800 }}rpx">
|
||
<view class="flex-row d-flex px-30 pt-20 {{(canIUsePaymentChannel && useBytePayment) ? 'pb-20' : 'pb-60'}}" style="flex-wrap: wrap">
|
||
<block tt:for="{{payList}}">
|
||
<view class="pay_ul {{(index + 1) % 2 === 0 ? 'pl-10':'pr-10'}}" tt:key="{{item.id}}">
|
||
<view class="pay_li_class_default {{item.type==1?'pay_li_class_1':item.type==2?'pay_li_class_2':'pay_li_class_4'}}" data-item="{{item}}" data-index="{{index}}" bind:tap="handlePayItem" @click="payItem(item, index)">
|
||
<view class="pay_li_cl_one">
|
||
<view class="money__it_wa_ti_price">
|
||
<view tt:if="{{platform != 'ios'}}" class="money__it_wa_ti_pr_te_icon">
|
||
{{ item.unit }}
|
||
</view>
|
||
<view class="money__it_wa_ti_pr_text">
|
||
{{ item.price }}
|
||
</view>
|
||
<view tt:if="{{platform == 'ios'}}" class="money__it_wa_ti_pr_te_icon">
|
||
{{ item.unit }}
|
||
</view>
|
||
</view>
|
||
|
||
<view class="pay_li_cl_description ml-6" tt:if="{{item.description && item.type != 2}}">
|
||
<view class="pay_li_cl_desc_i">
|
||
<view class="pay_li_cl_de_i_text">
|
||
{{ item.description }}
|
||
</view>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
<view class="pay_li_cl_description mt-20" tt:if="{{item.description && item.type == 2}}">
|
||
<view class="pay_li_cl_desc_i">
|
||
<view class="pay_li_cl_de_i_text">
|
||
{{ item.description }}
|
||
</view>
|
||
</view>
|
||
</view>
|
||
<view class="pay_li_cl_desc_kb" tt:elif="{{item.type == 1}}">
|
||
<view class="pay_li_cl_desc_k_icon">
|
||
<image src="https://dyjyjcweb.hunanjj.cn/dy_images/images/coins.png"
|
||
mode="scaleToFill" class="k_icon" />
|
||
</view>
|
||
<text class="pay_li_cl_desc_k_num">{{ item.egold }}</text>
|
||
<text class="pay_li_cl_desc_k_num mx-4">+</text>
|
||
<text class="pay_li_cl_desc_k_num">{{ item.giveegold }}赠币</text>
|
||
</view>
|
||
<view class="pay_li_cl_description mt-20" tt:elif="{{item.type == 4}}">
|
||
<view class="pay_li_cl_desc_i">
|
||
<view class="pay_li_cl_de_i_text"> 永久解锁全集 </view>
|
||
</view>
|
||
</view>
|
||
<view class="pay_li_cl_poster" tt:if="{{item.poster}}">
|
||
<view class="pay_li_cl_pos_text">{{ item.poster }}</view>
|
||
</view>
|
||
<view class="pay_li_cl_hand" tt:if="{{index == action}}">
|
||
<image src="https://dyjyjcweb.hunanjj.cn/dy_images/images/followClick.png" mode="scaleToFill" class="hand_icon" />
|
||
</view>
|
||
</view>
|
||
</view>
|
||
</block>
|
||
<view class="pay_rule_list">
|
||
<view class="pay_rule_li_item">
|
||
<block tt:if="{{platform == 'ios'}}">
|
||
<text class="pay_rule_li_it_text">1、1钻=10K币,k币和会员属于虚拟产品,一经购买不可退换</text>
|
||
</block>
|
||
<block tt:else>
|
||
<text class="pay_rule_li_it_text">1、1元=100K币,k币和会员属于虚拟产品,一经购买不可退换</text>
|
||
</block>
|
||
</view>
|
||
<view class="pay_rule_li_item">
|
||
<text class="pay_rule_li_it_text">2、未满18岁的未成年人需要在监护人主导、同意下进行相关付费操作。</text>
|
||
</view>
|
||
<view class="pay_rule_li_item">
|
||
<text class="pay_rule_li_it_text">3、购买时获得的赠币仅{{ time }}有效</text>
|
||
</view>
|
||
<view class="pay_rule_li_item">
|
||
<text class="pay_rule_li_it_text">4、充值K币一般在10分钟内到账,如未到账请在“我的”页面联系客服</text>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
</scroll-view>
|
||
<!--官方支付组件-->
|
||
<view tt:if="{{showPaymentChannelSelect}}" style="padding: 0 30rpx 100rpx 30rpx">
|
||
<payment-channel-select
|
||
sku-list="{{skuList}}"
|
||
bind:requestorder="handleRequestOrderByte"
|
||
bind:getpaymentresult="handleGetPaymentResult"
|
||
bind:error="handleGetPaymentError"
|
||
scene="{{platform=='ios' ? 'diamond': 'cash'}}"
|
||
>
|
||
</payment-channel-select>
|
||
</view>
|
||
</view>
|
||
</view> |