mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-18 00:26:47 +08:00
[FIX]【商品商城】接口联调—修改转发记录页传参问题
This commit is contained in:
@@ -94,7 +94,7 @@ export default {
|
|||||||
this.finishedText = '已经全部加载'
|
this.finishedText = '已经全部加载'
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
let answerList = res.content.answerList.list
|
let answerList = res.content.list
|
||||||
this.answerList = this.answerList.concat(answerList)
|
this.answerList = this.answerList.concat(answerList)
|
||||||
if (answerList.length == 0) {
|
if (answerList.length == 0) {
|
||||||
this.finishedText = ''
|
this.finishedText = ''
|
||||||
|
|||||||
@@ -131,10 +131,10 @@ export default {
|
|||||||
this.$jump({
|
this.$jump({
|
||||||
flag: 'h5',
|
flag: 'h5',
|
||||||
extra: {
|
extra: {
|
||||||
url: location.origin + `/#/productStore/forwardRecord`
|
url: location.origin + `/#/productStore/forwardRecord?mallId=${this.mallId}`
|
||||||
},
|
},
|
||||||
routerInfo: {
|
routerInfo: {
|
||||||
path: `/productStore/forwardRecord`
|
path: `/productStore/forwardRecord?mallId=${this.mallId}`
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user