南京网站定制开发公司,邢台网络问政,广州企业网站建设,企业网站空间背景#xff1a;商品详情页对好评数进行统计#xff0c;但是现在只有商品数据
使用wxs编写方法#xff0c;module.exports导出#xff0c;wxml中使用module名进行获取{{goodsRate.getRate(goodsInfoList)}}
wxs modulegoodsRatemodule.exports {get…背景商品详情页对好评数进行统计但是现在只有商品数据
使用wxs编写方法module.exports导出wxml中使用module名进行获取{{goodsRate.getRate(goodsInfoList)}}
wxs modulegoodsRatemodule.exports {getRate: function (goodsInfoList) {if (!goodsInfoList || !goodsInfoList.basicInfo) {return 100}var goodReputation goodsInfoList.basicInfo.numberGoodReputation / goodsInfoList.basicInfo.numberOrders * 100goodReputation goodReputation.toFixed(0)return goodReputation}}/wxsview idgoods-rate classgoods-rate-boxview classlabel-titleview classleft宝贝评价 {{basicInfo.numberGoodReputation}}/viewview classright好评度{{goodsRate.getRate(goodsInfoList)}}%/view/view/view