|
@@ -299,7 +299,7 @@
|
|
|
// 残忍拒绝事件
|
|
|
$("#refuse").on("click", function() {
|
|
|
if(!$(this).attr('disabled')){
|
|
|
- toast.show('xxx',function(){
|
|
|
+ toast.show('可在个人中心继续绑定',function(){
|
|
|
location.href = "{!! $url !!}";
|
|
|
},1000);
|
|
|
}
|
|
@@ -315,6 +315,7 @@
|
|
|
},
|
|
|
success:function(res){
|
|
|
if(res['code'] == 0){
|
|
|
+ $('.page-banner').attr('src','https://cdn-novel.iycdm.com/h5/bind-phone/done.jpg')
|
|
|
time = 1;
|
|
|
}
|
|
|
}
|