Feat:接口对接

This commit is contained in:
lifizer
2023-11-20 15:54:00 +08:00
parent 4652b6706a
commit a3ac5a2506
24 changed files with 2305 additions and 152 deletions
+58 -29
View File
@@ -36,6 +36,12 @@
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/home/landMark",
"style": {
"navigationBarTitleText": "地标好物"
}
},
{
"path": "components/chose-city/chose-city",
"style": {
@@ -104,12 +110,6 @@
"navigationBarTitleText": "404"
}
},
// {
// "path": "pages/cloud/cloud",
// "style": {
// "navigationBarTitleText": "七彩云上"
// }
// },
{
"path": "pages/cloud/haveFun",
"style": {
@@ -607,12 +607,42 @@
{
"root": "pkg_product",
"pages": [
{
"path": "views/festival",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "views/healthList",
"style": {
"navigationBarTitleText": "康养 · 食材"
}
},
{
"path": "views/heritage",
"style": {
"navigationBarTitleText": "非遗文化"
}
},
{
"path": "views/heritageGoods",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "views/heritageVideo",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "views/homestay",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "views/giftList",
"style": {
@@ -620,12 +650,6 @@
"onReachBottomDistance": 100
}
},
{
"path": "views/landMark",
"style": {
"navigationBarTitleText": "地标好物"
}
},
{
"path": "views/famousList",
"style": {
@@ -671,7 +695,7 @@
}
},
{
"path": "views/seasonList",
"path": "views/seasonList",
"style": {
"navigationBarTitleText": "时令尝鲜"
}
@@ -876,18 +900,18 @@
"selectedIconPath": "static/tabbar/icon-home-hot.png",
"text": "首页"
},
{
"pagePath": "pages/home/landMark",
"iconPath": "static/tabbar/icon-land.png",
"selectedIconPath": "static/tabbar/icon-land-hot.png",
"text": "地标好物"
},
{
"pagePath": "pages/shop/ShoppingCart/index",
"iconPath": "static/tabbar/icon-cart.png",
"selectedIconPath": "static/tabbar/icon-cart-hot.png",
"text": "购物车"
},
{
"pagePath": "pages/cloud/haveFun",
"iconPath": "static/tabbar/icon-cloud.png",
"selectedIconPath": "static/tabbar/icon-cloud-hot.png",
"text": "寻趣味"
},
{
"pagePath": "pages/user/User/index",
"iconPath": "static/tabbar/icon-user.png",
@@ -897,27 +921,32 @@
]
},
"condition": {
"current": 0,
"current": 3,
"list": [
{
"name": "商品详情",
"path": "pages/shop/GoodsCon/index",
"query": "id=369"
"query": "id=303&from=famous"
},
{
"name": "DEBUG",
"path": "pages/shop/ShoppingCart/index",
"query": "id=297"
"path": "pkg_product/views/healthList",
"query": "id=32"
},
{
"name": "No.8",
"path": "pages/shop/GoodsEvaluate/index",
"query": "id=eb30f8a98b1c4952addbdccb1d37533d"
"name": "节日",
"path": "pkg_product/views/festival",
"query": ""
},
{
"name": "时令尝鲜",
"path": "pkg_product/views/season",
"query": "id=20"
"name": "非遗",
"path": "pkg_product/views/heritage",
"query": ""
},
{
"name": "地标好物",
"path": "pages/home/landMark",
"query": ""
}
]
}