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