提交 51e12a9d 编写于 作者: guangjun.yang's avatar guangjun.yang

去掉模块的切换限制

上级 42c3eb3b
...@@ -12,9 +12,9 @@ ...@@ -12,9 +12,9 @@
:title="(parseInt(index) + 1) + '.' + portalModule.moduleName | shortName(19)" :title="(parseInt(index) + 1) + '.' + portalModule.moduleName | shortName(19)"
:name="portalModule.expandKey" :name="portalModule.expandKey"
:value="portalModule.value" :value="portalModule.value"
:disabled="portalModule.disabled"
@click.native="chooseItem(portalModule)" @click.native="chooseItem(portalModule)"
> >
<!-- :disabled="portalModule.disabled" -->
<article @click.stop="deleteFlow()" class="cell-container"> <article @click.stop="deleteFlow()" class="cell-container">
<span class="" v-for="(item, index) in portalModule.contentList" :key="index"> <span class="" v-for="(item, index) in portalModule.contentList" :key="index">
<div v-if="index > 0 && portalModule.contentList[index].templetId!= portalModule.contentList[index-1].templetId" class="bottom-line"></div> <div v-if="index > 0 && portalModule.contentList[index].templetId!= portalModule.contentList[index-1].templetId" class="bottom-line"></div>
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
<section class="bind-cart-wrapper"> <section class="bind-cart-wrapper">
<article class="left"> <article class="left">
<div class="top"> <div class="top">
<span class="discount">{{(cardInfo.preferentialPrice || cardInfo.costPrice) | formatMoney}}</span> <span class="discount">{{(cardInfo.couponPrice || cardInfo.preferentialPrice || cardInfo.costPrice) | formatMoney}}</span>
<span v-show="cardInfo.preferentialPrice" class="price"> <span v-show="cardInfo.couponPrice || cardInfo.preferentialPrice" class="price">
<del>原价¥{{cardInfo.costPrice | formatMoney}}</del> <del>原价¥{{cardInfo.costPrice | formatMoney}}</del>
</span> </span>
</div> </div>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册