diff --git a/src/bundle/finance/detail.vue b/src/bundle/finance/detail.vue new file mode 100644 index 0000000..c695780 --- /dev/null +++ b/src/bundle/finance/detail.vue @@ -0,0 +1,137 @@ +{ + "layout": "default", + "style": { + "navigationStyle": "custom", + "navigationBarBackgroundColor": "#fff" + } +} + + + + + + + diff --git a/src/bundle/finance/finance.vue b/src/bundle/finance/finance.vue index 5bc698d..8ea7c63 100644 --- a/src/bundle/finance/finance.vue +++ b/src/bundle/finance/finance.vue @@ -37,13 +37,15 @@ - - 8 - + + + + - + @@ -52,18 +54,19 @@ - + 【榻榻米双人包间】惬意茶室商务... + 181.35 - + 团购 + 上海.茶址24小时智能茶室(中新店) @@ -99,6 +102,10 @@ } const list = ref>([]) // 茶艺师列表 + + // 日期过滤 + const value = ref(Date.now()) + onLoad((args) => { }) @@ -115,6 +122,16 @@ mescroll.endErr() // 请求失败, 结束加载 // }) }, + + // 确认日期- + handleConfirmDate: (date: {value: number}) => { + const d = new Date(date.value) + console.log("🚀 ~ d:", d) + const year = d.getFullYear() + const month = d.getMonth() + 1 + console.log(`${year}年${month}月`); + }, + } @@ -130,4 +147,12 @@ background-size: 100% 588rpx; background-repeat: no-repeat; } + + .datetime-picker { + :deep() { + .wd-cell { + background-color: transparent !important; + } + } + } diff --git a/src/bundle/setmeal/setmeal.vue b/src/bundle/setmeal/setmeal.vue new file mode 100644 index 0000000..b99323d --- /dev/null +++ b/src/bundle/setmeal/setmeal.vue @@ -0,0 +1,164 @@ +{ + "needLogin": true, + "layout": "default", + "style": { + "navigationStyle": "custom" + } +} + + + + + + + diff --git a/src/pages.json b/src/pages.json index 2e35a31..9b2a648 100644 --- a/src/pages.json +++ b/src/pages.json @@ -248,6 +248,15 @@ "navigationBarTitleText": "分包页面" } }, + { + "path": "finance/detail", + "type": "page", + "layout": "default", + "style": { + "navigationStyle": "custom", + "navigationBarBackgroundColor": "#fff" + } + }, { "path": "finance/finance", "type": "page", @@ -266,6 +275,15 @@ "navigationStyle": "custom" } }, + { + "path": "setmeal/setmeal", + "type": "page", + "needLogin": true, + "layout": "default", + "style": { + "navigationStyle": "custom" + } + }, { "path": "settle-in/parten", "type": "page", diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 2368feb..5f83ee2 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -69,7 +69,7 @@ - + 套餐管理