银花优选微信小程序修改后的最新版本代码
This commit is contained in:
44
pages/checkin_log/index.wxml
Normal file
44
pages/checkin_log/index.wxml
Normal file
@@ -0,0 +1,44 @@
|
||||
<view class="container">
|
||||
|
||||
<!-- <view class="button_box" wx:if="{{nav==1&&TXEnable==0}}">
|
||||
<view class="button_box_item" style="width:100%" wx:if="{{nav==11}}">
|
||||
<view class="mybtn" bindtap="onzz">互转</view>
|
||||
</view>
|
||||
<view class="button_box_item" wx:if="{{nav==11}}">
|
||||
<view class="mybtn" bindtap="onzz">互转</view>
|
||||
</view>
|
||||
<view class="button_box_item" wx:if="{{nav==1}}">
|
||||
<view class="mybtn" bindtap="ontx">提现</view>
|
||||
</view>
|
||||
<view class="button_box_item" style="width:100%" wx:if="{{nav==2}}">
|
||||
<view class="mybtn" bindtap="onzh">划转流量积分</view>
|
||||
</view>
|
||||
</view> -->
|
||||
|
||||
<view class="mybalance-box" hidden="{{balanceHidden}}">
|
||||
<view class="mybalance-item" wx:for="{{mybalance}}" wx:for-index="index" wx:key="id">
|
||||
<view class="Total">
|
||||
<view><text>兑换券增减:</text>{{item.ClassId==1?"+"+item.Point:"-"+item.Point}}</view>
|
||||
<view class="right"><text>余额:</text>{{item.AfterPoint}}</view>
|
||||
</view>
|
||||
|
||||
<view>
|
||||
<text>时间:</text>{{item.CreateDay}}
|
||||
</view>
|
||||
<view>
|
||||
<text>备注:</text>{{item.Remark}}
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="nodata" hidden="{{nobalanceHidden}}">
|
||||
<image src="../../images/order-null.png"/>
|
||||
<view>暂无数据</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
<loading hidden="{{loadingHidden}}">
|
||||
加载中...
|
||||
</loading>
|
||||
Reference in New Issue
Block a user