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, 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
}) })
} }

View File

@@ -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,