java-mall-app/unpackage/dist/dev/mp-weixin/seller/product/save.wxml
2025-12-12 17:04:03 +08:00

1 line
2.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="page"><block wx:if="{{$root.g0>0}}"><scroll-view class="m-orderlist" scroll-top="{{scrollTop}}" scroll-y="true" data-event-opts="{{[['scrolltolower',[['scrollbottom',['$event']]]]]}}" bindscrolltolower="__e"><view class="m-cells"><view class="m-cell"><view class="m-cell-bd"><text>{{$root.m0}}</text></view></view></view><view class="sstouch-order-list"><block wx:for="{{$root.l0}}" wx:for-item="items" wx:for-index="i" wx:key="i"><view class="ul" id="order-list"><view class="sstouch-order-item"><view class="sstouch-order-item-con"><view class="goods-block"><view class="goods-pic"><image class="img _img" style="border:solid 1px #ccc;padding:1px;" src="{{product_image}}"></image></view><view class="goods-info" style="margin:0 0 0 142rpx;"><view class="goods-name">{{product_name}}</view><view class="goods-type" style="float:left;">¥:<uni-number-box style="width:220rpx;height:60rpx;" vue-id="{{'70c35752-1-'+i}}" min="{{0}}" max="{{10000000}}" value="{{items.$orig[1]}}" id="{{items.$orig[5]}}" data-event-opts="{{[['^change',[['changeprice',['$event',i,'$0'],[[['product_uniqid','',i,'__$n0']]]]]]]}}" bind:change="__e" bind:__l="__l"></uni-number-box></view><view class="goods-type" style="float:right;">{{items.m1+''}}<uni-number-box style="width:220rpx;height:60rpx;" vue-id="{{'70c35752-2-'+i}}" min="{{0}}" max="{{10000000}}" value="{{items.$orig[4]}}" id="{{items.$orig[1]}}" data-event-opts="{{[['^change',[['changes',['$event',i,'$0'],[[['product_uniqid','',i,'__$n0']]]]]]]}}" bind:change="__e" bind:__l="__l"></uni-number-box></view></view></view></view></view></view></block></view><button data-event-opts="{{[['tap',[['saveQuantity',['$event']]]]]}}" class="u-btn u-btn-default" style="margin-top:50rpx;" bindtap="__e">{{$root.m2}}</button></scroll-view></block><block wx:else><view class="m-nullpage" redirect="true"><view class="m-nullpage-middle"><label class="iconfont icon-sousuo-sousuo"></label><view class="m-null-tip"><text>暂无数据</text></view></view></view></block></view>