This commit is contained in:
@@ -61,9 +61,7 @@ export default {
|
||||
page: this.page,
|
||||
pageSize: this.pageSize
|
||||
})
|
||||
if (res.code === 0) {
|
||||
this.productList = res.data.records || []
|
||||
}
|
||||
this.productList = res.records || []
|
||||
} catch (e) {
|
||||
uni.showToast({ title: '加载失败', icon: 'none' })
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user