修改
This commit is contained in:
parent
919f0d26a6
commit
8dedbeaed7
@ -531,13 +531,13 @@
|
||||
this.pageNum = 1
|
||||
selectExchangeGoods(this.pageNum, this.pageSize).then(res => {
|
||||
if (res.code == 200) {
|
||||
this.user();
|
||||
res.rows.forEach(e => {
|
||||
e.goodsPictureUrl = baseurl + e.goodsPictureUrl
|
||||
e.attributePitureUrl = baseurl + e.attributePitureUrl
|
||||
})
|
||||
this.goodslist = res.rows
|
||||
this.goodstotal = res.total
|
||||
this.user();
|
||||
} else if (res.code == 9999) {
|
||||
this.$refs.uToast.show({
|
||||
title: '未登录,请先登录',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user