diff --git a/pages/ucenter/ucenter.test.js b/pages/ucenter/ucenter.test.js index 34c3b6ea7478728ca5268b86119e694a63d80c1a..2089a8a0a6a2af12c1eb3eb15c65db880f05e371 100644 --- a/pages/ucenter/ucenter.test.js +++ b/pages/ucenter/ucenter.test.js @@ -58,7 +58,7 @@ describe('pages/ucenter/ucenter.vue', () => { console.log("getScoreRes: ", getScoreRes); if (getScoreRes.score) { console.log("已登录--今日已签到"); - expect.assertions(1); + expect.assertions(2); expect(getScoreRes.score).not.toBeUndefined(); expect(getScoreRes.balance).toBeGreaterThanOrEqual(getScoreRes.score); } else { diff --git a/static/screenshot/about-app.png b/static/screenshot/about-app.png index d85d65e58a0cd4a5955720549de0382395ec836a..7bba58b7eefe717cfd9a6e0ffda7ab7074426c29 100644 Binary files a/static/screenshot/about-app.png and b/static/screenshot/about-app.png differ diff --git a/static/screenshot/login-index.png b/static/screenshot/login-index.png index 41789de454b6aba77276044bba026d1f0e3dbc75..92ae4ac00a53c95593ebb872a017cea87efa4a48 100644 Binary files a/static/screenshot/login-index.png and b/static/screenshot/login-index.png differ diff --git a/static/screenshot/pwdlogin-app.png b/static/screenshot/pwdlogin-app.png index 3c8884a3f260a7d2eabe7379c77240231b414102..11ca8fc14699cf9bc5a1eaf393d4b054ee4b8a33 100644 Binary files a/static/screenshot/pwdlogin-app.png and b/static/screenshot/pwdlogin-app.png differ diff --git a/static/screenshot/sign-app.png b/static/screenshot/sign-app.png index be7bab727082be76d8159adb8fe5ab26539d43af..febd71b5fe3b2b73514c591064285d6a3b752045 100644 Binary files a/static/screenshot/sign-app.png and b/static/screenshot/sign-app.png differ