jade和java script - 显示带条件的元素

时间:2015-08-17 13:15:09

标签: javascript node.js pug

我试图仅在售价大于0时显示元素

这是我的代码

.basket-sidebar-right-body-basket-why-not-try
      .item-grid-item(dynamic-position, data-rv-each-item='model:suggested', data-rv-on-click='view.attemptToAddItemToCart')
            .item-title(data-rv-text='item.WebTitle | startCase')
            .item-image(focusable)
                  img(focusable,data-rv-src='item.ImageUrl', onerror='this.src = "http://placehold.it/237x140";')
                  .why-not-try-text= strings.whyNotTry
                  .why-not-try-price
                       span.currency-symbol £
                       span.price(data-rv-text='item.SellingPrice | asCurrency')

我试图显示为什么不在item.sellingPrice大于0时尝试价格

任何人都知道我能做到这一点 ?

0 个答案:

没有答案