Skip to content

Commit

Permalink
Merge branch 'hotfix-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
CS-Tao committed Jul 31, 2018
2 parents 3b67135 + 42de5a9 commit 9a0e599
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
### 下载说明

- Windows
- 安装包: `whu-library-seat Setup <version>.exe`
- 安装包: `whu-library-seat.Setup.<version>.exe`
- 免安装: `win-unpacked.zip`

- Mac OS
Expand Down
2 changes: 1 addition & 1 deletion docs/specification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#### 下载说明

- Windows
- 安装包: `whu-library-seat Setup <version>.exe`
- 安装包: `whu-library-seat.Setup.<version>.exe`
- 免安装: `win-unpacked.zip`

- Mac OS
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "whu-library-seat",
"version": "1.0.0",
"version": "1.0.1",
"author": "CS-Tao <[email protected]>",
"description": "武汉大学图书馆抢座软件",
"license": "null",
"license": null,
"main": "./dist/electron/main.js",
"scripts": {
"build": "node .electron-vue/build.js && electron-builder",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/components/Body/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default {
},
mounted () {
this.form = {...this.seatInfo}
this.form.date = null
this.form.date = this.freeDates.length > 0 ? this.freeDates[0] : null
if (this.seatInfo.library !== null) {
this.form.library = this.seatInfo.library
this.libraryChanged()
Expand Down

0 comments on commit 9a0e599

Please sign in to comment.