Selaa lähdekoodia

增加初始化省市区sql文件

peiguo 5 vuotta sitten
vanhempi
commit
20440becce
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      whepi-ui/templates/home/home.ftl
  2. 1 1
      whepi-ui/templates/yeweihui/home.ftl

+ 1 - 1
whepi-ui/templates/home/home.ftl

@@ -2,7 +2,7 @@
 <#include "/home/frag.head.ftl" />
 
 <input class="weui-tab">
-    <input id="userId" type="text" hidden="hidden" value=${user_id}/>
+    <input id="userId" type="text" hidden="hidden" value=${user_id!}/>
     <div class="weui-tab__bd">
         <div id="tab1" class="weui-tab__bd-item weui-tab__bd-item--active">
             <#include "/home/ribao.ftl" /></div>

+ 1 - 1
whepi-ui/templates/yeweihui/home.ftl

@@ -2,7 +2,7 @@
 <#include "/home/frag.head.ftl" />
 
 <div class="weui-tab">
-    <input id="userId" type="text" hidden="hidden" value=${user_id}/>
+    <input id="userId" type="text" hidden="hidden" value=${user_id!}/>
     <div class="weui-tab__bd">
         <div id="tab1" class="weui-tab__bd-item weui-tab__bd-item--active">
             <#include "/yeweihui/ribaoDy.ftl" /></div>