Authored by 陈峰

skupType传attribute的值

@@ -113,8 +113,7 @@ export default { @@ -113,8 +113,7 @@ export default {
113 new_price: price, 113 new_price: price,
114 old_price: this.skc.price, 114 old_price: this.skc.price,
115 num: this.skc.storageNum, 115 num: this.skc.storageNum,
116 - skupType: this.skc.isAdvance === 'Y' ? 4 : 1,  
117 - attributes: this.skc.attributes 116 + skupType: this.skc.attributes,
118 }); 117 });
119 118
120 if (result && result.code === 200) { 119 if (result && result.code === 200) {
@@ -171,8 +171,7 @@ export default { @@ -171,8 +171,7 @@ export default {
171 new_price: price, 171 new_price: price,
172 old_price: skc.price, 172 old_price: skc.price,
173 num: skc.storageNum, 173 num: skc.storageNum,
174 - skupType: skc.isAdvance === 'Y' ? 4 : 1,  
175 - attributes: skc.attributes 174 + skupType: skc.attributes
176 }); 175 });
177 176
178 if (result && result.code === 200) { 177 if (result && result.code === 200) {
@@ -195,8 +194,7 @@ export default { @@ -195,8 +194,7 @@ export default {
195 storage_id: skc.storageId, 194 storage_id: skc.storageId,
196 old_price: skc.price, 195 old_price: skc.price,
197 num: num, 196 num: num,
198 - skupType: skc.isAdvance === 'Y' ? 4 : 1,  
199 - attributes: skc.attributes 197 + skupType: skc.attributes
200 }); 198 });
201 199
202 if (result.code === 200) { 200 if (result.code === 200) {