Explorar el Código

fix:时间提示修改

duxin hace 2 años
padre
commit
03ab8bac0d

+ 2 - 1
core/src/web/templates/manage/addExhibition.html

@@ -234,7 +234,7 @@
                 <label id="col-sm-1" class="col-sm-1 control-label" for="name">结束时间:</label>
                 <div class="col-sm-3">
                   <input style="background:#fff url({{Msg "seo" "cdn"}}/images/datePicker.gif) no-repeat right;"  id="s_end_time"  datatype="*"
-                  onFocus="WdatePicker({lang:'zh-cn',dateFmt:'yyyy-MM-dd HH:mm:ss'})" type="text" name="s_end_time" class="form-control" placeholder="请输入发布时间!" onClick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})" readonly="ture" />
+                  onFocus="WdatePicker({lang:'zh-cn',dateFmt:'yyyy-MM-dd HH:mm:ss'})" type="text" name="s_end_time" class="form-control" placeholder="请输入结束时间!" onClick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})" readonly="ture" />
                 </div>
                 <div class="col-sm-4">
                 </div>
@@ -294,6 +294,7 @@
         // 	return;
         // }
         //$("#pic").css("margin-top","10px")
+
         if (!data.flag){
           alert(data.msg);
           return;

+ 1 - 1
core/src/web/templates/manage/newExhibition.html

@@ -228,7 +228,7 @@
                                 <label id="col-sm-1" class="col-sm-1 control-label" for="name">结束时间:</label>
                                 <div class="col-sm-3">
                                     <input style="background:#fff url({{Msg "seo" "cdn"}}/images/datePicker.gif) no-repeat right;"  id="s_end_time"  datatype="*"
-                                    onFocus="WdatePicker({lang:'zh-cn',dateFmt:'yyyy-MM-dd HH:mm:ss'})" type="text" name="s_end_time" class="form-control" placeholder="请输入发布时间!" onClick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})" readonly="ture" value="{{.T.end_time}}"/>
+                                    onFocus="WdatePicker({lang:'zh-cn',dateFmt:'yyyy-MM-dd HH:mm:ss'})" type="text" name="s_end_time" class="form-control" placeholder="请输入结束时间!" onClick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})" readonly="ture" value="{{.T.end_time}}"/>
                                 </div>
                                 <div class="col-sm-4">
                                 </div>