MrShi
2024-04-12 fe7ac1ca4e17db22417d1d61c084a0ab9857b77f
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';