From c16480e0c647c6dde6de6806ccd1e84cbcf83f57 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期三, 14 六月 2023 16:10:40 +0800
Subject: [PATCH] #订单明细优化

---
 src/main/webapp/views/order/order.html |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/main/webapp/views/order/order.html b/src/main/webapp/views/order/order.html
index 99155f2..300ccae 100644
--- a/src/main/webapp/views/order/order.html
+++ b/src/main/webapp/views/order/order.html
@@ -252,16 +252,17 @@
 
 <script type="text/html" id="payment">
     <select id="select-primary" style="width: 100%" class="layui-border select-primary" lay-ignore >
-        <option value="0"
-                {{# if( d.payment === 0){ }}
-                selected = "selected"
-                {{# } }}
-        >浠i噰</option>
         <option value="1"
                 {{# if( d.payment === 1){ }}
                 selected = "selected"
                 {{# } }}
         >浠撳偍</option>
+        <option value="0"
+                {{# if( d.payment === 0){ }}
+                selected = "selected"
+                {{# } }}
+        >浠i噰</option>
+
     </select>
 </script>
 

--
Gitblit v1.9.1