Authored by 李奇

fixed:评价客服代码恢复

... ... @@ -269,7 +269,10 @@ const getBrandData = (params, extra, channel) => {
if (params.shopId) {
// 店铺以店铺ID查询商品
queryBase.shop_id = params.shopId;
Object.assign(queryBase, {
shop_id: params.shopId,
shop: params.shopId
});
} else {
// 品牌以品牌ID查询商品
queryBase.brand = extra.brandId;
... ...
... ... @@ -10,13 +10,15 @@
<span class="star positive"></span>
<span class="star positive"></span>
<span class="star positive"></span>
<span class="star"></span>
<span class="star"></span>
<span class="star positive"></span>
<span class="star positive"></span>
<p class="star-text">一般</p>
</div>
<div class="detail-reason">
<div class="discontent"></div>
<textarea class="other-reason" maxlength="50" placeholder="请您输入不满意的其他原因" spellcheck="false"></textarea>
</div>
</div>
<div class="cus-footer">
<button class="btn dark submit">提交</button>
<input type="hidden" name="promoter" value="1">
... ...
... ... @@ -1044,6 +1044,9 @@ $color-3a3a3a: #3a3a3a;
}
}
.detail-reason {
display: none;
.discontent {
margin-bottom: 30px;
... ... @@ -1093,6 +1096,7 @@ $color-3a3a3a: #3a3a3a;
resize: none;
}
}
}
.cus-footer {
padding-bottom: 35px;
... ...