车把中的“ options.inverse”是什么

时间:2019-11-14 06:07:00

标签: handlebars.js

Handlebars.registerHelper('getDiscountPrice', function(prodValue, options) {
    if(prodValue.price != prodValue.SELLINGPRICE) {

        return options.fn(this);
    }
    else {

        return options.inverse(this);
    }
});

0 个答案:

没有答案