feat:更换oss

This commit is contained in:
2026-01-31 12:03:26 +08:00
parent 03481fc5e7
commit c03de41336
56 changed files with 147 additions and 147 deletions
@@ -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="/https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/new/team_bg.png"></image> -->
<!-- <image src="/https://static.tbmall.xin/static/new/team_bg.png"></image> -->
</view>
<view class="top-text-view">
<image src="/https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/new/icon_zy.png" class="icon-img"></image>
<image src="/https://static.tbmall.xin/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="/https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/new/tab.png"></image> -->
<!-- <image src="/https://static.tbmall.xin/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}}
@@ -82,7 +82,7 @@
</view>
</view>
<view v-else class="not_order_warp">
<up-image src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/not_order.png" width="80" height="80"
<up-image src="https://static.tbmall.xin/static/not_order.png" width="80" height="80"
bgColor="#f1f6ff00"></up-image>
<view class="not_order_msg_warp">暂无数据</view>
</view>