k94314517
2024-04-12 02cb47bef10bafc3a591f160f0b286df529c704a
wx/unpackage/dist/dev/mp-weixin/pages/add_subtract_insurance/add_subtract_insurance.js
@@ -235,9 +235,9 @@
      this.getList();
    },
    returnStyle: function returnStyle(type) {
      if ([2].includes(type)) {
      if ([2, 9].includes(type)) {
        return 'linear-gradient( 180deg, #E5F7F1 0%, rgba(255,255,255,0) 100%);';
      } else if ([0, 1, 9, 7].includes(type)) {
      } else if ([0, 1, 7].includes(type)) {
        return 'linear-gradient( 180deg, #FFF2E3 0%, rgba(255,255,255,0) 100%);';
      } else if ([3, 5, 6].includes(type)) {
        return '#ffffff';