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

@@ -9,7 +9,7 @@ const _sfc_main = {
},
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

@@ -206,8 +206,9 @@ const _sfc_main = {
* 点击查看相关概念
*/
clickConceptItem(name) {
let md5 = common_vendor.CryptoJS.MD5(name).toString();
common_vendor.index.navigateTo({
url: "/pages/index/conceptDetails/conceptDetails?name=" + name
url: "/pages/index/conceptDetails/conceptDetails?name=" + md5
});
},
/**
@@ -515,7 +516,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
j: common_vendor.t(item.stock_count - 3),
k: common_vendor.o(($event) => $options.clickStockMore(item), index)
} : {
l: common_assets._imports_1$3,
l: common_assets._imports_1$5,
m: common_vendor.t(item.stock_count),
n: common_vendor.o(($event) => $options.clickNotVip(), index)
}, {
@@ -576,7 +577,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
I: common_vendor.t($data.eventDetails.follower_count),
J: common_vendor.o(($event) => $options.clickFollow())
} : {}, {
K: common_assets._imports_11$1,
K: common_assets._imports_13$2,
L: common_vendor.o(($event) => $options.closeCommentPopup()),
M: common_vendor.f($data.commentList, (item, index, i0) => {
return {
@@ -607,7 +608,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
["mask-background-color"]: "transparent",
animation: false
}),
Y: common_assets._imports_11$1,
Y: common_assets._imports_13$2,
Z: common_vendor.o(($event) => $options.closeRelatedStockPopup()),
aa: common_vendor.f($data.historyEventRelatedStockList, (item, index, i0) => {
return common_vendor.e({

View File

@@ -249,10 +249,10 @@ const _sfc_main = {
clickSearch() {
this.loadAll = false;
this.page = 1;
if (this.selectTimeCategory == 0) {
this.getEventListData();
} else
if (this.selectTimeCategory == 1) {
this.getHotEventListData();
} else
this.getEventListData();
},
/**
* 点击事件筛选
@@ -729,8 +729,8 @@ const _sfc_main = {
if (arr.length > 0) {
param.importance = arr.join(",");
}
if (this.selectSortKey) {
param.sort = this.selectSortKey;
if (this.selectTimeCategory != 1) {
param.sort = this.timeCategoryList[this.selectTimeCategory].key;
}
request_api.eventList(param).then((res) => {
this.isRefreshing = false;