ZZJ
2022-04-02 f290836461b7bf2a02f4a50bf24cf72be535550a
src/pages/ai/index/App.vue
@@ -143,7 +143,7 @@
                  class="front-page-item"
                  v-for="(item, index) in tempList"
                  :key="index"
                  @click="checkDetail(item, 'Appcenter')"
                  @click="checkDetail(item)"
                  :class="{
                    disabled: activeName == '应用中心' && !item.canUpOrIns,
                  }"
@@ -173,7 +173,7 @@
                      type="primary"
                      class="other-btn"
                      round
                      @click="checkDetail(item, 'Appcenter')"
                      @click="checkDetail(item)"
                      v-if="activeName == '应用中心' && item.price > 0"
                      >激活</el-button
                    >
@@ -621,10 +621,10 @@
        this.tempDarkList = [];
      }
    },
    checkDetail(item, typ) {
      if (!item.canUpOrIns && typ == "Appcenter") {
    checkDetail(item) {
      /* if (!item.canUpOrIns && typ == "Appcenter") {
        return false;
      }
      } */
      this.inDetail = true;
      this.detailProductID = item.id;
@@ -1335,9 +1335,9 @@
            height: 76px;
            border-radius: 4px;
            &.disabled {
            /*  &.disabled {
              cursor: default;
            }
            } */
            .icon-img {
              width: 58px;