goldzhang814 1 year ago
parent
commit
8df84ef2f8
1 changed files with 5 additions and 0 deletions
  1. 5 0
      app/index/view/user/orderDetails.html

+ 5 - 0
app/index/view/user/orderDetails.html

@@ -112,6 +112,11 @@
                     </div>
                     <div class="sunNavBox">
                         <a href="#">
+                            <nav class="sunNavItem orderNavItem" id="unpaid" data-type="payment">
+                                <h3 class="sunNavTitle">Unpaid</h3>
+                            </nav>
+                        </a>
+                        <a href="#">
                             <nav class="sunNavItem orderNavItem" id="treat" data-type="treat">
                                 <h3 class="sunNavTitle">To be shipped</h3>
                             </nav>