This commit is contained in:
曹辉 2023-03-17 16:39:16 +08:00
parent 919f0d26a6
commit 8dedbeaed7

View File

@ -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: '未登录,请先登录',