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