no message
This commit is contained in:
@@ -3,8 +3,17 @@
|
||||
<TopSafe></TopSafe>
|
||||
<Header title="我的邀请" />
|
||||
<view class="contract-view">
|
||||
<view class="top-panel">
|
||||
<image src="/static/new/team_bg.png"></image>
|
||||
<view class="top-panel" v-if="curData">
|
||||
<view class="top-panel-left" style="border-right: 2rpx solid #FFFFFF;">
|
||||
<text class="text-white text-36 text-bold">{{curData.teamAmount}}</text>
|
||||
<text class="text-white text-24 text-w-400">邀请订单金额</text>
|
||||
</view>
|
||||
|
||||
<view class="top-panel-left">
|
||||
<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> -->
|
||||
</view>
|
||||
<view class="top-text-view">
|
||||
<image src="/static/new/icon_zy.png" class="icon-img"></image>
|
||||
@@ -14,7 +23,8 @@
|
||||
<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="/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}}
|
||||
<text class="text-28 text-fu">({{item.gradeName}})</text>
|
||||
@@ -154,6 +164,7 @@ export default {
|
||||
width:88rpx;
|
||||
min-width:88rpx;
|
||||
height:88rpx;
|
||||
border-radius: 44rpx;
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
@@ -180,6 +191,19 @@ export default {
|
||||
min-height:16rpx;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
padding: 52rpx 0;
|
||||
box-sizing: border-box;
|
||||
border-radius: 20rpx;
|
||||
background: linear-gradient( 277deg, #AF39C4 0%, #7732FF 100%);
|
||||
.top-panel-left{
|
||||
flex:1;
|
||||
height:100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
image{
|
||||
width:100%;
|
||||
height:100%;
|
||||
|
||||
+4
-4
@@ -2,11 +2,11 @@
|
||||
// export const BASE_URL="http://cl55un59859.vicp.fun:24346"; // 测试环境
|
||||
|
||||
|
||||
export const BASE_URL = "https://api.tbmall.xin"; //生产
|
||||
export const MILD_BASE_URL = "https://agent.tbmall.xin/"; //中台生产
|
||||
// export const BASE_URL = "https://api.tbmall.xin"; //生产
|
||||
// export const MILD_BASE_URL = "https://agent.tbmall.xin/"; //中台生产
|
||||
|
||||
// export const BASE_URL ='https://api.o.tbmall.xin'; // 本地测试
|
||||
// export const MILD_BASE_URL = "https://agent.o.tbmall.xin/"; //中台测试
|
||||
export const BASE_URL ='https://api.o.tbmall.xin'; // 本地测试
|
||||
export const MILD_BASE_URL = "https://agent.o.tbmall.xin/"; //中台测试
|
||||
|
||||
|
||||
export const SHARE_URL = 'https://h.tbmall.xin';
|
||||
|
||||
Reference in New Issue
Block a user