Authored by 陈峰

skupType传attribute的值

... ... @@ -113,8 +113,7 @@ export default {
new_price: price,
old_price: this.skc.price,
num: this.skc.storageNum,
skupType: this.skc.isAdvance === 'Y' ? 4 : 1,
attributes: this.skc.attributes
skupType: this.skc.attributes,
});
if (result && result.code === 200) {
... ...
... ... @@ -171,8 +171,7 @@ export default {
new_price: price,
old_price: skc.price,
num: skc.storageNum,
skupType: skc.isAdvance === 'Y' ? 4 : 1,
attributes: skc.attributes
skupType: skc.attributes
});
if (result && result.code === 200) {
... ... @@ -195,8 +194,7 @@ export default {
storage_id: skc.storageId,
old_price: skc.price,
num: num,
skupType: skc.isAdvance === 'Y' ? 4 : 1,
attributes: skc.attributes
skupType: skc.attributes
});
if (result.code === 200) {
... ...