1 |
- <view class="discovery tn-safe-area-inset-bottom" style="max-height:100vh;"><view style="{{'padding-top:'+(vuex_custom_bar_height+'px')+';'}}"><view style="width:100%;padding-bottom:0;"><view style="display:flex;width:100%;background:linear-gradient(0deg, #fff, #f8f8f;"><view style="margin:16px;"><image style="width:56px;height:50px;margin-right:12px;" mode="{{fit}}" src="../../static/logo.png"></image></view><view style="margin:16px 0;margin-left:-8px;"><view style="font-weight:bold;font-size:22px;">速立保</view><text style="margin-top:12px;color:#888;font-size:15px;">生物制药产业一站式产品资源供需平台</text></view></view></view><view style="padding:0px 0 4px 16px;font-weight:bold;">优质入驻企业 ▼</view><swiper class="swiper" circular="{{true}}" indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}"><block wx:for="{{companyList}}" wx:for-item="item" wx:for-index="index" wx:key="id"><swiper-item style="position:relative;"><image style="width:100%;height:100%;" src="{{item.picUrl?item.picUrl:'../../static/bg.png'}}" mode="aspectFill" data-event-opts="{{[['tap',[['showImgs',[index,'$0'],['companyList']]]]]}}" bindtap="__e"></image></swiper-item></block></swiper><view style="padding:16px 0 4px 16px;font-weight:bold;">优质供应 ▼</view><swiper class="swiper" circular="{{true}}" indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}"><block wx:for="{{prodList}}" wx:for-item="item" wx:for-index="index" wx:key="id"><swiper-item><image style="width:100%;height:100%;" src="{{item.picUrl?item.picUrl:'../../static/bg.png'}}" mode="aspectFill" data-event-opts="{{[['tap',[['showImgs',[index,'$0'],['prodList']]]]]}}" bindtap="__e"></image></swiper-item></block></swiper><view style="display:flex;margin-top:32px;margin:24px;"><view data-event-opts="{{[['tap',[['showAdd',['$event']]]]]}}" class="bg01" style="flex:1;padding:0 16px;" bindtap="__e"><text class="tn-icon-email-fill" style="font-size:32px;margin-right:10px;vertical-align:sub;"></text><text style="line-height:72px;font-size:18px;">我要什么</text></view><view data-event-opts="{{[['tap',[['showAdd2',['$event']]]]]}}" class="bg02" style="flex:1;padding:0 16px;" bindtap="__e"><text class="tn-icon-paperbag-fill" style="font-size:32px;margin-right:10px;vertical-align:sub;"></text><text style="line-height:72px;font-size:18px;">我有什么</text></view></view><view class="tn-tabbar-height"></view></view></view>
|