修复发票编辑时候异常

This commit is contained in:
2024-05-08 17:18:11 +08:00
parent b673d0c994
commit 6d35c78da9
6 changed files with 456 additions and 77 deletions

View File

@@ -1,7 +1,13 @@
{
"usingComponents": {
"navigator": "/components/navigator/index",
"info": "/pages/invoiceList/components/info/index"
"info": "/pages/invoiceList/components/info/index",
"card": "/components/card/index",
"van-icon": "@vant/weapp/icon/index",
"van-field": "@vant/weapp/field/index",
"van-radio": "@vant/weapp/radio/index",
"van-radio-group": "@vant/weapp/radio-group/index",
"van-button": "@vant/weapp/button/index"
},
"navigationStyle": "custom"
}