Commit 90fd19ed by 李嘉林

修改

parent b3f1fc6b
......@@ -78,7 +78,9 @@ export default {
this.goodsList=this.info.goodsRespDTOs;
this.goodsList.forEach((item, index) => {
item.goodsPrice=Number(item.goodsPrice);
item.goodsImageUrl = DFSImg(item.goodsImageUrl);
if(item.goodsImageUrl){
item.goodsImageUrl = DFSImg(item.goodsImageUrl);
}
});
},
mounted() {},
......@@ -145,6 +147,11 @@ export default {
);
}
this.showSpe = true;
}else{
wx.showToast({
title: res.data.msg,
icon: 'none',
})
}
});
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment