zz 6 lat temu
rodzic
commit
69b97cbcac
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      resources/views/pay/order/bindPhone.blade.php

+ 2 - 1
resources/views/pay/order/bindPhone.blade.php

@@ -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;
                         }
                     }