Commit cbdaf33a by 姜雷

Merge branch 'develop' into test

parents 1e44d659 59d00b5b
......@@ -26,12 +26,14 @@ Page({
if (!account) {
wx.showToast({
title: '请输入账户',
icon: 'none',
});
return;
}
if (!pwd) {
wx.showToast({
title: '请输入密码',
icon: 'none',
});
return;
}
......
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 to comment