From db227144dedfb5fb5b1e94e8c8b14eab9eb7462f Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 01 十二月 2022 13:32:50 +0800 Subject: [PATCH] 中国政采网的四川数据 发送验证码 --- zhengcaioa/zhengcaioa/Views/Signin/Index.cshtml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/Signin/Index.cshtml b/zhengcaioa/zhengcaioa/Views/Signin/Index.cshtml index 8d77903..277de40 100644 --- a/zhengcaioa/zhengcaioa/Views/Signin/Index.cshtml +++ b/zhengcaioa/zhengcaioa/Views/Signin/Index.cshtml @@ -125,7 +125,7 @@ <div class="clearfix layer-area" style="padding-bottom:15px;"> <label class="text-right col-sm-1 col-md-1 control-label">涓婂崍</label> - <a class="btn btn-success" href="javascript:void(0)" onclick="networkInfo()" style="margin-left:4px; border-radius:4px;"> + <a class="btn btn-success" href="javascript:void(0)" onclick="saveSignin(10);" style="margin-left:4px; border-radius:4px;"> <span class="bold">涓婄彮鎵撳崱</span> </a> @*saveSignin(10);*@ @@ -229,7 +229,7 @@ toastr.success("鎵撳崱鎴愬姛"); } else { - toastr.success("鎵撳崱澶辫触"); + toastr.success(data.Message); } }, error: function () { -- Gitblit v1.9.1