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

路径修改

parent bd4cb2c5
......@@ -294,28 +294,19 @@
"enablePullDownRefresh": false
}
}, {
},
{
"path": "scenicIndex/scenicIndex",
"style": {
"navigationBarTitleText": "景区",
"enablePullDownRefresh": false
}
}
,{
"path" : "scenicOrder/scenicOrder",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path" : "scenicCombiOrder/scenicCombiOrder",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
"path": "scenicCombiOrder/scenicCombiOrder",
"style": {
"navigationBarTitleText": "订单填写",
"enablePullDownRefresh": false
}
}
]
......
......@@ -504,8 +504,7 @@ export default {
uni.showLoading({
title: '加载中'
})
this.$request('/scenic/groupGood/getGroupProducts', data)
.then(res => {
this.$request('/scenic/groupGood/getGroupProducts', data).then(res => {
uni.hideLoading()
if (res.code == '00') {
this.scenicList = res.data.merchantList || []
......
......@@ -284,7 +284,7 @@ export default {
//---跳转索道
goSuodao(){
uni.navigateTo({
url:'/pages/scenic/combinationProduct/combinationProduct?merchantId=z0015605022691a5945bbe463141668c'
url:'/pages/combination/distributionCombiChoose/distributionCombiChoose?merchantId=z0015605022691a5945bbe463141668c'
})
},
//---跳转联合国际
......
......@@ -215,7 +215,7 @@ export default {
//---跳转产品页面
goProduct(merchantId){
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