taylor.dang 6 years ago
parent 90b71373d6
commit 92dd21c447

@ -254,6 +254,7 @@ $(function () {
data.customerrate = true;
}
data.coupons = dataCache.coupons;
data.customerId = window.RpayUserId;
data.qrcodeVersion = window.qrcodeVersion;
dataCache.remark = '';
@ -423,10 +424,8 @@ $(function () {
function getUserId(){
alert(window.RPayPlus);
window.RPayPlus.send("getUserId", null, function(data){
alert(data);
window.Rpay.userInfo = data;
window.RpayUserId = data;
});
}

Loading…
Cancel
Save