bug
This commit is contained in:
@@ -170,7 +170,6 @@ export default {
|
|||||||
imgUrl: this.info.headPicture,
|
imgUrl: this.info.headPicture,
|
||||||
enableIdTrans: 0
|
enableIdTrans: 0
|
||||||
}, e => {
|
}, e => {
|
||||||
console.log(e)
|
|
||||||
this.isShow = false
|
this.isShow = false
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
@@ -181,7 +180,6 @@ export default {
|
|||||||
imgUrl: this.info.headPicture,
|
imgUrl: this.info.headPicture,
|
||||||
enableIdTrans: 0
|
enableIdTrans: 0
|
||||||
}, e => {
|
}, e => {
|
||||||
console.log(e)
|
|
||||||
this.isShow = false
|
this.isShow = false
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ export default {
|
|||||||
this.getList()
|
this.getList()
|
||||||
},
|
},
|
||||||
getList() {
|
getList() {
|
||||||
this.$http.post(`/app/appintegralsupermarketorder/listForXCX`, null, {
|
this.$http.post(`/app/appintegralsupermarketorder/listForXCX?type=0`, null, {
|
||||||
params: {
|
params: {
|
||||||
current: this.current,
|
current: this.current,
|
||||||
status: this.currentTabs == 0 ? '' : this.currentTabs - 1,
|
status: this.currentTabs == 0 ? '' : this.currentTabs - 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user