提交 afb5ca9b authored 作者: 王天霸's avatar 王天霸

q

上级 a7d001d5
...@@ -592,11 +592,13 @@ ...@@ -592,11 +592,13 @@
// //
// 商品售价,上面已经获取, // 商品售价,上面已经获取,
let spsjData = {}; let spsjData = {};
if( spsjData2.specs_group && spsjData2.specs_group.length > 0 ) { if(this.radioguide==2 && spsjData2.specs_group && spsjData2.specs_group.length > 0 ) {
this.goodsAllData['specs_group'] = spsjData2.specs_group this.goodsAllData['specs_group'] = spsjData2.specs_group
this.goodsAllData['specs'] =spsjData2.specs this.goodsAllData['specs'] =spsjData2.specs
}else { }else {
spsjData = spsjData1[0]; spsjData = spsjData1[0];
this.goodsAllData['specs_group'] = []
this.goodsAllData['specs'] = []
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论