|
|
@@ -136,10 +136,11 @@ const getGoodsDetail = async () => {
|
|
|
title: '获取商品信息失败!',
|
|
|
content: res?.msg ?? '请稍后再试'
|
|
|
})
|
|
|
- const { name, price, num, content, state } = res.data
|
|
|
+ const { name, price, num, content, state, lepao_count } = res.data
|
|
|
form.content = decodeURI(atob(content))
|
|
|
form.name = name
|
|
|
form.price = Number(price)
|
|
|
+ form.lepao_count = lepao_count
|
|
|
form.num = num
|
|
|
form.state = state
|
|
|
} catch (error) {
|