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;'+('font-size:'+(fontSize+4+'px')+';')}}">速立保</view><text style="{{'margin-top:12px;color:#888;font-size:15px;'+('font-size:'+(fontSize-3+'px')+';')}}">生物制药产业一站式产品资源供需平台</text></view></view></view><view style="{{'padding:0px 0 4px 16px;font-weight:bold;'+('font-size:'+(fontSize-1+'px')+';')}}">优质入驻企业 ▼</view><block wx:if="{{!hideComps}}"><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;"><text data-event-opts="{{[['tap',[['closeComps',['$event']]]]]}}" class="tn-icon-close" style="position:absolute;right:0px;color:red;background:#00000066;border-top-right-radius:0;padding:0px 2px 2px 6px;font-size:13px;border-bottom-left-radius:30px;" bindtap="__e"></text><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></block><block wx:if="{{hideComps}}"><view style="height:200px;display:flex;align-items:center;justify-content:center;color:#2196f36e;"><text data-event-opts="{{[['tap',[['showComps']]]]}}" bindtap="__e">〈恢复展示〉</text></view></block><view style="{{'padding:16px 0 4px 16px;font-weight:bold;'+('font-size:'+(fontSize-1+'px')+';')}}">优质供应 ▼</view><block wx:if="{{!hideProds}}"><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><text data-event-opts="{{[['tap',[['closeProds',['$event']]]]]}}" class="tn-icon-close" style="position:absolute;right:0px;color:red;background:#00000066;border-top-right-radius:0;padding:0px 2px 2px 6px;font-size:13px;border-bottom-left-radius:30px;" bindtap="__e"></text><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></block><block wx:if="{{hideProds}}"><view style="height:200px;display:flex;align-items:center;justify-content:center;color:#2196f36e;"><text data-event-opts="{{[['tap',[['showProds']]]]}}" bindtap="__e">〈恢复展示〉</text></view></block><view style="display:flex;margin-top:32px;margin:24px;"><view data-event-opts="{{[['tap',[['showAdd',['$event']]]]]}}" class="bg01" style="flex:1;padding:0 0 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;'+('font-size:'+(fontSize+1+'px')+';')}}">我要什么</text></view><view data-event-opts="{{[['tap',[['showAdd2',['$event']]]]]}}" class="bg02" style="flex:1;padding:0 0 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;'+('font-size:'+(fontSize+1+'px')+';')}}">我有什么</text></view></view><view class="tn-tabbar-height"></view></view></view>
|