Commit 03e6b3f1 authored by zhengke's avatar zhengke

修改

parent b2f2eb75
......@@ -108,8 +108,8 @@ export default {
data: {
Source: 1,
OpenId: obj.OpenId,
Name: obj.nickName,
Photo: obj.avatarUrl,
Name: obj.Name,
Photo: obj.Photo,
Moblie: '',
SuperiorId: 0
}
......
......@@ -283,7 +283,11 @@ export default {
},
onLoad(option) {
this.opTionObj = option;
this.id = option.GoodsId ? option.GoodsId : 29; //40887 59512 46942
if(option&&option.id){
this.id = option.id ? option.id : 29; //40887 59512 46942
}else{
this.id = option.GoodsId ? option.GoodsId : 29; //40887 59512 46942
}
this.init();
this.mc = this.$uiConfig.mainColor;
this.secondary = this.$uiConfig.secondary;
......@@ -484,7 +488,7 @@ export default {
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
font-size: 16px;
height: 40px;
height: 45px;
}
.goods .g-info .g-price-box {
display: flex;
......
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