Browse Source

修改备案号动态设置

suntg 7 years ago
parent
commit
a3bddd0bf7

+ 1 - 1
jpress-web-template-mallcms/src/main/webapp/templates/mallcms/_layout.html

@@ -116,7 +116,7 @@
                         </div>
                     </div>
                     <div class="qr-bottom">
-                        粤ICP备15112126号
+                        ${OPTION('web_icp_number')!'粤ICP备15112126号'}
                         <br/>${OPTION('web_copyright')!'2018 &copy; 深圳市优软科技有限公司'}
                     </div>
                 </div>

+ 1 - 1
jpress-web-template-mallcms/src/main/webapp/templates/mallcms/index.html

@@ -102,7 +102,7 @@
 												<#setting datetime_format="MM-dd"/>
 												${item.date?number_to_datetime!}
 											</td>
-											<td>${item.inquiry.enName!}</td>
+											<td>${item.inquiry.enName!'个人用户'}</td>
 											<td>${item.product.brand!'-'}</td>
 											<td>${item.product.title!'-'}</td>
 											<td>${item.product.pCmpCode!'-'}</td>