From d9d9a3a129a65e0d8f182cde8000c2cb22483021 Mon Sep 17 00:00:00 2001
From: 王晓刚 <wxg@bronet.cn>
Date: Sat, 2 Mar 2019 13:47:39 +0800
Subject: [PATCH] 托管成功短信提示

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

diff --git a/public/themes/simpleboot3/index/form/cost.html b/public/themes/simpleboot3/index/form/cost.html
index 12769b7..23c647f 100644
--- a/public/themes/simpleboot3/index/form/cost.html
+++ b/public/themes/simpleboot3/index/form/cost.html
@@ -25,16 +25,16 @@
 </div>
 <if condition="$type eq 1">
     <div class="costbox">
-        <div name=""  cols="30" rows="10" placeholder="" id="text1">{$page_html1.content}</div>
+        <div id="text1">{$page_html1.content}</div>
     </div>
     <div class="regbtn collocation">免费托管</div>
     <div class="costbox costbottom">
-        <div name="" cols="30" rows="10" placeholder="" id="text2">{$page_html2.content}</div>
+        <div id="text2">{$page_html2.content}</div>
     </div>
     <div class="regbtn pay_btn"><a href="{:url('form/index')}">成为付费用户</a></div>
     <elseif condition="$type eq 2"/>
     <div class="costbox">
-        <textarea name=""  cols="30" rows="10" placeholder="{$page_html2.content}"></textarea>
+        <div>{$page_html2.content}</div>
     </div>
     <div class="regbtn collocation">付费托管</div>
 </if>
--
libgit2 0.24.0