This commit is contained in:
yanran200730
2023-07-07 09:41:16 +08:00
parent d75c39fb49
commit e380e5f1e2
2 changed files with 6 additions and 8 deletions

View File

@@ -170,7 +170,6 @@ export default {
imgUrl: this.info.headPicture,
enableIdTrans: 0
}, e => {
console.log(e)
this.isShow = false
})
} else {
@@ -181,7 +180,6 @@ export default {
imgUrl: this.info.headPicture,
enableIdTrans: 0
}, e => {
console.log(e)
this.isShow = false
})
}

View File

@@ -77,7 +77,7 @@ export default {
this.getList()
},
getList() {
this.$http.post(`/app/appintegralsupermarketorder/listForXCX`, null, {
this.$http.post(`/app/appintegralsupermarketorder/listForXCX?type=0`, null, {
params: {
current: this.current,
status: this.currentTabs == 0 ? '' : this.currentTabs - 1,