|
|
@@ -1,6 +1,10 @@ |
|
|
|
<!--pages/payOrder.wxml--> |
|
|
|
<view class="content"> |
|
|
|
<view class="backGround">购买会员</view> |
|
|
|
<view class="backGround"> |
|
|
|
<text>购买会员</text> |
|
|
|
<view class="payHistory" bindtap="checkPayHistory">购买历史</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="orderList"> |
|
|
|
<block wx:for="{{orderList}}" wx:key="index"> |
|
|
|
<button class="btn" type="primary" disabled="{{!item.show}}" bindtap="createPayOrder"> |
|
|
|