bug
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user