From fe7ac1ca4e17db22417d1d61c084a0ab9857b77f Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 12 四月 2024 10:46:21 +0800
Subject: [PATCH] mrshi

---
 wx/unpackage/dist/dev/mp-weixin/pages/details_dispatch_unit/details_dispatch_unit.js |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/wx/unpackage/dist/dev/mp-weixin/pages/details_dispatch_unit/details_dispatch_unit.js b/wx/unpackage/dist/dev/mp-weixin/pages/details_dispatch_unit/details_dispatch_unit.js
index 449fc87..608bd2b 100644
--- a/wx/unpackage/dist/dev/mp-weixin/pages/details_dispatch_unit/details_dispatch_unit.js
+++ b/wx/unpackage/dist/dev/mp-weixin/pages/details_dispatch_unit/details_dispatch_unit.js
@@ -343,6 +343,13 @@
 //
 //
 //
+//
+//
+//
+//
+//
+//
+//
 var _default = {
   data: function data() {
     return {
@@ -512,7 +519,7 @@
     returnStyle: function returnStyle(type) {
       if ([2].includes(type)) {
         return 'linear-gradient(#97DDC5 0%, #F7F7F7 100%);';
-      } else if ([1, 0].includes(type)) {
+      } else if ([1, 0, 7].includes(type)) {
         return 'linear-gradient( 180deg, #FBC88C 0%, #F7F7F7 100%);';
       } else if ([3, 4, 5, 8, 6].includes(type)) {
         return '';
@@ -521,7 +528,7 @@
     returnStyle1: function returnStyle1(type) {
       if ([2].includes(type)) {
         return 'linear-gradient( 180deg, #E5F7F1 0%, rgba(255,255,255,0) 100%)';
-      } else if ([1, 0].includes(type)) {
+      } else if ([1, 0, 7].includes(type)) {
         return 'linear-gradient( 180deg, #FFF2E3 0%, rgba(255,255,255,0) 100%);';
       } else if ([3, 4, 5, 8, 6].includes(type)) {
         return '#ffffff';

--
Gitblit v1.9.3