💊 fix: 修复bug
This commit is contained in:
parent
991f07f024
commit
f555d81c8f
|
@ -135,6 +135,7 @@ const UseProductPop = forwardRef((props, ref) => {
|
|||
|
||||
// 获取商品数据
|
||||
const getProductData = () => {
|
||||
setState({ loading: true })
|
||||
return new Promise((resolve, reject) => {
|
||||
if (directResellerId) {
|
||||
let param = {
|
||||
|
|
Loading…
Reference in New Issue