添加页面

This commit is contained in:
wangxiaowei
2025-08-27 17:34:40 +08:00
parent 03745bb676
commit fdaa01f801
8 changed files with 106 additions and 20 deletions

View File

@ -8,7 +8,7 @@
</div>
<div>开发规范</div>
1. 页面或组件添加方法的时候前面加上<b>handle</b>关键字
1. 页面或组件添加方法的时候前面加上<b>handle</b>关键字除了插件相关内容如mescroll
handleConfirmHour: () => {
if (totalHour.value <= 0) {
toast.info('至少起订N小时')