1 line
2.7 KiB
Plaintext
1 line
2.7 KiB
Plaintext
<view class="container" style="{{'--theme-color:'+(themeColor)+';'}}"><title-bar vue-id="367f6d72-1" showBack="{{true}}" title="{{memberTypeConfig.group}}" bind:__l="__l"></title-bar><view class="container-main"><block wx:if="{{loadEnd}}"><block><block wx:if="{{$root.g0}}"><view class="main-carousel"><carousel vue-id="367f6d72-2" show-data="{{carouselList}}" height="320rpx" radius="16rpx" right="24rpx" bottom="24rpx" bind:__l="__l"></carousel></view></block><view class="main-info flex align-items-center"><image class="info-avatar" src="{{memberInfo.organize_logo}}" mode="aspectFill"></image><view class="info-name flex-item text-ellipsis-more">{{memberInfo.organize_name}}</view></view><view class="main-introduce"><view class="introduce-title">团体简介</view><view class="introduce-content"><mp-html vue-id="367f6d72-3" content="{{memberInfo.organize_introduction||'暂未完善'}}" bind:__l="__l"></mp-html></view></view><block wx:if="{{$root.g1}}"><view class="main-product"><view class="product-title">产品列表</view><view class="product-list"><block wx:for="{{memberInfo.company_goods_list}}" wx:for-item="item" wx:for-index="__i0__" wx:key="id"><view data-event-opts="{{[['tap',[['toProductDetails',['$0'],[[['memberInfo.company_goods_list','id',item.id,'id']]]]]]]}}" class="list-item" bindtap="__e"><image class="item-image" src="{{item.image}}" mode="aspectFill"></image><view class="item-name text-ellipsis-more">{{item.name}}</view></view></block></view></view></block><member-custom vue-id="367f6d72-4" show-data="{{memberInfo.custom_content}}" bind:__l="__l"></member-custom><view class="main-footer"><view class="flex justify-content-between align-items-center"><view class="footer-menu flex"><button class="menu-btn" type="default" open-type="share"><image class="icon" src="/static/share.png" mode="aspectFit"></image><view class="text">分享</view></button><view data-event-opts="{{[['tap',[['toNavigation']]]]}}" class="menu-btn" bindtap="__e"><image class="icon" src="/static/location.png" mode="aspectFit"></image><view class="text">地址</view></view></view><block wx:if="{{memberInfo.company_office_number}}"><view data-event-opts="{{[['tap',[['onContact']]]]}}" class="footer-btn" bindtap="__e">拨打电话</view></block></view><view class="safe-padding"></view></view></block></block><block wx:else><block wx:if="{{showLogin}}"><view class="main-login"><image class="login-image" src="{{loginImg}}" mode="aspectFit"></image><view class="login-tips">小程序需要登录注册才能使用相关功能,请登录后查看该页面</view><view data-event-opts="{{[['tap',[['toLogin']]]]}}" class="login-btn" bindtap="__e">前往登录</view></view></block></block></view></view> |