Explorar o código

稳住

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 %!s(int64=4) %!d(string=hai) anos
pai
achega
d58b483a51
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,