同步代码
This commit is contained in:
@@ -85,6 +85,11 @@
|
||||
}).then(res => {
|
||||
this.goods = res.data
|
||||
this.pages = res.page
|
||||
}).catch(err => {
|
||||
uni.showToast({
|
||||
title: err.message,
|
||||
icon : 'none'
|
||||
})
|
||||
})
|
||||
},
|
||||
// 修改产品
|
||||
|
||||
Reference in New Issue
Block a user