9.20 界面502
This commit is contained in:
@@ -113,7 +113,7 @@ const _sfc_main = {
|
||||
},
|
||||
goDetail() {
|
||||
try {
|
||||
common_vendor.index.__f__("log", "at pages/index/index.vue:176", "[index] goDetail → /pages/detail/index");
|
||||
common_vendor.index.__f__("log", "at pages/index/index.vue:177", "[index] goDetail → /pages/detail/index");
|
||||
} catch (e) {
|
||||
}
|
||||
common_vendor.index.switchTab({ url: "/pages/detail/index" });
|
||||
@@ -135,15 +135,11 @@ const _sfc_main = {
|
||||
};
|
||||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
return common_vendor.e({
|
||||
a: common_vendor.t($data.kpi.todaySales),
|
||||
b: common_vendor.t($data.kpi.monthSales),
|
||||
c: common_vendor.t($data.kpi.monthProfit),
|
||||
d: common_vendor.t($data.kpi.stockCount),
|
||||
e: $data.loadingNotices
|
||||
a: $data.loadingNotices
|
||||
}, $data.loadingNotices ? {} : $data.noticeError ? {
|
||||
g: common_vendor.t($data.noticeError)
|
||||
c: common_vendor.t($data.noticeError)
|
||||
} : !$data.notices.length ? {} : {
|
||||
i: common_vendor.f($data.notices, (n, idx, i0) => {
|
||||
e: common_vendor.f($data.notices, (n, idx, i0) => {
|
||||
return common_vendor.e({
|
||||
a: common_vendor.t(n.text),
|
||||
b: n.tag
|
||||
@@ -155,8 +151,12 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
});
|
||||
})
|
||||
}, {
|
||||
f: $data.noticeError,
|
||||
h: !$data.notices.length,
|
||||
b: $data.noticeError,
|
||||
d: !$data.notices.length,
|
||||
f: common_vendor.t($data.kpi.todaySales),
|
||||
g: common_vendor.t($data.kpi.monthSales),
|
||||
h: common_vendor.t($data.kpi.monthProfit),
|
||||
i: common_vendor.t($data.kpi.stockCount),
|
||||
j: common_vendor.f($data.features, (item, k0, i0) => {
|
||||
return common_vendor.e({
|
||||
a: item.img
|
||||
|
||||
Reference in New Issue
Block a user