Commit 43d75e25 authored by 潘永坪's avatar 潘永坪

路径修改

parent bd4cb2c5
...@@ -294,28 +294,19 @@ ...@@ -294,28 +294,19 @@
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, { },
{
"path": "scenicIndex/scenicIndex", "path": "scenicIndex/scenicIndex",
"style": { "style": {
"navigationBarTitleText": "景区", "navigationBarTitleText": "景区",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}
,{
"path" : "scenicOrder/scenicOrder",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, },
{ {
"path" : "scenicCombiOrder/scenicCombiOrder", "path": "scenicCombiOrder/scenicCombiOrder",
"style" : "style": {
{ "navigationBarTitleText": "订单填写",
"navigationBarTitleText" : "", "enablePullDownRefresh": false
"enablePullDownRefresh" : false
} }
} }
] ]
......
...@@ -504,8 +504,7 @@ export default { ...@@ -504,8 +504,7 @@ export default {
uni.showLoading({ uni.showLoading({
title: '加载中' title: '加载中'
}) })
this.$request('/scenic/groupGood/getGroupProducts', data) this.$request('/scenic/groupGood/getGroupProducts', data).then(res => {
.then(res => {
uni.hideLoading() uni.hideLoading()
if (res.code == '00') { if (res.code == '00') {
this.scenicList = res.data.merchantList || [] this.scenicList = res.data.merchantList || []
......
...@@ -284,7 +284,7 @@ export default { ...@@ -284,7 +284,7 @@ export default {
//---跳转索道 //---跳转索道
goSuodao(){ goSuodao(){
uni.navigateTo({ uni.navigateTo({
url:'/pages/scenic/combinationProduct/combinationProduct?merchantId=z0015605022691a5945bbe463141668c' url:'/pages/combination/distributionCombiChoose/distributionCombiChoose?merchantId=z0015605022691a5945bbe463141668c'
}) })
}, },
//---跳转联合国际 //---跳转联合国际
......
...@@ -215,7 +215,7 @@ export default { ...@@ -215,7 +215,7 @@ export default {
//---跳转产品页面 //---跳转产品页面
goProduct(merchantId){ goProduct(merchantId){
uni.navigateTo({ uni.navigateTo({
url:'/pages/scenic/combinationProduct/combinationProduct?merchantId='+merchantId url:'/pages/combination/distributionCombiChoose/distributionCombiChoose?merchantId='+merchantId
}) })
}, },
//---加载数据 //---加载数据
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment