master
kira 6 years ago
parent e41a373fc8
commit 7d7931ceff

@ -339,7 +339,6 @@ $(function () {
function getUserId(){
alert(12);
window.RPayPlus.send("getUserId", null, function(data){
alert(data);
});

@ -5,7 +5,6 @@ $(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