|
@@ -12,7 +12,8 @@
|
|
"van-field": "@vant/weapp/field/index",
|
|
"van-field": "@vant/weapp/field/index",
|
|
"van-toast": "@vant/weapp/toast/index",
|
|
"van-toast": "@vant/weapp/toast/index",
|
|
"van-card": "@vant/weapp/card/index",
|
|
"van-card": "@vant/weapp/card/index",
|
|
- "van-swipe-cell": "@vant/weapp/swipe-cell/index"
|
|
+ "van-swipe-cell": "@vant/weapp/swipe-cell/index",
|
|
|
|
+ "van-search": "@vant/weapp/search/index"
|
|
},
|
|
},
|
|
"pages": [
|
|
"pages": [
|
|
"pages/home/home",
|
|
"pages/home/home",
|
|
@@ -22,20 +23,17 @@
|
|
"pages/user/user",
|
|
"pages/user/user",
|
|
"pages/userchange/userchange",
|
|
"pages/userchange/userchange",
|
|
"pages/myOrder/myOrder",
|
|
"pages/myOrder/myOrder",
|
|
- "pages/register/register"
|
|
+ "pages/register/register",
|
|
|
|
+ "pages/details/details",
|
|
|
|
+ "pages/search/search",
|
|
|
|
+ "pages/classify_detail/classify_detail"
|
|
],
|
|
],
|
|
"window": {
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
- "navigationBarTitleText": "Weixin",
|
|
+ "navigationBarTitleText": "WeChatTrading",
|
|
"navigationBarTextStyle": "black"
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
},
|
|
- "networkTimeout": {
|
|
|
|
- "request": 1000000,
|
|
|
|
- "connectSocket": 100000,
|
|
|
|
- "uploadFile": 100000,
|
|
|
|
- "downloadFile": 100000
|
|
|
|
- },
|
|
|
|
"tabBar": {
|
|
"tabBar": {
|
|
"list": [
|
|
"list": [
|
|
{
|
|
{
|