xiaodai2022 2 years ago
parent
commit
f0498cac79
2 changed files with 3 additions and 2 deletions
  1. 0 0
      dist/static/js/0.js
  2. 3 2
      src/views/sellOut/sellOutOrder/detail.vue

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/0.js


+ 3 - 2
src/views/sellOut/sellOutOrder/detail.vue

@@ -114,8 +114,9 @@
                 status === '1' &&
                 ppowers.some((i) => i == '1') &&
                 sitem &&
-                sitem.has_account + '' === '0' &&
-                (sitem.order_type + '' === '2' || sitem.order_type + '' === '3')
+                (sitem.order_type + '' === '1' ||
+                  (sitem.has_account + '' === '0' &&
+                    (sitem.order_type + '' === '2' || sitem.order_type + '' === '3')))
               "
             >
               <want-deliver

Some files were not shown because too many files changed in this diff