|
@@ -337,7 +337,7 @@
|
|
//下次兑换
|
|
//下次兑换
|
|
$(document).on('tap', '.nexts', function() {
|
|
$(document).on('tap', '.nexts', function() {
|
|
$("#forward input[yhq_type=3]").removeAttr('checked').prop("disabled","disabled");
|
|
$("#forward input[yhq_type=3]").removeAttr('checked').prop("disabled","disabled");
|
|
- $("#forward #fx893f1da4da4e02bd5af8ac80xed4xx").prop('checked',true);
|
|
|
|
|
|
+ $("#forward input[yhq_type=1]").prop('checked',true);
|
|
$(".dhq-dalog").hide();
|
|
$(".dhq-dalog").hide();
|
|
flag=false;
|
|
flag=false;
|
|
if(user38Interests==1){
|
|
if(user38Interests==1){
|
|
@@ -371,7 +371,7 @@
|
|
checked='checked';
|
|
checked='checked';
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- yhq_str += '<div class="mui-input-row mui-radio"><label>' + this.couponName + '</label><input name="radio1" value="' + accDiv(this.couponReduce, 100) + '" type="radio" id="' + this.couponItemId + '" yhq_type="' + this.couponType + '" '+checked+'/></div>';
|
|
|
|
|
|
+ yhq_str += '<div class="mui-input-row mui-radio"><label>' + this.couponName + '</label><input name="radio1" value="' + accDiv(this.couponReduce, 100) + '" type="radio" id="' + this.couponItemId + '" yhq_type="' + this.couponType + '" '+checked+'/></div>';
|
|
});
|
|
});
|
|
$(".my-popover").html(yhq_str + '<div class="mui-input-row mui-radio"><label>不使用优惠券</label><input name="radio1" value="1" type="radio"></div>');
|
|
$(".my-popover").html(yhq_str + '<div class="mui-input-row mui-radio"><label>不使用优惠券</label><input name="radio1" value="1" type="radio"></div>');
|
|
}
|
|
}
|