Ver código fonte

商品详情

zhengjinyi 3 anos atrás
pai
commit
ed3d493f1c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/main/resources/templates/product/detail.html

+ 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>