1
This commit is contained in:
@@ -194,11 +194,12 @@
|
|||||||
我的团队
|
我的团队
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="isAndroid"
|
<view v-if="isAndroid" class="tool-box-content-item flex align-center justify-center flex-wrap"
|
||||||
class="tool-box-content-item flex align-center justify-center flex-wrap"
|
|
||||||
@click="goNav('/pages/login/appEq')">
|
@click="goNav('/pages/login/appEq')">
|
||||||
<view class="tool-box-content-item-img" style="display: flex;align-items: center;justify-content: center;">
|
<view class="tool-box-content-item-img"
|
||||||
<image src="../../static/images/me/xiazai.png" mode="" style="height: 45rpx;width: 45rpx;"></image>
|
style="display: flex;align-items: center;justify-content: center;">
|
||||||
|
<image src="../../static/images/me/xiazai.png" mode="" style="height: 45rpx;width: 45rpx;">
|
||||||
|
</image>
|
||||||
</view>
|
</view>
|
||||||
<view class="tool-box-content-item-txt">
|
<view class="tool-box-content-item-txt">
|
||||||
APP下载
|
APP下载
|
||||||
@@ -272,7 +273,9 @@
|
|||||||
import ttMsg from '../../components/ttMsg/ttMsg.vue'
|
import ttMsg from '../../components/ttMsg/ttMsg.vue'
|
||||||
import httpsRequest from '../../common/httpRequest.js'
|
import httpsRequest from '../../common/httpRequest.js'
|
||||||
import otherXuanfu from '@/components/other-xuafu.vue'
|
import otherXuanfu from '@/components/other-xuafu.vue'
|
||||||
import {$cache_user} from '@/store/cashe.js'
|
import {
|
||||||
|
$cache_user
|
||||||
|
} from '@/store/cashe.js'
|
||||||
console.log($cache_user);
|
console.log($cache_user);
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
@@ -459,11 +462,13 @@
|
|||||||
//获取我喜欢的数量
|
//获取我喜欢的数量
|
||||||
getMyLoveNum() {
|
getMyLoveNum() {
|
||||||
let data = {
|
let data = {
|
||||||
page: 1,
|
|
||||||
limit: 1,
|
|
||||||
classify: 2
|
|
||||||
}
|
}
|
||||||
this.$Request.getT('/app/courseCollect/selectByUserId', data).then(res => {
|
this.$Request.getT('/app/courseCollect/selectByUserId', {
|
||||||
|
page: 1,
|
||||||
|
limit: 999,
|
||||||
|
classify: 2
|
||||||
|
}).then(res => {
|
||||||
if (res.code === 0) {
|
if (res.code === 0) {
|
||||||
this.myLoveNum = res.data.totalCount
|
this.myLoveNum = res.data.totalCount
|
||||||
} else {
|
} else {
|
||||||
@@ -473,12 +478,12 @@
|
|||||||
},
|
},
|
||||||
//获取我追剧的数量
|
//获取我追剧的数量
|
||||||
getMyFansNum() {
|
getMyFansNum() {
|
||||||
let data = {
|
|
||||||
|
this.$Request.getT('/app/courseCollect/selectByUserId', {
|
||||||
page: 1,
|
page: 1,
|
||||||
limit: 1,
|
limit: 999,
|
||||||
classify: 1
|
classify: 1
|
||||||
}
|
}).then(res => {
|
||||||
this.$Request.getT('/app/courseCollect/selectByUserId', data).then(res => {
|
|
||||||
if (res.code === 0) {
|
if (res.code === 0) {
|
||||||
this.myZhui = res.data.totalCount
|
this.myZhui = res.data.totalCount
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user