1.24 雷达图,行业排名弹窗UI完善,接口对接,公司公告,新闻动态接口对接

This commit is contained in:
尚政杰
2026-01-24 17:08:16 +08:00
parent b1956561cf
commit f45e96095e
137 changed files with 1646 additions and 1966 deletions

View File

@@ -235,6 +235,7 @@
// chart.on('click',function (params) {
// console.log(params)
// })
console.log(chart)
if(this.selectCategory==0)
{
//分时图

View File

@@ -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