guhongwei 2 years ago
parent
commit
1926fd78c2

+ 1 - 1
pagesSchool/schAdmin/coach/list.js

@@ -102,7 +102,7 @@ Page({
         that.clearPage();
         that.clearPage();
         that.setData({ form: {} })
         that.setData({ form: {} })
         that.setData({ dialog: { title: '账号绑定', show: false, type: '1' } })
         that.setData({ dialog: { title: '账号绑定', show: false, type: '1' } })
-        that.search()
+        that.watchLogin()
     },
     },
     /**
     /**
      * 生命周期函数--监听页面加载
      * 生命周期函数--监听页面加载

+ 1 - 1
pagesSchool/schAdmin/course/add.wxml

@@ -23,7 +23,7 @@
                 <view class="content">
                 <view class="content">
                     <view class="label">课程费:</view>
                     <view class="label">课程费:</view>
                     <view class="value">
                     <view class="value">
-                        <input name="money" type="number" value="{{form.money}}" placeholder="请输入课程费" />
+                        <input name="money" type="digit" value="{{form.money}}" placeholder="请输入课程费" />
                     </view>
                     </view>
                 </view>
                 </view>
                 <view class="content">
                 <view class="content">

+ 1 - 1
pagesSchool/schAdmin/student/list.js

@@ -103,7 +103,7 @@ Page({
         that.clearPage();
         that.clearPage();
         that.setData({ form: {} })
         that.setData({ form: {} })
         that.setData({ dialog: { title: '账号绑定', show: false, type: '1' } })
         that.setData({ dialog: { title: '账号绑定', show: false, type: '1' } })
-        that.search()
+        that.watchLogin()
     },
     },
     /**
     /**
      * 生命周期函数--监听页面加载
      * 生命周期函数--监听页面加载