BUG修改
This commit is contained in:
parent
a4c46b8edf
commit
bf0b25eace
|
@ -167,7 +167,13 @@
|
|||
免费试用
|
||||
</a-button>
|
||||
</div>
|
||||
<div class="shopping pk" :key="pk">
|
||||
<div
|
||||
class="shopping pk"
|
||||
:key="pk"
|
||||
v-show="
|
||||
cardType == '组件服务' && findComponentName(item, '智能算法')
|
||||
"
|
||||
>
|
||||
<span class="pk-on" @click="goComparePk(item, index)"></span>
|
||||
</div>
|
||||
<a-button
|
||||
|
|
Loading…
Reference in New Issue