2.4 组件结构调整,调整会员权限判断
This commit is contained in:
@@ -54,9 +54,7 @@ const _sfc_main = {
|
||||
data: [],
|
||||
boundaryGap: false,
|
||||
axisLine: { onZero: false },
|
||||
splitLine: { show: false },
|
||||
min: "dataMin",
|
||||
max: ""
|
||||
splitLine: { show: false }
|
||||
},
|
||||
yAxis: {
|
||||
scale: true,
|
||||
@@ -64,20 +62,6 @@ const _sfc_main = {
|
||||
show: true
|
||||
}
|
||||
},
|
||||
dataZoom: [
|
||||
{
|
||||
type: "inside",
|
||||
start: 50,
|
||||
end: 100
|
||||
},
|
||||
{
|
||||
show: true,
|
||||
type: "slider",
|
||||
top: "90%",
|
||||
start: 50,
|
||||
end: 100
|
||||
}
|
||||
],
|
||||
series: [
|
||||
{
|
||||
name: "日K",
|
||||
@@ -118,7 +102,8 @@ const _sfc_main = {
|
||||
type: "category",
|
||||
scale: true,
|
||||
axisLabel: {
|
||||
customValues: ["09:30", "10:00", "10:30", "11:00", "11:30", "13:00", "13:30", "14:00", "14:30", "15:00"]
|
||||
customValues: ["09:30", "10:00", "10:30", "11:00", "11:30", "13:00", "13:30", "14:00", "14:30", "15:00"],
|
||||
fontSize: 9
|
||||
}
|
||||
},
|
||||
yAxis: {
|
||||
@@ -173,7 +158,7 @@ const _sfc_main = {
|
||||
methods: {
|
||||
async init() {
|
||||
const chart = await this.$refs.chartRef.init(echarts);
|
||||
common_vendor.index.__f__("log", "at pages/index/stockDetails/stockDetails.vue:238", chart);
|
||||
common_vendor.index.__f__("log", "at pages/index/stockDetails/stockDetails.vue:223", chart);
|
||||
if (this.selectCategory == 0) {
|
||||
chart.setOption(this.option1);
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user