Browse Source

稳住

git-svn-id: svn://svn7.apicloud.com/A6007457911931/%E5%9C%88%E5%A4%9A%E5%A4%9A@675 0e1a2743-8d03-4e5a-a60c-7e26af42b145
1149931599@qq.com 4 years ago
parent
commit
d58b483a51
1 changed files with 1 additions and 1 deletions
  1. 1 1
      html/home/paymode.html

+ 1 - 1
html/home/paymode.html

@@ -215,7 +215,7 @@ $(".m-bottom").on("tap", function() {
         getAliData();
     } else if (_dftPay == "point") {
         var _pointsmoney = '0';
-        _pointsmoney = _money * _ratio_points;
+        _pointsmoney =parseInt( _money * _ratio_points);
         api.confirm({
             title: '圈币支付',
             msg: '使用圈币支付,支付圈币:'+_pointsmoney,