银花优选微信小程序修改后的最新版本代码
This commit is contained in:
19
pages/myproducts/index.wxml
Normal file
19
pages/myproducts/index.wxml
Normal file
@@ -0,0 +1,19 @@
|
||||
<view class="container">
|
||||
<view class="myproducts-box">
|
||||
<view class="myproducts-item" wx:for="{{mybalance}}" wx:for-index="index">
|
||||
<view class="myproducts-item-to">
|
||||
<view class="imgbox"><img src="{{item.image}}" /></view>
|
||||
<view class="title">{{item.name}}</view>
|
||||
<view class="price">¥{{item.hyje}}</view>
|
||||
</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