Merge branch 'hi-ucs-dev' of http://124.222.94.39:3001/wuhongjian/hi-ucs into hi-ucs-dev
This commit is contained in:
commit
dd6d8018d8
|
@ -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