Browse Source

商品详情修改

zhengjinyi 3 years ago
parent
commit
8954ae32d9
1 changed files with 3 additions and 8 deletions
  1. 3 8
      src/main/resources/templates/product/detail.html

+ 3 - 8
src/main/resources/templates/product/detail.html

@@ -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">