84 lines
3.1 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="_myPay_html">
<popup position="bottom" className="_my_pay_popup" show="{{popupShow}}" zIndex="{{999}}">
<view class="_my_pay_po_header">
<view class="_pay_po_he_title">
<text>创作不易,支持作者</text>
</view>
<view class="_pay_po_he_icon" onTap="closePopup">
<am-icon type="arrow-down" color="#F4F4F4" size="18"></am-icon>
</view>
</view>
<view class="_my_pay_po_content">
<scroll-view scroll-y="{{true}}" class="_po_con_scroll">
<view class="_con_scr_warp">
<view class="_scr_wa_species">
<view class="_wa_spe_left">
<view class="_spe_le_img">
<image mode="scaleToFill" src="{{`${imageBasUrl}/iamge/weixin_icon.png`}}" class="_is_image" />
</view>
<view class="_spe_le_name">
<text>支付宝\微信支付</text>
</view>
</view>
<view class="_wa_spe_right">
<text>我的K币{{0}}K币</text>
</view>
</view>
<view class="_scr_wa_pay_header">
<view class="_wa_pay_hea_left">
<text>请选择充值金额</text>
</view>
<view class="_wa_pay_hea_right" onTap="toPurchaseNotes">
<text>购买须知</text>
<view class="icon-double-arrow-right-full">
<image mode="scaleToFill" src="{{`${imageBasUrl}/iamge/icon-double-arrow-right-full.png`}}" class="_is_image" />
</view>
</view>
</view>
<view class="_scr_wa_pay_list">
<block a:for="{{3}}">
<view class="_wa_pay_li_item {{(index + 1) % 2 === 0 ? 'active_left':'active_right'}}" data-item="{{item}}" onTap="payItem">
<view class="_pay_li_it_con {{index === 0 ? 'active' :''}}">
<view class="_pay_li_it_price">
<text>199.9元</text>
</view>
<view class="_pay_li_it_coin">
<text>37621K币</text>
</view>
<view class="_pay_li_it_deliver">
<text>多送20元K币</text>
</view>
</view>
</view>
</block>
</view>
</view>
</scroll-view>
</view>
</popup>
<block a:if="{{backShow}}">
<view class="_my_pay_back_Info">
<view class="_pay_back_In_warp">
<view class="_back_In_warp_t">
<text class="name"></text>
<text class="num">{{backInfo.price || 0}}</text>
<text class="name"></text>
<text class="num">{{ backInfo.zbegold || 0 }}</text>
<text class="name"></text>
</view>
<view class="_back_In_warp_d">
<text class="name"></text>
<text class="num">{{ backInfo.egold || 0 }}</text>
<text class="name">K币</text>
</view>
</view>
<view class="_pay_back_In_close" onTap="closeBackShow">
<am-icon type="close-o" size="{{36}}" color="#fff" />
</view>
</view>
</block>
</view>