Skip to content

Commit

Permalink
fix: invalid selector
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Oct 31, 2017
1 parent 20b7182 commit fb3266d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/providers/网利宝.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = class extends Provider {

await utils.sleep(500);

await page.click('.inp_but register-code');
await page.click('.inp_but.register-code');

// 检验是否发送成功
}
Expand Down

0 comments on commit fb3266d

Please sign in to comment.