|
@@ -455,16 +455,11 @@
|
|
|
</div>
|
|
|
<div class="tabCon">
|
|
|
<div class="item" v-if="tabsIndex == 0">
|
|
|
- <template v-if="GLOBAL_USER_ID>0 && ( GLOBAL_USER_IDENTITY === 2 || GLOBAL_USER_IDENTITY === 3)">
|
|
|
- <template v-if="isNoneDisabled">
|
|
|
- <p>暂无商品信息</p>
|
|
|
- </template>
|
|
|
- <template v-else>
|
|
|
- <div th:utext="${product.detailInfo}"></div>
|
|
|
- </template>
|
|
|
+ <template v-if="isNoneDisabled">
|
|
|
+ <p>暂无商品信息</p>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
- <p style="text-align: left;">若要查看更多产品信息,请注册机构会员,如有疑问请联系客服。</p>
|
|
|
+ <div th:utext="${product.detailInfo}"></div>
|
|
|
</template>
|
|
|
</div>
|
|
|
<div class="item" v-if="tabsIndex == 1">
|