master
kira 6 years ago
parent 9148766cc5
commit 4afa869493

@ -5,6 +5,7 @@ $(function (){
window.RPayPlus = {
// 向Native端发送消息用于实现JS->Native
send: function(methodName, param, callback) {
alert(1);
var thisId = 0;
if(callback){
thisId = new Date().getTime();; // 获取唯一id

Loading…
Cancel
Save