k94314517
2024-04-12 7341852b4449d689a7320b4f345ad2a10e47951e
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';