1.14 概念中心模块调整,战略分析模块界面完善

This commit is contained in:
尚政杰
2026-01-14 18:48:02 +08:00
parent 27dc03940b
commit 6ee8ce42ed
888 changed files with 96307 additions and 247 deletions

View File

@@ -17,7 +17,7 @@
onLoad(e) {
if(e.name)
{
this.url = 'https://valuefrontier.cn/htmls/'+e.name+'.html'
this.url = 'https://valuefrontier.cn/htmls/concept/'+e.name+'/'
}
},
methods: {

View File

@@ -298,6 +298,7 @@
import { eventRelatedConcept, eventHistoryEvent, eventRelatedStock, eventCommentList, commentEvent, likeEventComment, replyComment, followEvent, membershipStatus } from '@/request/api';
import { getLocaleHourMinute, getLocaleTime, getRateStr, getRateUpOrDown, getChgRateStr } from '@/utils/util';
const echarts = require('../../../uni_modules/lime-echart/static/echarts.min.js');
import CryptoJS from 'crypto-js'
export default {
data() {
@@ -501,8 +502,9 @@
*/
clickConceptItem(name)
{
let md5 = CryptoJS.MD5(name).toString()
uni.navigateTo({
url:'/pages/index/conceptDetails/conceptDetails?name='+name
url:'/pages/index/conceptDetails/conceptDetails?name='+md5
})
},
/**

View File

@@ -463,11 +463,11 @@
{
this.loadAll = false
this.page = 1
if(this.selectTimeCategory==0)
if(this.selectTimeCategory==1)
{
this.getEventListData()
}else
this.getHotEventListData()
}else
this.getEventListData()
},
/**
* 点击事件筛选
@@ -623,7 +623,6 @@
this.selectQuickTimeIndex = index
}
},
/**
* 监听日期选择
* @param {Object} e
@@ -1022,9 +1021,9 @@
{
param.importance = arr.join(',')
}
if(this.selectSortKey)
if(this.selectTimeCategory!=1)
{
param.sort = this.selectSortKey
param.sort = this.timeCategoryList[this.selectTimeCategory].key
}
eventList(param).then(res=>{
this.isRefreshing = false