@@ -38,13 +38,13 @@
@@ -85,12 +85,12 @@
-
+
@@ -197,6 +197,14 @@
sib.find('.t-tabpan').eq(index).addClass('active').siblings().removeClass('active');
return false;
});
+ //点击父标签切换radio
+ $(".alipay").click(function(){
+ $(this).children(".radio_select").children("input").prop("checked", true);
+ })
+ //阻止事件冒泡
+ $(".radio_select").click(function(){
+ event.stopPropagation();
+ })
$('.jssbtn').click(function() {
var that = $(this);
if (that.hasClass('on')) {
@@ -237,7 +245,7 @@
$('.rcmoney').keyup(function() {
var that = $(this),val = $.trim(that.val()),parent=that.closest('.recharge-discount'),pf=parent.find('.rcplatform');
var rm = parent.find('.realmoney');
- if(val == ""){return true;}
+ if(val == ""){$(".rcmoney2bb").val(0);$(".rcplatform").val(0);return true;}
if (val) {
if (val>0 && /^(0|[1-9][0-9]*)$/.test(val)) {
pf.val(val);
@@ -255,10 +263,10 @@
pf.val('');if(rm) {rm.val('');}
}
});
- $('.rcmoney1').keyup(function() {
+ $('.rcmoney1').keyup(function() {
var that = $(this),val = $.trim(that.val()),parent=that.closest('.recharge-flat'),pf=parent.find('.rcplatform');
var rm = parent.find('.realmoney');
- if(val == ""){return true;}
+ if(val == ""){$(".rcmoney1ptb").val(0);return true;}
if (val) {
if (val>0 && /^(0|[1-9][0-9]*)$/.test(val)) {
pf.val(val);
@@ -360,7 +368,8 @@
popmsg.msg(result.info);
}
},
- error:function(){
+ error:function(res){
+ console.log(res)
alert("服务端异常");
}
})
diff --git a/Public/Mobile/images/juxing3.png b/Public/Mobile/images/juxing3.png
index e19b24a60..031a52fd5 100644
Binary files a/Public/Mobile/images/juxing3.png and b/Public/Mobile/images/juxing3.png differ