BUG修改
This commit is contained in:
parent
a4c46b8edf
commit
bf0b25eace
|
@ -167,7 +167,13 @@
|
||||||
免费试用
|
免费试用
|
||||||
</a-button>
|
</a-button>
|
||||||
</div>
|
</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>
|
<span class="pk-on" @click="goComparePk(item, index)"></span>
|
||||||
</div>
|
</div>
|
||||||
<a-button
|
<a-button
|
||||||
|
|
Loading…
Reference in New Issue