Commit 3d7978e1ceec2e42a8288f75e08b0b4ff1ed701b
1 parent
a172d64b
拼单规则为空显示优化
Showing
1 changed file
with
3 additions
and
3 deletions
pages/goods/goodsInfo/goodsInfo.wxml
... | ... | @@ -389,7 +389,7 @@ |
389 | 389 | </view> |
390 | 390 | </view> |
391 | 391 | </block> |
392 | - | |
392 | + | |
393 | 393 | <!-- 许程商品名字 --> |
394 | 394 | <view wx:if="{{prom_type!=1 && prom_type!=2 }}"> |
395 | 395 | <view class="goods-title"> |
... | ... | @@ -1710,9 +1710,9 @@ |
1710 | 1710 | </view> |
1711 | 1711 | </view> |
1712 | 1712 | <view class="pdt40"> |
1713 | - <view class="pdb20">活动内容</view> | |
1713 | + <view class="pdb20">活动内容:</view> | |
1714 | 1714 | <view class="popup-content"> |
1715 | - <text class="pdb10">{{prom_act.remark}}</text> | |
1715 | + <text class="pdb10">{{prom_act.remark?prom_act.remark:'暂无'}}</text> | |
1716 | 1716 | </view> |
1717 | 1717 | </view> |
1718 | 1718 | ... | ... |