You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
1.2 KiB
1 lines
1.2 KiB
<view class="wanlshop-info-container"><view class="edgeInsetTop"></view><view class="wanlshop-info-container__main bg-white"><view class="margin-left-bj shopuser"><view class="cu-avatar round margin-right-bj" style="{{'background-image:'+('url('+$root.g0+')')+';'}}"></view><view><view class="text-df text-cut" style="width:320rpx;"><text>{{shopData.shopname||'加载中...'}}</text></view><view class="wanl-gray text-min">{{"粉丝数 "+shopData.find_user.fans}}</view><view class="wanl-gray text-min">{{shopData.city}}</view></view></view><view class="margin-right-bj"><block wx:if="{{shopData.isFollow===0}}"><button data-event-opts="{{[['tap',[['handleFollow',['$event']]]]]}}" class="cu-btn radius-bock text-sm" catchtap="__e"><text class="wlIcon-tianjia margin-right-xs text-bold"></text>关注</button></block><block wx:else><button data-event-opts="{{[['tap',[['handleFollow',['$event']]]]]}}" class="cu-btn radius-bock text-sm" catchtap="__e"><text class="wlIcon-31xuanze margin-right-xs text-bold"></text>已关注</button></block></view></view><view class="shop_info bg-white margin-top-bj padding-lr-bj"><view class="padding-tb-bj solid-bottom">店铺介绍</view></view><view class="bg-white padding-bj"><rich-text nodes="{{shopData.bio}}"></rich-text></view></view> |