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