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

123

上级 acd3ee1d
......@@ -559,6 +559,15 @@
this.scprice = response.data.price
this.stock = Number(response.data.stock)
this.lunimg = response.data.imgs
if(this.lunimg.length > 0) {
var str=new RegExp("http");
this.lunimg.forEach((item,index) => {
if(str.test(item)){
}else{
this.lunimg[index] ='http://img.jxhh.com/'+item;
}
})
}
this.source = 1
this.specs = response.data.specs //规格
......@@ -566,6 +575,15 @@
this.specsitem = response.data.specs
this.tmthird_id = response.data.goods_id
this.picture = response.data.imgs
if(this.picture.length > 0) {
var str=new RegExp("http");
this.picture.forEach((item,index) => {
if(str.test(item)){
}else{
this.picture[index] ='http://img.jxhh.com/'+item;
}
})
}
// 品牌 数据处理
// if(this.brandOptions && this.brandOptions.length > 0) {
// let numBrandId = Number(this.goodsinfor.goods_brand)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论