瀏覽代碼

Merge branch 'main' of http://124.222.171.90:10880/Southeast-Asia/API-Tou-Biao

Jason 1 年之前
父節點
當前提交
7296269d3b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/admin/view/user/user/edit.html

+ 1 - 1
application/admin/view/user/user/edit.html

@@ -18,7 +18,7 @@
     <div class="form-group">
         <label for="c-mobile" class="control-label col-xs-12 col-sm-2">{:__('Mobile')}:</label>
         <div class="col-xs-12 col-sm-8">
-            <input id="c-mobile" data-rule="mobile" class="form-control" name="row[mobile]" type="text" value="{$row.mobile|htmlentities}">
+            <input id="c-mobile" data-rule="required" class="form-control" name="row[mobile]" type="text" value="{$row.mobile|htmlentities}">
         </div>
     </div>
     <div class="form-group">