guhongwei 2 年之前
父節點
當前提交
1926fd78c2
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      pagesSchool/schAdmin/coach/list.js
  2. 1 1
      pagesSchool/schAdmin/course/add.wxml
  3. 1 1
      pagesSchool/schAdmin/student/list.js

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

@@ -102,7 +102,7 @@ Page({
         that.clearPage();
         that.setData({ form: {} })
         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="label">课程费:</view>
                     <view class="value">
-                        <input name="money" type="number" value="{{form.money}}" placeholder="请输入课程费" />
+                        <input name="money" type="digit" value="{{form.money}}" placeholder="请输入课程费" />
                     </view>
                 </view>
                 <view class="content">

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

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