add customerId

master
kira 6 years ago
parent d215a7fa8a
commit 6a368f7b65

@ -255,6 +255,7 @@ $(function () {
} }
data.coupons = dataCache.coupons; data.coupons = dataCache.coupons;
data.qrcodeVersion = window.qrcodeVersion; data.qrcodeVersion = window.qrcodeVersion;
data.customerId = window.customerId;
dataCache.remark = ''; dataCache.remark = '';
@ -424,7 +425,7 @@ $(function () {
function getUserId(){ function getUserId(){
window.RPayPlus.send("getUserId", null, function(data){ window.RPayPlus.send("getUserId", null, function(data){
window.Rpay.userInfo = data; window.customerId = data;
}); });
} }

Loading…
Cancel
Save