1 line
1.5 KiB
Plaintext
1 line
1.5 KiB
Plaintext
<view class="content"><view class="w-750 h-450 absolute" style="top:0;z-index:1;background-image:linear-gradient(#bef0ad,85%,#f7f6fa);"></view><view class="relative zi-2"><uni-nav-bar vue-id="46c5cf64-1" leftIcon="back" title="{{title}}" backgroundColor="rgba(0,0,0,0)" border="{{false}}" data-event-opts="{{[['^clickLeft',[['goBack']]]]}}" bind:clickLeft="__e" bind:__l="__l"></uni-nav-bar><view class="w-710 ml-20 rowsb rowsm h-76 bgff br-60 pl-20 pr-6 mt-20"><view class="rows"><input class="fs-26 col999 pl-10" placeholder="输入搜索的内容" data-event-opts="{{[['confirm',[['search',['$event']]]],['input',[['__set_model',['','keyword','$event',[]]]]]]}}" value="{{keyword}}" bindconfirm="__e" bindinput="__e"/></view><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="w-116 h-64 br-60 fs-28 lh-64 tct colfff" style="background:#86b376;" bindtap="__e">搜索</view></view><view class="w-710 ml-20 mt-20 br-20 rows rowsw tct p-all-24 bgff"><block wx:for="{{shopCate}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['goNext',['cateMall/cateMall?cateId='+item.id+'&type='+type]]]]]}}" class="mb-18 mt-18 w-134 tct" bindtap="__e"><image class="w-88 h-88 br-44" src="{{URL+item.image}}"></image><view class="mt-6 fs-24 col333 one_overflow pl-10 pr-10">{{item.name}}</view></view></block></view><view><shop-list vue-id="46c5cf64-2" type="{{type}}" goodslist="{{shoplist}}" bind:__l="__l"></shop-list></view></view></view> |