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

1 line
3.9 KiB
Plaintext
Raw Permalink 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"><view class="sstouch-main-layout"><view class="top"><view style="width:80%;float:left;padding:10rpx 20rpx;" right-icon="scan"><view class="input-view" style="width:100%;"><input class="input" style="font-size:26rpx;" type="text" placeholder="{{$root.m0}}" data-event-opts="{{[['input',[['inputSearch',['$event']]]]]}}" value="{{search_name}}" bindinput="__e"/><image style="width:30rpx;height:30rpx;float:left;margin:12rpx auto;z-index:9;" src="/static/images/false.png" mode="aspectFill" data-event-opts="{{[['tap',[['gocancel',['$event']]]]]}}" bindtap="__e"></image></view></view><image style="width:50rpx;height:50rpx;float:left;padding:26rpx 0;" src="/static/images/seach.png" mode="aspectFill" data-event-opts="{{[['tap',[['goSearch',['$event']]]]]}}" bindtap="__e"></image></view><view class="m-navbar"><scroll-view class="scroll-view_S" scroll-x="{{true}}"><block><view class="{{[parent_id==0?'m-navbar-mu':'m-navbar-item']}}" data-id="0" data-event-opts="{{[['tap',[['all',['$event']]]]]}}" bindtap="__e">{{''+$root.m1+''}}</view></block><block wx:for="{{product_category}}" wx:for-item="val" wx:for-index="index" wx:key="index"><block><view class="{{[parent_id==val.category_id?'m-navbar-mu':'m-navbar-item']}}" data-id="{{val.category_id}}" data-event-opts="{{[['tap',[['setparentcategoryid',['$event']]]]]}}" bindtap="__e">{{''+val.category_name+''}}</view></block></block></scroll-view></view><view class="m-navbar" style="margin-top:4rpx;"><scroll-view class="scroll-view_S" scroll-x="{{true}}"><block wx:for="{{detail}}" wx:for-item="category" wx:for-index="key" wx:key="key"><block><view class="{{[category_id==category.category_id?'m-navbar-mu':'m-navbar-item']}}" data-id="{{category.category_id}}" data-event-opts="{{[['tap',[['setcategoryid',['$event']]]]]}}" bindtap="__e">{{''+category.category_name+''}}</view></block></block></scroll-view></view></view><block wx:if="{{$root.g0>0}}"><scroll-view class="m-orderlist" scroll-y="true" data-event-opts="{{[['scrolltolower',[['scrollbottom',['$event']]]]]}}" bindscrolltolower="__e"><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="{{items.$orig.product_image}}"></image></view><view class="goods-info" style="padding-left:20rpx;"><view class="goods-name">{{items.$orig.product_name}}</view><view class="goods-type">{{"¥"+items.$orig.product_market_price}}<view class="br _br"></view>{{items.m2+""+items.$orig.store_name}}</view></view><view class="goods-subtotal" style="top:80rpx;width:180rpx;"><navigator class="hide" url="javascript:void(0)" item_id="{{items.$orig.product_id}}">{{items.m3}}</navigator><block wx:if="{{items.$orig.product_is_dist==1}}"><block><view class="btn delete-goods">{{items.m4+''}}</view></block></block><block wx:else><block><view class="btn delete-goods" style="color:#fff !important;background-color:#1A1A1A;margin-bottom:10px;" data-product_id="{{items.$orig.product_id}}" data-event-opts="{{[['tap',[['AddDistProduct',['$event']]]]]}}" bindtap="__e">{{items.m5+''}}</view></block></block></view></view></view></view></view></block><view class="m-loading-box" style="padding-top:100rpx;"><block wx:if="{{ispage}}"><block><view class="u-loadmore"><label class="u-loading"></label><text class="u-loadmore-tips">{{$root.m6}}</text></view><view><text></text></view></block></block><block wx:else><block><view class="u-loadmore u-loadmore-line"><text class="u-loadmore-tips">{{$root.m7}}</text></view></block></block></view></view></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>