We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd14b8 commit cf59a1bCopy full SHA for cf59a1b
1 file changed
ttwbxcxSign.js
@@ -132,7 +132,9 @@ var createSignbd=$XidN.read("createSignbdname");
132
if (logs==1)console.log(data)
133
var obj=JSON.parse(data);
134
if(obj.data.success== "true")
135
-result2="【签到成功✅】"+"奖励"+toDecimal2(obj.data.amount)+"💸现金";
+
136
+result2="【签到成功✅】"+"奖励"+(parseInt(obj.data.amount)/100).toFixed(2)+"💸现金";
137
138
else
139
if(obj.data.success== "false")
140
result2="【签到失败⚠️】重复签到";
0 commit comments