123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585 |
- <template>
- <view class="content">
- <view class="status_bar"><!-- 这里是状态栏 --></view>
- <view class="content-money">
- <view class="money-box">
- <view class="goback-box" @click="toBack"><image class="goback" src="../../static/img/fanhui.png" mode=""></image></view>
- <view class="header">我的推广</view>
- <image class="tuiguang_bg" src="../../static/img/share-bg.png"></image>
- <!-- <view class="money_img"><image :src="list.avatar || img"></image></view> -->
- <view class="user">
- <view class="avtor">
- <image class="portrait" :src="userInfo.avatar || '/static/img/missing-face.png'"></image>
- <view class="he"><image class="image" v-if="userInfo.point" src="../../static/img/hehuoren.png"></image></view>
- </view>
- <view class="">
- <view class="name">
- <view class="name-left clamp">{{ userInfo.phone || userInfo.email || '游客' }}</view>
- <view class="name-right">
- <image class="image" src="../../static/img/img28.png"></image>
- <view class="level" v-if="userInfo.level">{{ userInfo.level_info.name }}</view>
- <view class="level" v-else>V0</view>
- </view>
- </view>
- <!-- <view class="id">uid:{{ userInfo.uid }}</view> -->
- </view>
- </view>
- <view class="right">
- <view class="right-num">
- {{team}}
- </view>
- <view class="right-font ">
- 团队总人数
- </view>
- <view class="time ">
- {{today}}
- </view>
- </view>
- </view>
- </view>
-
- <view class="main flex">
- <view class="main-box flex">
- <view class="item">
- <view class="num">{{myPerformance || 0}}</view>
- <view class="font ">我的历史业绩</view>
- </view>
- <view class="item bottom">
- <view class="num">{{plotPerformance || 0}}</view>
- <view class="font ">历史小区业绩</view>
- </view>
- </view>
- <view class="main-box flex">
- <view class="item">
- <view class="num">{{push || 0}}</view>
- <view class="font ">直推人数</view>
- </view>
- <view class="item bottom">
- <view class="num">{{team || 0}}</view>
- <view class="font ">团队人数</view>
- </view>
- </view>
- <view class="main-box flex">
- <view class="item">
- <view class="num">{{achievement_month || 0}}</view>
- <view class="font ">本月新增业绩</view>
- </view>
- <view class="item bottom">
- <view class="num">{{small_achivement_month || 0}}</view>
- <view class="font ">本月新增小区业绩</view>
- </view>
- </view>
- </view>
- <view class="box">
- <view class="box-item flex">
- <view class="box-left">昨日拼购奖励</view>
- <view class="box-right">{{yesterday.pink*1 || 0}}USDT</view>
- </view>
- <view class="box-item flex">
- <view class="box-left">昨日分享奖励</view>
- <view class="box-right">{{yesterday.recommend*1 || 0}}USDT</view>
- </view>
- <view class="box-item flex">
- <view class="box-left">昨日团队奖励</view>
- <view class="box-right">{{yesterday.group*1 || 0}}USDT</view>
- </view>
- <view class="box-item flex">
- <view class="box-left" style="color:#44969D;">昨日累计奖励</view>
- <view class="box-right" style="color:#44969D;">{{yesterday.all*1 || 0}}USDT</view>
- </view>
- </view>
- <view class="box">
- <view class="box-item flex">
- <view class="box-left">累计拼购奖励</view>
- <view class="box-right">{{all.pink*1 || 0}}USDT</view>
- </view>
- <view class="box-item flex">
- <view class="box-left">累计分享奖励</view>
- <view class="box-right">{{all.recommend*1 || 0}}USDT</view>
- </view>
- <view class="box-item flex">
- <view class="box-left">累计团队奖励</view>
- <view class="box-right">{{all.group*1 || 0}}USDT</view>
- </view>
- <view class="box-item flex">
- <view class="box-left" style="color:#44969D;">历史累计奖励</view>
- <view class="box-right" style="color:#44969D;">{{all.all*1 || 0}}USDT</view>
- </view>
- </view>
- <view class="liebiao flex" @click="navto('/pages/user/extensionList')">
- <view class="left flex">
- <image src="../../static/img/myTeam.png" mode=""></image>
- <view class="leibiao-font">推广列表</view>
- </view>
- <image src="../../static/img/jiantou.png" mode=""></image>
- </view>
- </view>
- </template>
- <script>
- import { spread } from '@/api/finance.js';
- import { mapState, mapMutations } from 'vuex';
- import { gitExtension } from '@/api/user.js';
- export default {
- onReady() {
- // 初始化获取页面宽度
- uni.createSelectorQuery()
- .select('.content')
- .fields(
- {
- size: true
- },
- data => {
- // console.log(data);
- // console.log(Math.floor((data.width / 750) * 300));
- // 保存头部高度
- this.maxheight = data.height - Math.floor((data.width / 750) * 470) - 44;
- // console.log(this.maxheight);
- }
- )
- .exec();
- },
- computed: {
- ...mapState('user', ['userInfo', 'orderInfo', 'hasLogin'])
- },
- data() {
- return {
- // 头部图高度
- maxheight: '',
- myPerformance:'',//我的业绩
- plotPerformance:'',//小区业绩
- push:'',//直推人数
- team:'',//团队人数
- achievement_month:'',//本月新增业绩
- small_achivement_month:'',// 本月新增小区业绩
- all: '', //累计奖励
- yesterday:'',//昨日
- today:'',//日期
- };
- },
- onLoad(options) {
- var myDate = new Date();
- this.today = myDate.getFullYear() + '年' + (myDate.getMonth()+1) + '月' + myDate.getDate() +'日';
- console.log(this.today)
- this.loadData(); //onload只是在第一次进入页面会刷新数据,从二级页面回来不会重新加载数据
- },
- onShow() {
- //onShow没有参数
- this.loadData(); //onshow在每次打开页面都会加载数据,可以用于数据在需要刷新的环境下
- },
- methods: {
- async loadData() {
- gitExtension({}).then(({data}) => {
- console.log(data)
- this.myPerformance = data.achievement;
- this.plotPerformance = data.small_achivement;
- this.push = data.recommend_num;
- this.team = data.group_num;
- this.achievement_month = data.achievement_month;
- this.small_achivement_month = data.small_achivement_month;
- this.all = data.all;
- this.all.all = this.all.pink*1 + this.all.recommend*1 + this.all.group*1;
- this.yesterday = data.yesterday;
- this.yesterday.all = this.yesterday.pink*1 + this.yesterday.recommend*1 + this.yesterday.group*1;
- })
-
- },
- // 页面跳转
- navto(e) {
- uni.navigateTo({
- url: e
- });
- },
- // 点击返回 我的页面
- toBack() {
- uni.switchTab({
- url: '/pages/user/user'
- });
- },
-
- }
- };
- </script>
- <style lang="scss">
- .status_bar {
- height: var(--status-bar-height);
- width: 100%;
- background: linear-gradient(90deg, #60bab0, #45969b);
- }
- page {
- background: #f8f8f8;
- height: 100%;
- }
- .content-money {
- padding-bottom: 30rpx;
- background: $page-color-base;
- .buttom-box {
- position: relative;
- background-color: #ffffff;
- text-align: center;
- margin: 0 30rpx;
- padding: 30rpx 0;
- border-radius: $border-radius-sm;
- margin-top: -80rpx;
- .buttom {
- font-size: $font-lg;
- flex-grow: 1;
- .money {
- font-weight: bold;
- font-size: 32rpx;
- color: #ff0000;
- }
- }
- .text {
- color: #666666;
- }
- .interval {
- width: 2rpx;
- height: 60rpx;
- background-color: #eeeeee;
- }
- .icon {
- height: 50rpx;
- width: 48rpx;
- margin: 0 auto;
- .icon-img {
- width: 100%;
- height: 100%;
- }
- }
- }
- }
- .money-box {
- // background: $base-color;
- height: 424rpx;
- color: #ffffff;
- text-align: center;
- font-size: 35rpx;
- position: relative;
-
- // padding-top: 60rpx;
- .header {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 80rpx;
- font-size: 32rpx;
- font-weight: 700;
- z-index: 99;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .goback-box {
- position: absolute;
- left: 18rpx;
- top: 0;
- height: 80rpx;
- display: flex;
- align-items: center;
- }
- .goback {
- z-index: 100;
- width: 34rpx;
- height: 34rpx;
- }
- .tuiguang_bg {
- width: 750rpx;
- height: 424rpx;
- position: relative;
-
- }
- .right {
- position: absolute;
- top: 140rpx;
- right: 40rpx;
- text-align: right;
- line-height: 1;
- .right-num {
- font-size: 50rpx;
- font-family: PingFang SC;
- font-weight: bold;
-
- color: #FFFFFF;
- }
- .right-font {
- margin-top: 10rpx;
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #FFFFFF;
- }
- .time {
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 35px;
- }
- }
- .user {
- position: absolute;
- top: 140rpx;
- left: 34rpx;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- z-index: 10;
- .avtor {
- width: 102rpx;
- height: 102rpx;
- border-radius: 50%;
- position: relative;
- .portrait {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- .he {
- position: absolute;
- height: 30rpx;
- bottom: -4rpx;
- left: 0;
- .image {
- width: 102rpx;
- height: 30rpx;
- }
- }
- }
- .name {
- margin-left: 30rpx;
- font-size: 36rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #ffffff;
- display: flex;
- justify-content: start;
- .name-left {
- width: 220rpx;
- }
- .name-right {
- margin-left: 20rpx;
- width: 50rpx;
- height: 60rpx;
- position: relative;
- image {
- width: 100%;
- height: 100%;
- }
- .level {
- position: absolute;
- top: 35%;
- left: 50%;
- margin-left: -12rpx;
- font-size: 20rpx;
- }
- }
- }
- .id {
- margin-left: 30rpx;
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #ffffff;
- }
- }
-
- .money_img {
- width: 100%;
- height: 120rpx;
- text-align: center;
- padding-top: 50rpx;
- padding-bottom: 135rpx;
- image {
- width: 120rpx;
- height: 120rpx;
- border: 4rpx solid #fd5f6f;
- border-radius: 50%;
- }
- }
- .money-frame {
- position: absolute;
- top: 0;
- width: 100%;
- padding-top: 120rpx;
- // left: 30rpx;
- // height: 460rpx;
- // display: flex;
- // align-items: flex-start;
- // flex-direction: column;
- // justify-content: center;
- }
- .money_name {
- width: 100%;
- text-align: center;
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #ffffff;
- }
- .money_num {
- font-size: 72rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #ffffff;
- .money_ren {
- font-size: 36rpx;
- }
- }
- }
- .navbar {
- display: flex;
- height: 40px;
- padding: 0 5px;
- background: #fff;
- box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
- position: relative;
- z-index: 10;
- .nav-item {
- flex: 1;
- display: flex;
- justify-content: center;
- align-items: center;
- height: 100%;
- font-size: 15px;
- color: $font-color-dark;
- position: relative;
- &.current {
- color: #ff0000;
- &:after {
- content: '';
- position: absolute;
- left: 50%;
- bottom: 0;
- transform: translateX(-50%);
- width: 44px;
- height: 0;
- border-bottom: 2px solid #ff0000;
- }
- }
- }
- }
- .main {
- position: relative;
- z-index: 10;
- width: 691rpx;
- height: auto;
- background: #ffffff;
- box-shadow: 0px 0px 20rpx 0px rgba(50, 50, 52, 0.06);
- border-radius: 20rpx;
- margin: -160rpx auto 0;
- padding: 40rpx 40rpx;
- .today {
- position: absolute;
- top: -50rpx;
- right: 20rpx;
- color: #fff;
- }
- .main-box {
- flex-direction: column;
- align-items: center;
- .bottom {
- margin-top: 20rpx;
- }
- .item {
- display: flex;
- flex-direction: column;
- align-items: center;
- .num {
- font-size: 38rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #0f253a;
- }
- .font {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #6d7c88;
- margin-top: 18rpx;
- }
- }
- }
- }
- .box {
- width: 690rpx;
- background: #FFFFFF;
- box-shadow: 0px 0px 17rpx 0px rgba(0, 0, 0, 0.05);
- border-radius: 20rpx;
- margin: 20rpx auto;
- padding: 34rpx;
- .box-item:first-child{
- margin-top: 0;
- }
- .box-item {
- margin-top: 20rpx;
- justify-content: space-between;
- align-items: center;
- .box-left {
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #6D7C88;
- }
- .box-right {
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #0F253A;
- }
- }
- }
- .liebiao {
- width: 692rpx;
- background: #FFFFFF;
- box-shadow: 0px 0px 20rpx 0px rgba(50, 50, 52, 0.06);
- border-radius: 20rpx;
- padding: 34rpx;
- margin: 24rpx auto 0;
- align-items: center;
- .left {
- justify-content: flex-start;
- align-items: center;
- image {
- width: 46rpx;
- height: 36rpx;
- }
- .leibiao-font{
- margin-left: 10rpx;
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- }
- image {
- width: 15rpx;
- height: 27rpx;
- }
- }
- </style>
|