zhengjinyi 3 rokov pred
rodič
commit
ed3d493f1c

+ 1 - 1
src/main/resources/templates/product/detail.html

@@ -467,7 +467,7 @@
                                 <div th:utext="${product.detailInfo}"></div>
                             </template>
                             <template v-else-if="GLOBAL_USER_ID == 0 || GLOBAL_USER_ID>0 && ( GLOBAL_USER_IDENTITY === 4)">
-                                <div th:utext="${product.commonDetailInfo}"></div>
+                                <div th:utext="*{#strings.isEmpty(product.commonDetailInfo)}? '若要查看更多产品信息,请注册机构会员,如有疑问请联系客服。' : *{product.commonDetailInfo}"></div>
                             </template>
                         </template>
                     </template>