Files
AGuestSaas/pages/user/companyMine/myTeam/myTeam.wxml
2020-12-30 15:16:04 +08:00

20 lines
848 B
Plaintext

<!-- <view class="content" wx:for="{{lists}}" :key="index"> -->
<view class="content" wx:for="{{10}}" :key="index">
<image src="{{item.cover || '/static/images/company_bg4.png'}}" mode="aspectFill"></image>
<view class="left">
<view class="title">
域展科技
<!-- <span catchtap="crowdfundsUnLike">游客</span> -->
<span class="vip">
<image src="/static/images/zuan.png" style="width:24rpx;" mode="widthFix"></image> VIP会员
</span>
</view>
<span class="total">旗下团队5人</span>
<view class="bottom"><span>2020-11-11 11:11:11</span></view>
</view>
</view>
<view class="has_more">
<image wx:if='{{lists.length==0}}' src="/static/images/no_list.png" style="width:200rpx;" mode="widthFix"></image>
<span>{{has_more?'~ 上拉加载更多 ~':'~ 暂无更多数据 ~'}}</span>
</view>