From bcdc92f1796a4f9c33a3a4de4bc4ee2c96131abc Mon Sep 17 00:00:00 2001
From: 王晓刚 <wxg@bronet.cn>
Date: Mon, 11 Feb 2019 13:51:51 +0800
Subject: [PATCH] 代理人注册

---
 public/themes/simpleboot3/index/form/cost.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/public/themes/simpleboot3/index/form/cost.html b/public/themes/simpleboot3/index/form/cost.html
index 97de131..0a38a72 100644
--- a/public/themes/simpleboot3/index/form/cost.html
+++ b/public/themes/simpleboot3/index/form/cost.html
@@ -38,7 +38,7 @@
     </div>
     <div class="regbtn collocation">付费托管</div>
 </if>
-<div class="cost_mold" style="">
+<div class="cost_mold" style="display: none">
     <div class="costmoldmian">
         <div>
             您的托管信息已提交,请在个人信息里查看托管情况
@@ -138,6 +138,7 @@
                             var result2 = eval("(" + data + ")");
                             console.log(result2);
                             if(result2.code == 20000){
+                                alert(result2.status);
                                 if(type == 1){
                                     $('.cost_mold').show();
                                 }else if(type == 2){
--
libgit2 0.24.0