21 lines
724 B
Plaintext
21 lines
724 B
Plaintext
<!--component/payLayer/index.wxml-->
|
|
<view class="mask-layer">
|
|
<view class="layer-con">
|
|
<view class="layer-title flex-row fs0">
|
|
<view class="title-con flex-col">支付方式</view>
|
|
<image src="/images/buy/close.png" bindtap="tapEvent" class="close-img"></image>
|
|
</view>
|
|
<view class="pay-list-wrap">
|
|
<view class="pay-list flex-row pay-list1">
|
|
<view class="flex-col">
|
|
<image src="/images/buy/jifen.png" class="jifen"></image><text>11111</text>
|
|
</view>
|
|
<image src="/images/buy/right.png" class="right"></image>
|
|
</view>
|
|
</view>
|
|
<view class="btn-con">
|
|
<button class="sum-btn" bindtap="tapEvent">确定</button>
|
|
</view>
|
|
</view>
|
|
</view>
|