Files
houyi-uniapp/unpackage/dist/build/mp-weixin/pages/option/index.wxml
PC-202306242200\Administrator 85b89ccea7 first commit
2026-03-28 23:27:25 +08:00

1 line
839 B
Plaintext

<view class="xkl-com-bg"><view style="height:20rpx;"></view><view style="background-color:#ffffff;color:#666666;padding:20rpx;font-size:28rpx;border-radius:12rpx;"><view style="color:#999;">当日订单所产生的期权,次日进行更新</view></view><view style="height:20rpx;"></view><view><block wx:for="{{shopOptionItems}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view style="background-color:#ffffff;color:#666666;padding:20rpx;font-size:28rpx;margin-bottom:20rpx;border-radius:12rpx;"><view class="u-flex u-flex-between"><view>{{item.note}}</view><view>{{item.num}}</view></view><view style="height:10rpx;"></view><view>{{"下单时间:"+item.created_at}}</view></view></block><u-loadmore vue-id="26977375-1" status="{{loadStatus}}" bind:__l="__l"></u-loadmore></view><view style="height:400rpx;"></view></view>