1 line
6.2 KiB
Plaintext
1 line
6.2 KiB
Plaintext
<view class="brand-detail-container data-v-8c1f83f2"><view class="{{['custom-header','data-v-8c1f83f2',(scrollY>50)?'header-scrolled':'']}}"><view class="status-bar data-v-8c1f83f2" style="{{'height:'+(statusBarHeight+'px')+';'}}"></view><view class="nav-bar data-v-8c1f83f2"><view data-event-opts="{{[['tap',[['goBack',['$event']]]]]}}" class="nav-left back-area data-v-8c1f83f2" bindtap="__e"><text class="back-icon data-v-8c1f83f2">〈</text></view><block wx:if="{{scrollY>50}}"><view class="nav-title data-v-8c1f83f2">{{brandInfo.fq_brand_name||'品牌详情'}}</view></block><block wx:else><view class="nav-title data-v-8c1f83f2"></view></block><view class="nav-right data-v-8c1f83f2"></view></view></view><scroll-view class="main-scroll-view data-v-8c1f83f2" scroll-y="{{true}}" show-scrollbar="{{false}}" data-event-opts="{{[['scroll',[['onScroll',['$event']]]],['scrolltolower',[['loadMoreItems',['$event']]]]]}}" bindscroll="__e" bindscrolltolower="__e"><view class="hero-biography-section data-v-8c1f83f2"><image class="biography-bg data-v-8c1f83f2" src="{{heroBgImage}}" mode="aspectFill"></image><view class="biography-overlay data-v-8c1f83f2"></view><view class="biography-core data-v-8c1f83f2" style="{{'padding-top:'+(navBarHeight+'px')+';'}}"><view class="logo-wrapper data-v-8c1f83f2"><image class="brand-logo-img data-v-8c1f83f2" src="{{brandInfo.brand_logo||brandInfo.inside_logo}}" mode="aspectFit"></image></view><view class="brand-title-box data-v-8c1f83f2"><text class="b-name data-v-8c1f83f2">{{brandInfo.fq_brand_name||brandInfo.tb_brand_name}}</text><view class="capsules-row data-v-8c1f83f2"><block wx:if="{{brandInfo.fans}}"><view class="b-fans-capsule data-v-8c1f83f2"><text class="heart-icon data-v-8c1f83f2">❤</text><text class="data-v-8c1f83f2">{{formattedFans+" 粉丝关注"}}</text></view></block><block wx:if="{{$root.m0}}"><view class="b-sale-capsule data-v-8c1f83f2"><text class="fire-icon data-v-8c1f83f2">🔥</text><text class="data-v-8c1f83f2">{{"月销 "+$root.m1+" 件"}}</text></view></block></view></view></view></view><block wx:if="{{$root.g0}}"><view class="compile-card-wrapper data-v-8c1f83f2"><view class="glass-compile-card data-v-8c1f83f2"><block wx:if="{{$root.g1>0}}"><scroll-view class="recommend-tags-scroll data-v-8c1f83f2" scroll-x="{{true}}" show-scrollbar="{{false}}"><view class="tags-scroll-inner data-v-8c1f83f2"><block wx:for="{{recommendTags}}" wx:for-item="tag" wx:for-index="tIdx" wx:key="tIdx"><text class="r-tag data-v-8c1f83f2">{{tag}}</text></block></view></scroll-view></block><block wx:if="{{brandInfo.introduce}}"><view class="card-intro-section data-v-8c1f83f2"><text class="c-intro-txt data-v-8c1f83f2">{{isExpanded?brandInfo.introduce:$root.g2>95?$root.g3+'...':brandInfo.introduce}}</text><block wx:if="{{$root.g4>95}}"><text data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="inline-toggle-btn data-v-8c1f83f2" bindtap="__e">{{isExpanded?' 收起':' 展开'}}</text></block></view></block></view></view></block><view class="items-container-box data-v-8c1f83f2"><view class="filter-bar data-v-8c1f83f2"><view data-event-opts="{{[['tap',[['changeSort',[1]]]]]}}" class="{{['filter-item','data-v-8c1f83f2',(sortType===1)?'active':'']}}" bindtap="__e">综合</view><view class="filter-divider data-v-8c1f83f2"></view><view data-event-opts="{{[['tap',[['changeSort',[2]]]]]}}" class="{{['filter-item','data-v-8c1f83f2',(sortType===2)?'active':'']}}" bindtap="__e">销量</view><view class="filter-divider data-v-8c1f83f2"></view><view data-event-opts="{{[['tap',[['changeSort',[3]]]]]}}" class="{{['filter-item','data-v-8c1f83f2',(sortType===3)?'active':'']}}" bindtap="__e">券后价<view class="price-arrows data-v-8c1f83f2"><text class="{{['up','data-v-8c1f83f2',(sortType===3&&priceOrder==='asc')?'hl':'']}}">▲</text><text class="{{['down','data-v-8c1f83f2',(sortType===3&&priceOrder==='desc')?'hl':'']}}">▼</text></view></view></view><view class="goods-list-single data-v-8c1f83f2"><block wx:for="{{$root.l1}}" wx:for-item="goods" wx:for-index="gIdx" wx:key="gIdx"><view data-event-opts="{{[['tap',[['goToDetail',['$0'],[[['itemList','',gIdx,'id']]]]]]]}}" class="single-goods-item data-v-8c1f83f2" bindtap="__e"><view class="g-img-left data-v-8c1f83f2"><image class="goods-pic data-v-8c1f83f2" src="{{goods.$orig.itempic}}" mode="aspectFill"></image></view><view class="g-info-right data-v-8c1f83f2"><view class="g-title-row data-v-8c1f83f2"><image class="platform-icon data-v-8c1f83f2" src="https://img-haodanku-com.cdn.fudaiapp.com/FlyOSTvjC3LjrkUoJ0NPxx1qnGz4"></image><text class="title-text data-v-8c1f83f2">{{goods.$orig.itemshorttitle||goods.$orig.itemtitle}}</text></view><block wx:if="{{goods.g5}}"><view class="g-labels-row data-v-8c1f83f2"><block wx:for="{{goods.l0}}" wx:for-item="tag" wx:for-index="tIdx" wx:key="tIdx"><text class="g-label-tag data-v-8c1f83f2">{{tag}}</text></block></view></block><block wx:else><block wx:if="{{goods.$orig.discount}}"><view class="g-labels-row data-v-8c1f83f2"><text class="g-label-tag data-v-8c1f83f2">{{"省"+goods.$orig.discount+"元"}}</text></view></block><block wx:else><view class="g-labels-row data-v-8c1f83f2"><text class="g-label-tag data-v-8c1f83f2">精选特卖</text></view></block></block><view class="g-price-row data-v-8c1f83f2"><view class="price-left data-v-8c1f83f2"><text class="p-tip data-v-8c1f83f2">券后</text><text class="p-symbol data-v-8c1f83f2">¥</text><text class="p-integer data-v-8c1f83f2">{{goods.$orig.itemendprice}}</text></view><block wx:if="{{goods.$orig.couponmoney>0}}"><view class="coupon-solid-box data-v-8c1f83f2"><text class="c-left data-v-8c1f83f2">券</text><text class="c-right data-v-8c1f83f2">{{goods.$orig.couponmoney+"元"}}</text></view></block></view><view class="g-bottom-row data-v-8c1f83f2"><text class="sales data-v-8c1f83f2">{{"已售"+goods.m2+"件"}}</text><text class="divider data-v-8c1f83f2">|</text><text class="shop data-v-8c1f83f2">{{"店铺:"+(goods.$orig.shopname||brandInfo.tb_brand_name||brandInfo.fq_brand_name||'官方旗舰店')}}</text></view></view></view></block></view><view class="pure-loading-footer data-v-8c1f83f2"><block wx:if="{{loading}}"><text class="data-v-8c1f83f2">加载中...</text></block><block wx:else><block wx:if="{{finished}}"><text class="data-v-8c1f83f2">已为您加载完毕</text></block></block></view></view></scroll-view></view> |