style:网上申请
Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -88,7 +88,7 @@ function _completeBusiness() { | ... | @@ -88,7 +88,7 @@ function _completeBusiness() { |
88 | success: function (result) {//返回数据根据结果进行相应的处理 | 88 | success: function (result) {//返回数据根据结果进行相应的处理 |
89 | if (result.code == 200) { | 89 | if (result.code == 200) { |
90 | layui.use('layer', function () { | 90 | layui.use('layer', function () { |
91 | layer.msg(result.message); | 91 | layer.msg('办理成功'); |
92 | }); | 92 | }); |
93 | _completePage(GetQueryString('bsm_slsq'), GetQueryString('businessno')); | 93 | _completePage(GetQueryString('bsm_slsq'), GetQueryString('businessno')); |
94 | $('#complete').empty() | 94 | $('#complete').empty() | ... | ... |
... | @@ -37,7 +37,7 @@ | ... | @@ -37,7 +37,7 @@ |
37 | <h2>买方</h2> | 37 | <h2>买方</h2> |
38 | </div> | 38 | </div> |
39 | <div class="sms_authentication"> | 39 | <div class="sms_authentication"> |
40 | <h5>短信认证</h5> | 40 | <h5 style="margin-bottom: 10px;">短信认证</h5> |
41 | <div class="phone"> | 41 | <div class="phone"> |
42 | <span>手机号</span> | 42 | <span>手机号</span> |
43 | <input type="tel" maxlength="11" id="phone" name="phone" placeholder="请输入手机号" class="layui-input phoneInput"> | 43 | <input type="tel" maxlength="11" id="phone" name="phone" placeholder="请输入手机号" class="layui-input phoneInput"> | ... | ... |
-
Please register or sign in to post a comment