From db3504824718cf19c7e7c1e8e6fa33742099996d Mon Sep 17 00:00:00 2001
From: anyv <anyu@bronet.cn>
Date: Wed, 19 Jun 2019 11:51:17 +0800
Subject: [PATCH] 5

---
 public/themes/simpleboot3/portal/salesmangoods/salesman_goods_edit.html | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/public/themes/simpleboot3/portal/salesmangoods/salesman_goods_edit.html b/public/themes/simpleboot3/portal/salesmangoods/salesman_goods_edit.html
index 0ffed95..77b17ee 100755
--- a/public/themes/simpleboot3/portal/salesmangoods/salesman_goods_edit.html
+++ b/public/themes/simpleboot3/portal/salesmangoods/salesman_goods_edit.html
@@ -131,14 +131,7 @@
                 <input type="text" placeholder="输入售价" name="price" value="{$goods_data.price}" />
             </div>
         </div>
-        <div class="log_two_input_one">
-            <div class="log_two_input_title">
-                定价
-            </div>
-            <div class="log_two_input_contant">
-                <input type="text" placeholder="输入定价" name="pricing"  value="{$goods_data.pricing}"/>
-            </div>
-        </div>
+
         <div class="log_six_input_one">
             <div class="log_two_input_title" style="margin-top: 0.09rem;">
                 商品说明
@@ -211,6 +204,14 @@
                 <input type="text" placeholder="请输入作者名称" name="press_time" value="{$goods_data.press_time}" />
             </div>
         </div>
+        <div class="log_two_input_one">
+            <div class="log_two_input_title">
+                定价
+            </div>
+            <div class="log_two_input_contant">
+                <input type="text" placeholder="输入定价" name="pricing"  value="{$goods_data.pricing}"/>
+            </div>
+        </div>
     </div>
 </div>
 <div class="log_six_wire"></div>
--
libgit2 0.24.0