Commit 54a40cf4 authored by 潘永坪's avatar 潘永坪

格式统一

parent 51611c38
......@@ -364,7 +364,6 @@ export default {
}
this.scenicList=[]
this.$request('/scenic/groupGood/findGroupGoodProductList', data).then(res => {
uni.hideLoading()
if (res.code == '00') {
let merchantList=res.data.merchantList||[]
merchantList.forEach(item=>{
......@@ -414,8 +413,6 @@ export default {
icon: 'none'
})
}
}).catch(err => {
uni.hideLoading()
})
},
//---初始化详情
......
......@@ -501,12 +501,7 @@ export default {
latitude,
longitude
}
uni.showLoading({
title: '加载中'
})
this.$request('/scenic/groupGood/getGroupProducts', data)
.then(res => {
uni.hideLoading()
this.$request('/scenic/groupGood/getGroupProducts', data).then(res => {
if (res.code == '00') {
this.scenicList = res.data.merchantList || []
this.groupId = res.data.groupId || ''
......@@ -553,9 +548,6 @@ export default {
})
}
})
.catch(err => {
uni.hideLoading()
})
},
//---跳转填写订单页面
goFillorder() {
......
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