银花优选微信小程序修改后的最新版本代码
This commit is contained in:
66
pages/zzjf/index.wxml
Normal file
66
pages/zzjf/index.wxml
Normal file
@@ -0,0 +1,66 @@
|
||||
<view class="container">
|
||||
<view class="zzjfmx_box">
|
||||
<view class="title">增值积分价格</view>
|
||||
<view class="gxzmx_box">
|
||||
<view>
|
||||
<text>昨日兑换</text>
|
||||
<text class="je" id="szjg">{{szjg}}</text>
|
||||
</view>
|
||||
<view>
|
||||
<text>实时兑换</text>
|
||||
<text class="je" id="jrjg">{{jrjg}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="zzjfmx_box">
|
||||
|
||||
<view class="gxzmx_box">
|
||||
<view bindtap="onqwlog">
|
||||
<image src="../../images/zzjf_ico0.png" />
|
||||
<text>全网记录</text>
|
||||
</view>
|
||||
<!--<view bindtap="onzzlog">
|
||||
<image src="../../images/zzjf_ico1.png" />
|
||||
<text>增值记录</text>
|
||||
</view>
|
||||
<view bindtap="ontx">
|
||||
<image src="../../images/zzjf_ico2.png" />
|
||||
<text>提现</text>
|
||||
</view>-->
|
||||
<view bindtap="onzzlog">
|
||||
<image src="../../images/zzjf_ico2.png" />
|
||||
<text>增值积分</text>
|
||||
<text class="je" id="zsy">{{zsy}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="zzjfmx_box">
|
||||
|
||||
<view class="gxzmx_box">
|
||||
<view bindtap="onlog">
|
||||
<text>可提余额</text>
|
||||
<text class="je" id="zzjfye">{{zzjfye}}</text>
|
||||
</view>
|
||||
|
||||
|
||||
</view>
|
||||
</view>-->
|
||||
<view class="zzjfmx_box">
|
||||
<view class="title">往期数据</view>
|
||||
<view class="datatable">
|
||||
<view class="htit"><text>时间</text><text class="je">价格</text></view>
|
||||
<view wx:for="{{mybalance}}" wx:for-index="index">
|
||||
<text>{{item.addtime}}</text><text class="je">{{item.zzjg}}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="clear"></view>
|
||||
<view class="more_box"></view>
|
||||
</view>
|
||||
|
||||
|
||||
</view>
|
||||
|
||||
|
||||
<loading hidden="{{loadingHidden}}">
|
||||
加载中...
|
||||
</loading>
|
||||
Reference in New Issue
Block a user