|
|
@@ -595,6 +595,7 @@
|
|
|
that.getUserInfo()
|
|
|
|
|
|
that.$Request.getT('/app/common/type/266').then(res => { //订单取消通知
|
|
|
+ // console.log(res, 963)
|
|
|
if (res.code == 0) {
|
|
|
if (res.data && res.data.value) {
|
|
|
that.arr.push(res.data.value)
|
|
|
@@ -602,12 +603,29 @@
|
|
|
}
|
|
|
})
|
|
|
that.$Request.getT('/app/common/type/269').then(res => { //订单状态通知
|
|
|
+ // console.log(res, 966)
|
|
|
if (res.code == 0) {
|
|
|
if (res.data && res.data.value) {
|
|
|
that.arr.push(res.data.value)
|
|
|
}
|
|
|
}
|
|
|
})
|
|
|
+ // that.$Request.getT('/app/common/type/440').then(res => { //订单状态通知
|
|
|
+ // // console.log(res, 999)
|
|
|
+ // if (res.code == 0) {
|
|
|
+ // if (res.data && res.data.value) {
|
|
|
+ // that.arr.push(res.data.value)
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // })
|
|
|
+ // that.$Request.getT('/app/common/type/441').then(res => { //订单状态通知
|
|
|
+ // // console.log(res, 999)
|
|
|
+ // if (res.code == 0) {
|
|
|
+ // if (res.data && res.data.value) {
|
|
|
+ // that.arr.push(res.data.value)
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // })
|
|
|
// #ifdef MP-WEIXIN
|
|
|
if (that.showModal) {
|
|
|
that.openMsg()
|
|
|
@@ -1074,7 +1092,7 @@
|
|
|
}
|
|
|
console.log(data,'jjj')
|
|
|
this.$Request.getT('/app/goods/selectShop', data).then(res => {
|
|
|
- console.log(res,'hhhhhh')
|
|
|
+ console.log(res,'hhhhhh6')
|
|
|
if (res.code == 0) {
|
|
|
this.totalCount = res.data.totalCount
|
|
|
res.data.list.forEach(ret => {
|
|
|
@@ -1088,7 +1106,7 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- ret.shopScore = ret.shopScore.toFixed(1)
|
|
|
+ ret.shopScore = ret.shopScore.toFixed(2)
|
|
|
ret.shopLable = ret.shopLable ? ret.shopLable.split(',') : ''
|
|
|
ret.shopCover = ret.shopCover ? ret.shopCover.split(',') :
|
|
|
'../../static/logo.png'
|