@ -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
Before
Width: | Height: | Size: 2.7 KiB
After
Width: | Height: | Size: 8.0 KiB