k94314517
2024-04-12 02cb47bef10bafc3a591f160f0b286df529c704a
wx/unpackage/dist/dev/mp-weixin/pages/addition_subtraction_details/addition_subtraction_details.js
@@ -371,6 +371,13 @@
//
//
//
//
//
//
//
//
//
//
var _default = {
  data: function data() {
    return {
@@ -540,7 +547,7 @@
            }).then(function (url) {
              if (url.code === 200) {
                uni.navigateTo({
                  url: "/pages/webView/webView?url=".concat(url.data)
                  url: "/pages/webView/webView?url=".concat(encodeURIComponent(url.data))
                });
              }
            });
@@ -559,7 +566,7 @@
            _this6.error = '';
            _this6.show1 = false;
            uni.navigateTo({
              url: "/pages/webView/webView?url=".concat(res.data)
              url: "/pages/webView/webView?url=".concat(encodeURIComponent(res.data))
            });
          } else {
            _this6.error = 2;
@@ -587,18 +594,18 @@
      this.show2 = false;
    },
    returnStyle: function returnStyle(type) {
      if ([2].includes(type)) {
      if ([2, 9].includes(type)) {
        return 'linear-gradient(#97DDC5 0%, #F7F7F7 100%);';
      } else if ([0, 1, 9, 7].includes(type)) {
      } else if ([0, 1, 7].includes(type)) {
        return 'linear-gradient( 180deg, #FBC88C 0%, #F7F7F7 100%);';
      } else if ([3, 5, 6].includes(type)) {
        return '';
      }
    },
    returnStyle1: function returnStyle1(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';