You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

1 lines
1.6 KiB

<view class="page flex-col"><view class="block_1 flex-row"><view class="box_1 flex-col justify-end"><view class="input_1 flex-row"><image class="icon_1" referrerpolicy="no-referrer" src="/static/lanhu_gongyinglian/0debd1cd292419106182a61d790f584a.png" data-event-opts="{{[['tap',[['changeTab',['search']]]]]}}" bindtap="__e"></image><input class="text_1" placeholder="请输入供应链商品名称进行检索" data-event-opts="{{[['input',[['__set_model',['','search','$event',[]]]]]]}}" value="{{search}}" bindinput="__e"/></view><view class="text-wrapper flex-row justify-between" style="display:'';overflow-x:auto;"><text data-event-opts="{{[['tap',[['changeTab',['0']]]]]}}" class="{{['text_3',(activeTab==='0')?'active':'']}}" bindtap="__e">全部</text><block wx:for="{{fenlei}}" wx:for-item="item" wx:for-index="index" wx:key="index"><text data-event-opts="{{[['tap',[['changeTab',['$0'],[[['fenlei','',index,'id']]]]]]]}}" class="{{['text_3',(activeTab===item.id)?'active':'']}}" bindtap="__e">{{item.name}}</text></block></view><block wx:for="{{goods}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['go',['$0'],[[['goods','',index,'id']]]]]]]}}" class="group_2 flex-row justify-between" style="border-bottom:1px solid lightgray;width:95%;padding-bottom:200rpx;" bindtap="__e"><image class="box_2 flex-col" src="{{item.image}}"></image><view class="box_3 flex-col justify-between" style="margin-left:10rpx;width:60%;"><text class="text_6">{{item.title}}</text><view class="text-wrapper_2 flex-row justify-between"><text class="text_7">{{item.price}}</text></view></view></view></block></view></view></view>