银花优选微信小程序修改后的最新版本代码
This commit is contained in:
19
pages/zzjf_qwlog/index.wxml
Normal file
19
pages/zzjf_qwlog/index.wxml
Normal file
@@ -0,0 +1,19 @@
|
||||
<view class="container">
|
||||
<view class="mybalance-item" wx:for="{{mybalance}}" wx:for-index="index">
|
||||
<view class="Total">
|
||||
<view><text>数量:{{item.sl}}</text></view>
|
||||
<view class="right">价格:{{item.jg}}</view>
|
||||
</view>
|
||||
<view class="Total0">
|
||||
<view>时间:{{item.addtime}}</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="nodata" hidden="{{nodataHidden}}">
|
||||
<image src="../../images/order-null.png"/>
|
||||
<view>暂无数据</view>
|
||||
</view>
|
||||
|
||||
<loading hidden="{{loadingHidden}}">
|
||||
加载中...
|
||||
</loading>
|
||||
Reference in New Issue
Block a user