Commit f7b5e4cf4ec15d255cb8c73cc7b122842cac831d

Authored by yvan.ni
1 parent dce2a80d

商品名称显示两行的优化

packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.wxml
... ... @@ -312,9 +312,9 @@
312 312 </view> -->
313 313 </view>
314 314 </view>
315   - <view class="xc-explain fs32 ellipsis-2" wx:if="{{prom_type!=0 && prom_type!=4}}">
316   - {{sele_g.goods_name}}
317   - </view>
  315 +<!-- <view class="xc-explain fs32 ellipsis-2" wx:if="{{prom_type!=0 && prom_type!=4}}">-->
  316 +<!-- {{sele_g.goods_name}}-->
  317 +<!-- </view>-->
318 318 <!-- <view wx:if="{{prom_type==1}}" style='height:58rpx'></view> -->
319 319 <!-- 许程 7.24 暂时注释 -->
320 320 <view wx:if="{{prom_type==1}}">
... ...