update rpay html

master
luoyang 6 years ago
parent dd6392c625
commit 8eb861edf3

@ -21,7 +21,7 @@ $(function (){
if(isiOS){ if(isiOS){
window.webkit.messageHandlers.rpayplus.postMessage(msg); window.webkit.messageHandlers.rpayplus.postMessage(msg);
} else{ } else{
rpayplus.send(msg); //rpayplus.send(msg);
} }
}, },

@ -431,6 +431,9 @@ input.value:focus {
.keyboard-grids .key.paynow.alipay { .keyboard-grids .key.paynow.alipay {
background: #108ee9; background: #108ee9;
} }
.keyboard-grids .key.paynow.rpay {
background: #FF2D55;
}
.alipay { .alipay {
color: #108ee9; color: #108ee9;

@ -385,7 +385,7 @@ $(function () {
var yes = $('<a></a>', { var yes = $('<a></a>', {
class: 'weui_btn_dialog primary', class: 'weui_btn_dialog primary',
text: 'OK', text: 'OK',
style: 'background: #108ee9;color: #fff;' style: 'background: #FF2D55;color: #fff;'
}).appendTo(ft); }).appendTo(ft);
yes.click(function () { yes.click(function () {
config.confirm(dialog, true); config.confirm(dialog, true);
@ -400,7 +400,7 @@ $(function () {
var ok = $('<a></a>', { var ok = $('<a></a>', {
class: 'weui_btn_dialog primary', class: 'weui_btn_dialog primary',
text: 'OK', text: 'OK',
style: 'background: #108ee9;color: #fff;' style: 'background: #FF2D55;color: #fff;'
}).appendTo(ft); }).appendTo(ft);
ok.click(function () { ok.click(function () {
dialog.remove(); dialog.remove();

Loading…
Cancel
Save