10.16 修改今日日期样式,增加风险提示,禁掉相关标的分时图tooltip展示

This commit is contained in:
尚政杰
2025-10-16 00:35:38 +08:00
parent b53bb9715e
commit 48f49c6cf0
23 changed files with 118 additions and 101 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -7046,9 +7046,9 @@ function isConsoleWritable() {
return isWritable;
}
function initRuntimeSocketService() {
const hosts = "127.0.0.1,172.16.102.156";
const hosts = "127.0.0.1,192.168.2.53";
const port = "8090";
const id = "mp-weixin_XL9X17";
const id = "mp-weixin_VwRJ4L";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();

View File

@@ -45,6 +45,7 @@ const _sfc_main = {
//评论回复内容
option: {
tooltip: {
show: false,
trigger: "axis",
axisPointer: {
type: "shadow"
@@ -82,6 +83,7 @@ const _sfc_main = {
position: "top",
fontSize: 12
},
silent: true,
data: [],
itemStyle: {
color: ""

File diff suppressed because one or more lines are too long

View File

@@ -947,22 +947,26 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
}),
R: common_vendor.f($data.monthDateList[$data.selectMonthIndex], (item, index, i0) => {
return common_vendor.e({
a: item.isToday || item.date == $data.startDate || item.date == $data.endDate
}, item.isToday || item.date == $data.startDate || item.date == $data.endDate ? {
a: item.isToday
}, item.isToday ? {
b: common_vendor.t(item.day)
} : common_vendor.e({
c: item.timestamp > $data.startTimeStamp && item.timestamp < $data.endTimeStamp
}, item.timestamp > $data.startTimeStamp && item.timestamp < $data.endTimeStamp ? {
c: item.date == $data.startDate || item.date == $data.endDate
}, item.date == $data.startDate || item.date == $data.endDate ? {
d: common_vendor.t(item.day)
} : common_vendor.e({
e: !item.isCurrentMonth
}, !item.isCurrentMonth ? {
} : item.timestamp > $data.startTimeStamp && item.timestamp < $data.endTimeStamp ? {
f: common_vendor.t(item.day)
} : common_vendor.e({
g: !item.isCurrentMonth
}, !item.isCurrentMonth ? {
h: common_vendor.t(item.day)
} : {
g: common_vendor.t(item.day)
})), {
h: index,
i: common_vendor.o(($event) => $options.clickSelectDate(item), index)
i: common_vendor.t(item.day)
}), {
e: item.timestamp > $data.startTimeStamp && item.timestamp < $data.endTimeStamp
}), {
j: index,
k: common_vendor.o(($event) => $options.clickSelectDate(item), index)
});
})
} : {}, {

File diff suppressed because one or more lines are too long

View File

@@ -384,10 +384,13 @@
color: #333;
text-align: center;
}
.screenPopup .screenContentC .monthDateList .item .date.today {
.screenPopup .screenContentC .monthDateList .item .date.select {
background-color: #FF7E1A;
color: white;
}
.screenPopup .screenContentC .monthDateList .item .date.today {
color: #FF7E1A;
}
.screenPopup .screenContentC .monthDateList .item .date.inRange {
background-color: #FFF2EB;
}

View File

@@ -83,9 +83,9 @@ const _sfc_main = {
data: [],
itemStyle: {
color: "#ec0000",
color0: "#00da3c"
// borderColor: '#8A0000',
// borderColor0: '#008F28'
color0: "#00da3c",
borderColor: "#ec0000",
borderColor0: "#00da3c"
}
}
]

View File

@@ -1 +1 @@
<view><nav-bar wx:if="{{a}}" u-i="ab03f7e6-0" bind:__l="__l" u-p="{{a}}"></nav-bar><image class="topBg absolute" src="{{b}}" mode="widthFix"></image><view wx:if="{{c}}" class="tabC fixed" style="{{e}}"><view wx:for="{{d}}" wx:for-item="item" wx:key="d" class="{{item.c}}" bindtap="{{item.e}}">{{item.a}} <view wx:if="{{item.b}}" class="line absolute"></view></view></view><view class="{{k}}" style="{{l}}"><view wx:if="{{f}}" style="width:750rpx;height:400rpx"><l-echart class="r" u-r="chartRef" u-i="ab03f7e6-1" bind:__l="__l"></l-echart></view><view class="section">关联描述</view><view class="des">{{h}}<text class="ai">AI合成</text></view><view wx:if="{{i}}" class="section">信息来源</view><view class="list"><view wx:for="{{j}}" wx:for-item="item" wx:key="e" class="item"><view class="content">{{item.a}}</view><view class="article">——《{{item.b}}》</view><view class="authorDateC flex"><view class="author flex1">{{item.c}}</view><view class="date">{{item.d}}</view></view></view></view></view></view>
<view><nav-bar wx:if="{{a}}" u-i="ab03f7e6-0" bind:__l="__l" u-p="{{a}}"></nav-bar><image class="topBg absolute" src="{{b}}" mode="widthFix"></image><view wx:if="{{c}}" class="tabC fixed" style="{{e}}"><view wx:for="{{d}}" wx:for-item="item" wx:key="d" class="{{item.c}}" bindtap="{{item.e}}">{{item.a}} <view wx:if="{{item.b}}" class="line absolute"></view></view></view><view class="{{k}}" style="{{l}}"><view wx:if="{{f}}" style="width:750rpx;height:400rpx"><l-echart class="r" u-r="chartRef" u-i="ab03f7e6-1" bind:__l="__l"></l-echart></view><view class="section">关联描述</view><view class="des">{{h}}<text class="ai">AI合成【风险提示:解析内容由价值前沿人工采集整理自新闻、公告、研报等公开信息,团队辛苦编写,未经许可严禁转载。本产品内容内容均不构成投资建议,请投资者注意风险,独立审慎决策。】</text></view><view wx:if="{{i}}" class="section">信息来源</view><view class="list"><view wx:for="{{j}}" wx:for-item="item" wx:key="e" class="item"><view class="content">{{item.a}}</view><view class="article">——《{{item.b}}》</view><view class="authorDateC flex"><view class="author flex1">{{item.c}}</view><view class="date">{{item.d}}</view></view></view></view></view></view>

View File

@@ -1,37 +1,36 @@
{
"description": "项目配置文件。",
"packOptions": {
"ignore": []
"description": "项目配置文件。",
"packOptions": {
"ignore": []
},
"setting": {
"urlCheck": false,
"es6": true,
"postcss": false,
"minified": false,
"newFeature": true,
"bigPackageSizeSupport": true
},
"compileType": "miniprogram",
"libVersion": "",
"appid": "wx0edeaab76d4fa414",
"projectname": "JiaZhiQianYan",
"condition": {
"search": {
"current": -1,
"list": []
},
"setting": {
"urlCheck": false,
"es6": true,
"postcss": false,
"minified": false,
"newFeature": true,
"bigPackageSizeSupport": true,
"minifyWXML": true
"conversation": {
"current": -1,
"list": []
},
"compileType": "miniprogram",
"libVersion": "",
"appid": "wx0edeaab76d4fa414",
"projectname": "JiaZhiQianYan",
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"game": {
"current": -1,
"list": []
},
"miniprogram": {
"current": -1,
"list": []
}
"game": {
"current": -1,
"list": []
},
"miniprogram": {
"current": -1,
"list": []
}
}
}