|
@@ -2,7 +2,8 @@
|
|
"pages": [
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/index/index",
|
|
"pages/logs/logs",
|
|
"pages/logs/logs",
|
|
- "pages/success/paySuccess"
|
|
|
|
|
|
+ "pages/success/paySuccess",
|
|
|
|
+ "pages/business/business"
|
|
],
|
|
],
|
|
"window": {
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"backgroundTextStyle": "light",
|
|
@@ -15,6 +16,12 @@
|
|
"van-button": "@vant/weapp/button/index",
|
|
"van-button": "@vant/weapp/button/index",
|
|
"van-empty": "@vant/weapp/empty/index",
|
|
"van-empty": "@vant/weapp/empty/index",
|
|
"van-row": "@vant/weapp/row/index",
|
|
"van-row": "@vant/weapp/row/index",
|
|
- "van-col": "@vant/weapp/col/index"
|
|
|
|
|
|
+ "van-col": "@vant/weapp/col/index",
|
|
|
|
+ "van-search": "@vant/weapp/search/index",
|
|
|
|
+ "van-card": "@vant/weapp/card/index",
|
|
|
|
+ "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"
|
|
}
|
|
}
|
|
}
|
|
}
|