|
@@ -3,7 +3,7 @@
|
|
<view class="order_addcart-header-area">
|
|
<view class="order_addcart-header-area">
|
|
<view class="received" @click="goDetail(item)">
|
|
<view class="received" @click="goDetail(item)">
|
|
<view class="pictrue">
|
|
<view class="pictrue">
|
|
- <!-- <image src='../../static/order_addcart/qiandai.png'></image> -->
|
|
|
|
|
|
+ <image src='http://wine.gzzzyd.com/wx/order_addcart/qiandai.png'></image>
|
|
</view>
|
|
</view>
|
|
<view class="text-info">
|
|
<view class="text-info">
|
|
<view class="received-count">
|
|
<view class="received-count">
|
|
@@ -33,41 +33,30 @@
|
|
<view class="loop-count">
|
|
<view class="loop-count">
|
|
4498.0.1元
|
|
4498.0.1元
|
|
</view>
|
|
</view>
|
|
- <!-- <image src='../../static/order_addcart/hongbaochi.png' mode="widthFix"></image> -->
|
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="tab-area">
|
|
<view class="tab-area">
|
|
- <view @click="isactiveTab = 'todayRank'"
|
|
|
|
|
|
+ <view @click="isactiveTab = 'todayRank';leaderboard()"
|
|
:class="{'tab-area-active1':isactiveTab === 'todayRank','base-tab':true}">
|
|
:class="{'tab-area-active1':isactiveTab === 'todayRank','base-tab':true}">
|
|
<text> 今日红包排行榜</text>
|
|
<text> 今日红包排行榜</text>
|
|
</view>
|
|
</view>
|
|
- <view @click="isactiveTab = 'allRank'"
|
|
|
|
|
|
+ <view @click="isactiveTab = 'allRank';leaderboard()"
|
|
:class="{'tab-area-active2':isactiveTab === 'allRank','base-tab':true}">
|
|
:class="{'tab-area-active2':isactiveTab === 'allRank','base-tab':true}">
|
|
<text> 红包领取总榜</text>
|
|
<text> 红包领取总榜</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="rank-list">
|
|
<view class="rank-list">
|
|
- <view class="rank-list-item">
|
|
|
|
- <!-- <img src='../../static/order_addcart/rank1.png' alt=""> -->
|
|
|
|
- <text class="nuber"> 15772754677</text>
|
|
|
|
- <text class="mosaic"> 1577***4677</text>
|
|
|
|
|
|
+ <view class="rank-list-item" v-for="(src, i) in rankList" :key="src.id">
|
|
|
|
+ <img v-show="i===0" src='http://wine.gzzzyd.com/wx/order_addcart/rank1.png' alt="">
|
|
|
|
+ <img v-show="i===1" src='http://wine.gzzzyd.com/wx/order_addcart/rank2.png' alt="">
|
|
|
|
+ <img v-show="i===2" src='http://wine.gzzzyd.com/wx/order_addcart/rank3.png' alt="">
|
|
|
|
+ <img v-show="i!==0 && i!==1 && i!==2" :src='src.avatar' alt="">
|
|
|
|
+ <text class="nuber"> {{src.userName}}</text>
|
|
|
|
+ <text class="mosaic"> {{src.phone}}</text>
|
|
<text class="litem-info"> 共领取了</text>
|
|
<text class="litem-info"> 共领取了</text>
|
|
- <text class="balance"> 31212.40</text>
|
|
|
|
- </view>
|
|
|
|
- <view class="rank-list-item">
|
|
|
|
- <!-- <img src='../../static/order_addcart/rank2.png' alt=""> -->
|
|
|
|
- <text class="nuber"> 15772754677</text>
|
|
|
|
- <text class="mosaic"> 1577***4677</text>
|
|
|
|
- <text class="litem-info"> 共领取了</text>
|
|
|
|
- <text class="balance"> 3121.40</text>
|
|
|
|
- </view>
|
|
|
|
- <view class="rank-list-item">
|
|
|
|
- <!-- <img src='../../static/order_addcart/rank3.png' alt=""> -->
|
|
|
|
- <text class="nuber"> 15772754677</text>
|
|
|
|
- <text class="mosaic"> 1577***4677</text>
|
|
|
|
- <text class="litem-info"> 共领取了</text>
|
|
|
|
- <text class="balance"> 312.40</text>
|
|
|
|
|
|
+ <text class="balance">{{src.totalAmount}}</text>
|
|
</view>
|
|
</view>
|
|
|
|
+
|
|
|
|
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -81,12 +70,8 @@
|
|
let sysHeight = 0
|
|
let sysHeight = 0
|
|
// #endif
|
|
// #endif
|
|
import {
|
|
import {
|
|
- getCartList,
|
|
|
|
- getCartCounts,
|
|
|
|
- changeCartNum,
|
|
|
|
- cartDel,
|
|
|
|
- getResetCart
|
|
|
|
- } from '@/api/order.js';
|
|
|
|
|
|
+ leaderboard
|
|
|
|
+ } from '@/api/home.js';
|
|
import {
|
|
import {
|
|
getProductHot,
|
|
getProductHot,
|
|
collectAll,
|
|
collectAll,
|
|
@@ -112,6 +97,7 @@
|
|
import {
|
|
import {
|
|
getNavigation
|
|
getNavigation
|
|
} from '@/api/public.js'
|
|
} from '@/api/public.js'
|
|
|
|
+import { colorChange } from '../../api/api';
|
|
export default {
|
|
export default {
|
|
components: {
|
|
components: {
|
|
pageFooter,
|
|
pageFooter,
|
|
@@ -159,6 +145,7 @@
|
|
productAttr: [],
|
|
productAttr: [],
|
|
productSelect: {}
|
|
productSelect: {}
|
|
},
|
|
},
|
|
|
|
+ rankList:[],
|
|
productValue: [], //系统属性
|
|
productValue: [], //系统属性
|
|
storeInfo: {},
|
|
storeInfo: {},
|
|
attrValue: '', //已选属性
|
|
attrValue: '', //已选属性
|
|
@@ -242,7 +229,11 @@
|
|
this.isShowAuth = false;
|
|
this.isShowAuth = false;
|
|
};
|
|
};
|
|
},
|
|
},
|
|
|
|
+ created(){
|
|
|
|
+ this.leaderboard()
|
|
|
|
+ },
|
|
methods: {
|
|
methods: {
|
|
|
|
+
|
|
// 授权关闭
|
|
// 授权关闭
|
|
authColse: function(e) {
|
|
authColse: function(e) {
|
|
this.isShowAuth = e;
|
|
this.isShowAuth = e;
|
|
@@ -293,27 +284,20 @@
|
|
reElection: function(item) {
|
|
reElection: function(item) {
|
|
this.getGoodsDetails(item)
|
|
this.getGoodsDetails(item)
|
|
},
|
|
},
|
|
- /**
|
|
|
|
- * 获取产品详情
|
|
|
|
- *
|
|
|
|
- */
|
|
|
|
- getGoodsDetails: function(item) {
|
|
|
|
|
|
+
|
|
|
|
+ leaderboard() {
|
|
|
|
+ colorChange(this.isactiveTab)
|
|
uni.showLoading({
|
|
uni.showLoading({
|
|
title: this.$t(`加载中`),
|
|
title: this.$t(`加载中`),
|
|
mask: true
|
|
mask: true
|
|
});
|
|
});
|
|
- let that = this;
|
|
|
|
- that.cartId = item.id;
|
|
|
|
- that.product_id = item.product_id;
|
|
|
|
- getProductDetail(item.product_id).then(res => {
|
|
|
|
- uni.hideLoading();
|
|
|
|
- that.attr.cartAttr = true;
|
|
|
|
- let storeInfo = res.data.storeInfo;
|
|
|
|
- that.$set(that, 'storeInfo', storeInfo);
|
|
|
|
- that.$set(that.attr, 'productAttr', res.data.productAttr);
|
|
|
|
- that.$set(that, 'productValue', res.data.productValue);
|
|
|
|
- that.DefaultSelect();
|
|
|
|
- }).catch(err => {
|
|
|
|
|
|
+ let postData ={
|
|
|
|
+ flag:this.isactiveTab==='todayRank'?1:0
|
|
|
|
+ }
|
|
|
|
+ leaderboard(postData).then(res => {
|
|
|
|
+ if (res.data.length > 0) {
|
|
|
|
+ this.rankList = res.data
|
|
|
|
+ }
|
|
uni.hideLoading();
|
|
uni.hideLoading();
|
|
})
|
|
})
|
|
},
|
|
},
|
|
@@ -1358,7 +1342,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
.loop {
|
|
.loop {
|
|
- // background: url('../../static/order_addcart/hongbaochi.png') no-repeat;
|
|
|
|
|
|
+ background: url('http://wine.gzzzyd.com/wx/order_addcart/hongbaochi.png') no-repeat;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 250rpx;
|
|
height: 250rpx;
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
@@ -1406,13 +1390,13 @@
|
|
}
|
|
}
|
|
|
|
|
|
.tab-area-active1 {
|
|
.tab-area-active1 {
|
|
- // background: url('../../static/order_addcart/tab1.png') no-repeat;
|
|
|
|
|
|
+ background: url('http://wine.gzzzyd.com/wx/order_addcart/tab1.png') no-repeat;
|
|
background-size: 340rpx 120rpx;
|
|
background-size: 340rpx 120rpx;
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
.tab-area-active2 {
|
|
.tab-area-active2 {
|
|
- // background: url('../../static/order_addcart/tab2.png') no-repeat;
|
|
|
|
|
|
+ background: url('http://wine.gzzzyd.com/wx/order_addcart/tab2.png') no-repeat;
|
|
background-size: 340rpx 120rpx;
|
|
background-size: 340rpx 120rpx;
|
|
|
|
|
|
}
|
|
}
|