|
@@ -509,6 +509,7 @@ export default {
|
|
exchangePrice: accMul(exchangePrice, 1),
|
|
exchangePrice: accMul(exchangePrice, 1),
|
|
description: encodeURI(description),
|
|
description: encodeURI(description),
|
|
categoryId: categoryId[1],
|
|
categoryId: categoryId[1],
|
|
|
|
+ type,
|
|
}
|
|
}
|
|
}).then(res => {
|
|
}).then(res => {
|
|
if (res.code === 0) {
|
|
if (res.code === 0) {
|