var currentMoney =Math.round((_memberCurrentPoints/_pointVsMoney)*Math.pow(10,2))/Math.pow(10,2) * 2;
$("#currentMoney").text(parseInt(currentMoney));
if(_memberCurrentPoints/_pointVsMoney <1){
$("#currentMoney").text("0"); }else{ $("#currentMoney").text(parseInt(currentMoney)); }

 

最新文章

  1. python队列Queue
  2. CoreAnimation方法汇总
  3. CSS 属性 - position讲解
  4. throw 子句
  5. 454. 4Sum II ——查找本质:hash最快,二分次之
  6. C# asp.net IIS 在web.config和IIS中设置Session过期时间
  7. ECSSHOP表结构
  8. hasshmap输出value
  9. 松瀚SN8P2501 定时器初始化程序--汇编源码
  10. 纯代码实现CSS圆角
  11. python 接口自动化测试--框架整改(五)
  12. cocos2dx - Sqlite简单封装使用
  13. 动态SQL中不同变量的写法总结
  14. SpringBoot 整合Dubbo
  15. 学习node.js的一些笔记
  16. windows与linux中的mysql配置主从
  17. .NET Entity Framework基本使用方法
  18. Spark机器学习中ml和mllib中矩阵、向量
  19. express框架之session 存储
  20. pytest 的 yield

热门文章

  1. QT 5.1.1 for Android 开发环境搭建与配置【Windows 7】
  2. [转]C++ list 类学习笔记
  3. CentOS 7 之安装Mono&amp;MonoDevelop
  4. eclipse  sae上传代码
  5. OnCreate
  6. 自定义ORM框架(转转)
  7. TagHelper
  8. BZOJ 1211 树的计数
  9. C51库函数积累
  10. Web.Config 对静态文件 js css img 的客户端缓存策略