feat:去掉图片
This commit is contained in:
@@ -13,17 +13,17 @@
|
||||
<text class="text-white text-36 text-bold">{{curData.ztCount}}</text>
|
||||
<text class="text-white text-24 text-w-400">邀请人数</text>
|
||||
</view>
|
||||
<!-- <image src="/static/new/team_bg.png"></image> -->
|
||||
<!-- <image src="/https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/new/team_bg.png"></image> -->
|
||||
</view>
|
||||
<view class="top-text-view">
|
||||
<image src="/static/new/icon_zy.png" class="icon-img"></image>
|
||||
<image src="/https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/new/icon_zy.png" class="icon-img"></image>
|
||||
<text class="text-20 text-zi">注:所有数据均截止到进入页面的时间,返回再进入页面数据会更新。</text>
|
||||
</view>
|
||||
<text class="text-32 text-zu1" style="margin-top:40rpx;font-weight: 500;">用户信息</text>
|
||||
<view class="bottom-view">
|
||||
<view class="bottom-box" v-for="(item,index) in dataList" :key="index">
|
||||
<view class="bottom-top">
|
||||
<!-- <image src="/static/new/tab.png"></image> -->
|
||||
<!-- <image src="/https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/new/tab.png"></image> -->
|
||||
<image :src="item.userUrl"></image>
|
||||
<view class="bottom-top-right">
|
||||
<text class="text-32 text-zu1" style="font-weight: 500;">{{item.userName}}
|
||||
|
||||
Reference in New Issue
Block a user