Browse Source

bind phone dist

zz 6 years ago
parent
commit
8efdda357c
2 changed files with 38 additions and 15 deletions
  1. 1 1
      app/Http/Routes/Wap/WapRoutes.php
  2. 37 14
      resources/views/wap/index.blade.php

+ 1 - 1
app/Http/Routes/Wap/WapRoutes.php

@@ -275,7 +275,7 @@ Route::group(['domain'=>env('WAP_DOMAIN'),'namespace'=>'App\Http\Controllers\Wap
         Route::get('force/guide','User\UserController@guidePersonalAccount');
 
         //绑定手机号码
-        Route::get('bindphone/bind','User\UserController@bindPhoneView');
+        //Route::get('bindphone/bind','User\UserController@bindPhoneView');
 
         //随机每日领5-15书币
         Route::get('randSign','User\UserController@day_rand_sign');

File diff suppressed because it is too large
+ 37 - 14
resources/views/wap/index.blade.php