12.12 页面风格改版,增加事件详情相关概念网页跳转,增加绑定手机号功能
This commit is contained in:
208
unpackage/dist/dev/mp-weixin/pages/invest/invest.js
vendored
208
unpackage/dist/dev/mp-weixin/pages/invest/invest.js
vendored
@@ -361,119 +361,131 @@ const _sfc_main = {
|
||||
}
|
||||
};
|
||||
if (!Array) {
|
||||
const _easycom_navBar2 = common_vendor.resolveComponent("navBar");
|
||||
const _easycom_ua_markdown2 = common_vendor.resolveComponent("ua-markdown");
|
||||
const _easycom_zui_progress_circle2 = common_vendor.resolveComponent("zui-progress-circle");
|
||||
const _easycom_uni_popup2 = common_vendor.resolveComponent("uni-popup");
|
||||
(_easycom_ua_markdown2 + _easycom_zui_progress_circle2 + _easycom_uni_popup2)();
|
||||
(_easycom_navBar2 + _easycom_ua_markdown2 + _easycom_zui_progress_circle2 + _easycom_uni_popup2)();
|
||||
}
|
||||
const _easycom_navBar = () => "../../components/navBar/navBar.js";
|
||||
const _easycom_ua_markdown = () => "../../components/ua-markdown/ua-markdown.js";
|
||||
const _easycom_zui_progress_circle = () => "../../uni_modules/zui-progress-circle/components/zui-progress-circle/zui-progress-circle.js";
|
||||
const _easycom_uni_popup = () => "../../uni_modules/uni-popup/components/uni-popup/uni-popup.js";
|
||||
if (!Math) {
|
||||
(_easycom_ua_markdown + _easycom_zui_progress_circle + _easycom_uni_popup)();
|
||||
(_easycom_navBar + _easycom_ua_markdown + _easycom_zui_progress_circle + _easycom_uni_popup)();
|
||||
}
|
||||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
return common_vendor.e({
|
||||
a: common_assets._imports_0,
|
||||
b: common_vendor.s("top:" + $data.menuTop + "px;line-height:" + $data.menuH + "px;"),
|
||||
b: common_vendor.p({
|
||||
leftText: "投资日历",
|
||||
hideNavBg: true,
|
||||
hideBack: true
|
||||
}),
|
||||
c: common_assets._imports_1,
|
||||
d: $data.keywords,
|
||||
e: common_vendor.o(($event) => $data.keywords = $event.detail.value),
|
||||
f: common_vendor.o(($event) => $options.clickSearch()),
|
||||
g: common_vendor.s("top:" + $data.navH + "px;"),
|
||||
h: common_vendor.t($data.selectDate),
|
||||
i: common_assets._imports_2$3,
|
||||
j: common_vendor.o(($event) => $options.clickSelectMonth()),
|
||||
k: common_vendor.o(($event) => $options.clickTodayDate()),
|
||||
l: common_vendor.f($data.weekList, (item, index, i0) => {
|
||||
f: common_vendor.s("top:" + $data.navH + "px;"),
|
||||
g: common_vendor.t($data.selectDate),
|
||||
h: common_assets._imports_2$2,
|
||||
i: common_vendor.o(($event) => $options.clickSelectMonth()),
|
||||
j: common_vendor.o(($event) => $options.clickTodayDate()),
|
||||
k: common_vendor.f($data.weekList, (item, index, i0) => {
|
||||
return {
|
||||
a: common_vendor.t(item),
|
||||
b: index
|
||||
};
|
||||
}),
|
||||
m: $data.isExpand
|
||||
l: $data.isExpand
|
||||
}, $data.isExpand ? {
|
||||
n: common_vendor.f($data.monthDateList, (item, index, i0) => {
|
||||
return common_vendor.e($data.selectDate != $data.todayDate ? common_vendor.e({
|
||||
a: $data.selectDate == item.date
|
||||
}, $data.selectDate == item.date ? {
|
||||
b: common_vendor.t(item.day)
|
||||
} : {
|
||||
c: common_vendor.t(item.day),
|
||||
d: common_vendor.n("date " + (item.isCurrentMonth ? "" : " notCurrentMonth"))
|
||||
}) : {
|
||||
e: common_vendor.t(item.day),
|
||||
f: common_vendor.n("date " + (item.isToday ? "today" : item.isCurrentMonth ? "" : " notCurrentMonth"))
|
||||
}, {
|
||||
g: item.className
|
||||
m: common_vendor.f($data.monthDateList, (item, index, i0) => {
|
||||
return common_vendor.e({
|
||||
a: item.className
|
||||
}, item.className ? common_vendor.e({
|
||||
h: item.className == "bg-gradient-danger"
|
||||
b: item.className == "bg-gradient-danger"
|
||||
}, item.className == "bg-gradient-danger" ? {
|
||||
i: common_vendor.t(item.eventCount)
|
||||
c: common_vendor.t(item.day),
|
||||
d: common_vendor.t(item.eventCount),
|
||||
e: common_vendor.n("item flexColumnCenter danger " + ($data.selectDate == item.date ? "select" : "")),
|
||||
f: common_vendor.o(($event) => $options.clickSelectDate(item), index)
|
||||
} : {}, {
|
||||
j: item.className == "bg-gradient-warning"
|
||||
g: item.className == "bg-gradient-warning"
|
||||
}, item.className == "bg-gradient-warning" ? {
|
||||
k: common_vendor.t(item.eventCount)
|
||||
h: common_vendor.t(item.day),
|
||||
i: common_vendor.t(item.eventCount),
|
||||
j: common_vendor.n("item flexColumnCenter warning " + ($data.selectDate == item.date ? "select" : "")),
|
||||
k: common_vendor.o(($event) => $options.clickSelectDate(item), index)
|
||||
} : {}, {
|
||||
l: item.className == "bg-gradient-info"
|
||||
}, item.className == "bg-gradient-info" ? {
|
||||
m: common_vendor.t(item.eventCount)
|
||||
m: common_vendor.t(item.day),
|
||||
n: common_vendor.t(item.eventCount),
|
||||
o: common_vendor.n("item flexColumnCenter info " + ($data.selectDate == item.date ? "select" : "")),
|
||||
p: common_vendor.o(($event) => $options.clickSelectDate(item), index)
|
||||
} : {}, {
|
||||
n: item.className == "bg-gradient-success"
|
||||
q: item.className == "bg-gradient-success"
|
||||
}, item.className == "bg-gradient-success" ? {
|
||||
o: common_vendor.t(item.eventCount)
|
||||
} : {}) : {}, {
|
||||
p: index,
|
||||
q: common_vendor.o(($event) => $options.clickSelectDate(item), index)
|
||||
});
|
||||
}),
|
||||
o: $data.selectDate != $data.todayDate
|
||||
} : {
|
||||
p: common_vendor.f($data.weekDateList, (item, index, i0) => {
|
||||
return common_vendor.e($data.selectDate != $data.todayDate ? common_vendor.e({
|
||||
a: $data.selectDate == item.date
|
||||
}, $data.selectDate == item.date ? {
|
||||
b: common_vendor.t(item.day)
|
||||
} : {
|
||||
c: common_vendor.t(item.day),
|
||||
d: common_vendor.n("date " + (item.isCurrentMonth ? "" : " notCurrentMonth"))
|
||||
}) : {
|
||||
e: common_vendor.t(item.day),
|
||||
f: common_vendor.n("date " + (item.isToday ? "today" : item.isCurrentMonth ? "" : " notCurrentMonth"))
|
||||
r: common_vendor.t(item.day),
|
||||
s: common_vendor.t(item.eventCount),
|
||||
t: common_vendor.n("item flexColumnCenter success" + ($data.selectDate == item.date ? "select" : "")),
|
||||
v: common_vendor.o(($event) => $options.clickSelectDate(item), index)
|
||||
} : {}) : {
|
||||
w: common_vendor.t(item.day),
|
||||
x: common_vendor.n("date " + (item.isCurrentMonth ? "" : " notCurrentMonth"))
|
||||
}, {
|
||||
g: item.className
|
||||
y: index
|
||||
});
|
||||
})
|
||||
} : {
|
||||
n: common_vendor.f($data.weekDateList, (item, index, i0) => {
|
||||
return common_vendor.e({
|
||||
a: item.className
|
||||
}, item.className ? common_vendor.e({
|
||||
h: item.className == "bg-gradient-danger"
|
||||
b: item.className == "bg-gradient-danger"
|
||||
}, item.className == "bg-gradient-danger" ? {
|
||||
i: common_vendor.t(item.eventCount)
|
||||
c: common_vendor.t(item.day),
|
||||
d: common_vendor.t(item.eventCount),
|
||||
e: common_vendor.n("item flex1 flexColumnCenter danger " + ($data.selectDate == item.date ? "select" : "")),
|
||||
f: common_vendor.o(($event) => $options.clickSelectDate(item), index)
|
||||
} : {}, {
|
||||
j: item.className == "bg-gradient-warning"
|
||||
g: item.className == "bg-gradient-warning"
|
||||
}, item.className == "bg-gradient-warning" ? {
|
||||
k: common_vendor.t(item.eventCount)
|
||||
h: common_vendor.t(item.day),
|
||||
i: common_vendor.t(item.eventCount),
|
||||
j: common_vendor.n("item flex1 flexColumnCenter warning " + ($data.selectDate == item.date ? "select" : "")),
|
||||
k: common_vendor.o(($event) => $options.clickSelectDate(item), index)
|
||||
} : {}, {
|
||||
l: item.className == "bg-gradient-info"
|
||||
}, item.className == "bg-gradient-info" ? {
|
||||
m: common_vendor.t(item.eventCount)
|
||||
m: common_vendor.t(item.day),
|
||||
n: common_vendor.t(item.eventCount),
|
||||
o: common_vendor.n("item flex1 flexColumnCenter info " + ($data.selectDate == item.date ? "select" : "")),
|
||||
p: common_vendor.o(($event) => $options.clickSelectDate(item), index)
|
||||
} : {}, {
|
||||
n: item.className == "bg-gradient-success"
|
||||
q: item.className == "bg-gradient-success"
|
||||
}, item.className == "bg-gradient-success" ? {
|
||||
o: common_vendor.t(item.eventCount)
|
||||
} : {}) : {}, {
|
||||
p: common_vendor.o(($event) => $options.clickSelectDate(item), index),
|
||||
q: index
|
||||
r: common_vendor.t(item.day),
|
||||
s: common_vendor.t(item.eventCount),
|
||||
t: common_vendor.n("item flex1 flexColumnCenter success " + ($data.selectDate == item.date ? "select" : "")),
|
||||
v: common_vendor.o(($event) => $options.clickSelectDate(item), index)
|
||||
} : {}) : {
|
||||
w: common_vendor.t(item.day),
|
||||
x: common_vendor.t(item.className ? item.eventCount : ""),
|
||||
y: common_vendor.o(($event) => $options.clickSelectDate(item), index)
|
||||
}, {
|
||||
z: index
|
||||
});
|
||||
}),
|
||||
q: $data.selectDate != $data.todayDate
|
||||
})
|
||||
}, {
|
||||
r: common_vendor.t($data.isExpand ? "收起" : "展开"),
|
||||
s: $data.isExpand
|
||||
o: common_vendor.t($data.isExpand ? "收起" : "展开"),
|
||||
p: $data.isExpand
|
||||
}, $data.isExpand ? {
|
||||
t: common_assets._imports_3$2
|
||||
q: common_assets._imports_3$2
|
||||
} : {
|
||||
v: common_assets._imports_4$1
|
||||
r: common_assets._imports_4$1
|
||||
}, {
|
||||
w: common_vendor.o(($event) => $options.clickExpandOrRetract()),
|
||||
x: common_vendor.f($data.tabList, (item, index, i0) => {
|
||||
s: common_vendor.o(($event) => $options.clickExpandOrRetract()),
|
||||
t: common_vendor.f($data.tabList, (item, index, i0) => {
|
||||
return {
|
||||
a: common_vendor.t(item),
|
||||
b: common_vendor.n("item " + ($data.selectTab == index ? "select" : "")),
|
||||
@@ -481,7 +493,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
d: common_vendor.o(($event) => $options.clickTabItem(index), index)
|
||||
};
|
||||
}),
|
||||
y: common_vendor.f($data.stockCategoryList, (item, index, i0) => {
|
||||
v: common_vendor.f($data.stockCategoryList, (item, index, i0) => {
|
||||
return common_vendor.e({
|
||||
a: common_vendor.t(item.primary_sector),
|
||||
b: $data.selectTopCategory == index
|
||||
@@ -491,9 +503,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
e: common_vendor.o(($event) => $options.clickTopCategoryItem(index), index)
|
||||
});
|
||||
}),
|
||||
z: $data.selectTab == 0
|
||||
w: $data.selectTab == 0
|
||||
}, $data.selectTab == 0 ? {
|
||||
A: common_vendor.f($data.eventList, (item, index, i0) => {
|
||||
x: common_vendor.f($data.eventList, (item, index, i0) => {
|
||||
return common_vendor.e({
|
||||
a: common_vendor.t($data.getLocaleHourMinute(item.start_time)),
|
||||
b: common_vendor.f(5, (sitem, sindex, i1) => {
|
||||
@@ -504,42 +516,36 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
c: index,
|
||||
d: common_vendor.t(item.category.event_type),
|
||||
e: common_vendor.t(item.title),
|
||||
f: common_vendor.f(item.tags, (titem, tindex, i1) => {
|
||||
return {
|
||||
a: common_vendor.t(titem),
|
||||
b: tindex
|
||||
};
|
||||
}),
|
||||
g: "2cf1ca64-0-" + i0,
|
||||
h: common_vendor.p({
|
||||
f: "2cf1ca64-1-" + i0,
|
||||
g: common_vendor.p({
|
||||
source: $data.replaceAnswerLabel(item.description)
|
||||
}),
|
||||
i: item.related_concepts
|
||||
h: item.related_concepts
|
||||
}, item.related_concepts ? {
|
||||
j: common_vendor.f(item.related_concepts, (citem, cindex, i1) => {
|
||||
i: common_vendor.f(item.related_concepts, (citem, cindex, i1) => {
|
||||
return {
|
||||
a: common_vendor.t(citem.name),
|
||||
b: common_vendor.t(citem.score * 100),
|
||||
c: "2cf1ca64-1-" + i0 + "-" + i1,
|
||||
c: "2cf1ca64-2-" + i0 + "-" + i1,
|
||||
d: common_vendor.p({
|
||||
position: citem.score,
|
||||
range: [270, 630],
|
||||
size: 26,
|
||||
["ring-width"]: 2,
|
||||
texture: ["#F97316", "#E3E3E3"]
|
||||
texture: ["#F3C368", "#E3E3E3"]
|
||||
}),
|
||||
e: cindex
|
||||
};
|
||||
})
|
||||
} : {}, {
|
||||
k: index,
|
||||
l: common_vendor.o(($event) => $options.clickEventItem(item.id), index)
|
||||
j: index,
|
||||
k: common_vendor.o(($event) => $options.clickEventItem(item.id), index)
|
||||
});
|
||||
})
|
||||
} : {}, {
|
||||
B: $data.selectTab == 1
|
||||
y: $data.selectTab == 1
|
||||
}, $data.selectTab == 1 ? {
|
||||
C: common_vendor.f($data.dataList, (item, index, i0) => {
|
||||
z: common_vendor.f($data.dataList, (item, index, i0) => {
|
||||
return {
|
||||
a: common_vendor.t($data.getLocaleHourMinute(item.created_at)),
|
||||
b: common_vendor.f(5, (sitem, sindex, i1) => {
|
||||
@@ -556,22 +562,22 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
};
|
||||
})
|
||||
} : {}, {
|
||||
D: common_vendor.s("top:" + $data.contentTop + "px;"),
|
||||
E: $data.isRefreshing,
|
||||
F: common_vendor.o(($event) => $options.pullDownRefresh()),
|
||||
G: common_vendor.o(($event) => $options.loadMoreData()),
|
||||
H: common_assets._imports_5,
|
||||
I: common_vendor.o(($event) => $options.clickPreMonth()),
|
||||
J: common_vendor.t($data.selectMonth),
|
||||
K: common_assets._imports_6,
|
||||
L: common_vendor.o(($event) => $options.clickNextMonth()),
|
||||
M: common_vendor.f($data.weekList, (item, index, i0) => {
|
||||
A: common_vendor.s("top:" + $data.contentTop + "px;"),
|
||||
B: $data.isRefreshing,
|
||||
C: common_vendor.o(($event) => $options.pullDownRefresh()),
|
||||
D: common_vendor.o(($event) => $options.loadMoreData()),
|
||||
E: common_assets._imports_5,
|
||||
F: common_vendor.o(($event) => $options.clickPreMonth()),
|
||||
G: common_vendor.t($data.selectMonth),
|
||||
H: common_assets._imports_6,
|
||||
I: common_vendor.o(($event) => $options.clickNextMonth()),
|
||||
J: common_vendor.f($data.weekList, (item, index, i0) => {
|
||||
return {
|
||||
a: common_vendor.t(item),
|
||||
b: index
|
||||
};
|
||||
}),
|
||||
N: common_vendor.f($data.calendarDateList[$data.selectMonthIndex], (item, index, i0) => {
|
||||
K: common_vendor.f($data.calendarDateList[$data.selectMonthIndex], (item, index, i0) => {
|
||||
return common_vendor.e({
|
||||
a: item.isToday || item.date == $data.selectDate
|
||||
}, item.isToday || item.date == $data.selectDate ? {
|
||||
@@ -587,9 +593,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
g: common_vendor.o(($event) => $options.clickSelectDate(item), index)
|
||||
});
|
||||
}),
|
||||
O: common_vendor.s("margin-top:" + $data.navH + "px;"),
|
||||
P: common_vendor.sr("popup", "2cf1ca64-2"),
|
||||
Q: common_vendor.p({
|
||||
L: common_vendor.s("margin-top:" + $data.navH + "px;"),
|
||||
M: common_vendor.sr("popup", "2cf1ca64-3"),
|
||||
N: common_vendor.p({
|
||||
type: "top"
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user