1.24 雷达图,行业排名弹窗UI完善,接口对接,公司公告,新闻动态接口对接
This commit is contained in:
@@ -235,6 +235,7 @@
|
||||
// chart.on('click',function (params) {
|
||||
// console.log(params)
|
||||
// })
|
||||
console.log(chart)
|
||||
if(this.selectCategory==0)
|
||||
{
|
||||
//分时图
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
</view>
|
||||
<image class="arrow" src="/static/icon/mine/infoArrow.png" mode="widthFix"></image>
|
||||
</view>
|
||||
|
||||
<view v-if="userInfo" class="numList relative flex">
|
||||
<view class="item flex1 flexColumnCenter" @click="clickNumItem(0)">
|
||||
<view class="num">{{userInfo.statistics.total_comments}}</view>
|
||||
@@ -86,7 +87,7 @@
|
||||
{
|
||||
icon:'/static/icon/mine/logout.png',
|
||||
title:'退出登录',
|
||||
}]
|
||||
}],
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
@@ -95,8 +96,10 @@
|
||||
onShow() {
|
||||
this.getUserInfoData()
|
||||
this.getMemberStatus()
|
||||
this.init()
|
||||
},
|
||||
methods: {
|
||||
|
||||
/**
|
||||
* 点击查看个人信息
|
||||
*/
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user