From f290836461b7bf2a02f4a50bf24cf72be535550a Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期六, 02 四月 2022 13:50:38 +0800 Subject: [PATCH] 放开应用中心 --- src/pages/ai/index/App.vue | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages/ai/index/App.vue b/src/pages/ai/index/App.vue index 36972a1..7308d94 100644 --- a/src/pages/ai/index/App.vue +++ b/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; -- Gitblit v1.8.0