shish 1 год назад
Родитель
Сommit
52d35be602
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      hdApp/src/admin/ll/add.vue
  2. 1 1
      hdApp/src/admin/ll/list.vue

+ 1 - 1
hdApp/src/admin/ll/add.vue

@@ -10,7 +10,7 @@
 
         <tui-list-cell class="line-cell" :hover="false">
           <view class="tui-title">手机号</view>
-          <input v-model="form.mobile" placeholder-class="phcolor" class="tui-input" name="mobile" placeholder="对方手机号" maxlength="50" type="text" />
+          <input v-model="form.mobile" placeholder-class="phcolor" class="tui-input" name="mobile" placeholder="对方手机号" maxlength="50" type="number" />
         </tui-list-cell>
 
         <tui-list-cell class="line-cell" :hover="false">

+ 1 - 1
hdApp/src/admin/ll/list.vue

@@ -88,7 +88,7 @@
     },
     onShareAppMessage(res) {
       return {
-        title: '失信人员查询登记',
+        title: '【花卉行业】失信人员查询登记',
         desc: '',
         imageUrl:this.constant.imgUrl + "/logo4.png",
         path: 'admin/ll/list'