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