初次提交

This commit is contained in:
lym
2026-03-09 13:54:17 +08:00
commit 8e25ad708b
516 changed files with 41896 additions and 0 deletions

View 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>