electricity_bill_calc_wx/pages/recharge/index.json
2024-07-17 17:05:58 +08:00

15 lines
510 B
JSON

{
"usingComponents": {
"navigator": "/components/navigator/index",
"van-grid": "@vant/weapp/grid/index",
"van-grid-item": "@vant/weapp/grid-item/index",
"van-row": "@vant/weapp/row/index",
"van-button": "@vant/weapp/button/index",
"picker": "/components/picker/index",
"van-field": "@vant/weapp/field/index",
"van-action-sheet": "@vant/weapp/action-sheet/index",
"van-col": "@vant/weapp/col/index"
},
"navigationBarTitleText": "充值",
"navigationStyle": "custom"
}