|
|
|
@ -8,9 +8,9 @@ |
|
|
|
<view class="bg-white flex" style="padding:30rpx"> |
|
|
|
<wux-image width="{{54}}" height="{{54}}" wux-class="image" shape="rounded" src="{{factoryDetail.logoImg}}" /> |
|
|
|
<view class="flex flex-column flex-center" style="margin-left:24rpx;align-items:flex-start;width: 100%"> |
|
|
|
<view class="text-sg text-bold" style="white-space: nowrap;width: 100%;"> |
|
|
|
<text>{{factoryDetail.name}}</text> |
|
|
|
<view style="float:right;width: 160rpx;height: 50rpx;background-color: rgba(0,0,0,0.10);font-size: 24rpx;border-radius: 25rpx;text-align: center;padding-top: 8rpx;" data-cid="{{hasFollowed}}" bindtap="onAttentionChange"> |
|
|
|
<view class="flex flex-justify text-sg text-bold" style="white-space: nowrap;width: 100%;"> |
|
|
|
<view class="text-cut" style="max-width: 400rpx">{{factoryDetail.name}}</view> |
|
|
|
<view style="width: 160rpx;height: 50rpx;background-color: rgba(0,0,0,0.10);font-size: 24rpx;border-radius: 25rpx;text-align: center;padding-top: 8rpx;" data-cid="{{hasFollowed}}" bindtap="onAttentionChange"> |
|
|
|
<text class="{{hasFollowed == false ? 'text-blue' : 'text-red'}}">{{hasFollowed == false ? '关注' : '取消关注'}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|