|
@@ -4,7 +4,8 @@
|
|
|
"pages/logs/logs",
|
|
|
"pages/success/paySuccess",
|
|
|
"pages/business/business",
|
|
|
- "pages/search/search"
|
|
|
+ "pages/search/search",
|
|
|
+ "pages/newUser/newUser"
|
|
|
],
|
|
|
"window": {
|
|
|
"backgroundTextStyle": "light",
|
|
@@ -23,6 +24,16 @@
|
|
|
"van-icon": "@vant/weapp/icon/index",
|
|
|
"van-tag": "@vant/weapp/tag/index",
|
|
|
"van-tabbar": "@vant/weapp/tabbar/index",
|
|
|
- "van-tabbar-item": "@vant/weapp/tabbar-item/index"
|
|
|
+ "van-tabbar-item": "@vant/weapp/tabbar-item/index",
|
|
|
+ "van-field": "@vant/weapp/field/index",
|
|
|
+ "van-dropdown-menu": "@vant/weapp/dropdown-menu/index",
|
|
|
+ "van-dropdown-item": "@vant/weapp/dropdown-item/index",
|
|
|
+ "van-panel": "@vant/weapp/panel/index",
|
|
|
+ "van-action-sheet": "@vant/weapp/action-sheet/index",
|
|
|
+ "van-calendar": "@vant/weapp/calendar/index",
|
|
|
+ "van-cell": "@vant/weapp/cell/index",
|
|
|
+ "van-cell-group": "@vant/weapp/cell-group/index"
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
}
|