Ver código fonte

云上美博会咨询浮窗默认启用

Aslee 3 anos atrás
pai
commit
f9a27694ff

+ 1 - 1
src/main/webapp/WEB-INF/views/modules/cmpage/cmPageBeautyForm.jsp

@@ -116,8 +116,8 @@
         <label class="control-label">咨询浮窗:</label>
         <div class="controls">
             <form:select path="infoBarStatus" class="input-xlarge ">
-                <form:option value="0" label="停用"/>
                 <form:option value="1" label="启用"/>
+                <form:option value="0" label="停用"/>
             </form:select>
         </div>
     </div>