Commit ce979932 by 梁建民

去除debugger

parent 8c285293
Showing with 1 additions and 1 deletions
...@@ -356,7 +356,7 @@ Page({ ...@@ -356,7 +356,7 @@ Page({
} }
http.getData(apis.resetPassword, 'POST', params, (res) => { http.getData(apis.resetPassword, 'POST', params, (res) => {
if (res.errcode === 0) { if (res.errcode === 0) {
debugger
this.setData({ this.setData({
type: 3 type: 3
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment