浏览代码

fix

master
王露 2 年前
父节点
当前提交
91567fe13b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      digital-park-web/digital-park/src/views/index/Service.vue

+ 1
- 1
digital-park-web/digital-park/src/views/index/Service.vue 查看文件

@@ -58,7 +58,7 @@
{{ activeTab === 0 ? item.productName : item.name }}
</span>
<span class="product_content">
{{ activeTab === 0 ? item.productDetail : item.introduce }}
{{ activeTab === 0 ? item.productDescription : item.introduce }}
</span>

<span class="product_price">

正在加载...
取消
保存