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