Commit b81d61c1 authored by 张九刚's avatar 张九刚

feat: 在商品页面中添加 tabName 和 title 属性

parent d8dea3e6
......@@ -46,6 +46,8 @@ export default {
this.contentImg = contentImg;
this.contentImgLen = contentImgLen;
this.shareTitle = shareTitle;
this.tabName = tabName;
this.title = title;
if(shareImg.indexOf('http') === -1){
this.shareImg = this.$baseUrl + shareImg;
}else{
......
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