Skip to content

Commit

Permalink
Merge branch 'hot-fix-2'
Browse files Browse the repository at this point in the history
  • Loading branch information
CS-Tao committed Aug 1, 2018
2 parents 35243f6 + 2b26e2e commit 9416d44
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
## 下载和安装

### 最新版本
### 最新版本下载

最新版本(包括预览版): [https://github.com/CS-Tao/whu-library-seat/releases/latest](https://github.com/CS-Tao/whu-library-seat/releases/latest)

### 稳定版本
### 稳定版本下载

- Windows
- 安装包: `whu-library-seat-setup-<version>.exe`
- 稳定版本: [v1.0.2](https://github.com/CS-Tao/whu-library-seat/releases/download/v1.0.2/whu-library-seat-setup-1.0.2.exe)
- 链接: [v1.0.3](https://github.com/CS-Tao/whu-library-seat/releases/download/v1.0.3/whu-library-seat-setup-1.0.3.exe)

- Mac OS
- 安装包: `whu-library-seat-<version>.dmg`
- 稳定版本:[v1.0.2](https://github.com/CS-Tao/whu-library-seat/releases/download/v1.0.2/whu-library-seat-1.0.2.dmg)
- 链接[v1.0.3](https://github.com/CS-Tao/whu-library-seat/releases/download/v1.0.3/whu-library-seat-1.0.3.dmg)

- Linux
- 安装包: `whu-library-seat-<version>-x86_64.AppImage`
- 稳定版本:[v1.0.2](https://github.com/CS-Tao/whu-library-seat/releases/download/v1.0.2/whu-library-seat-1.0.2-x86_64.AppImage)
- 链接[v1.0.3](https://github.com/CS-Tao/whu-library-seat/releases/download/v1.0.3/whu-library-seat-1.0.3-x86_64.AppImage)

### 安装软件

Expand Down
10 changes: 5 additions & 5 deletions docs/specification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@

本软件是针对`武汉大学`图书馆预约系统开发的抢座软件,支持 Windows、Mac OS、Linux 等操作系统

#### 最新版本
#### 最新版本下载

最新版本(包括预览版): [https://github.com/CS-Tao/whu-library-seat/releases/latest](https://github.com/CS-Tao/whu-library-seat/releases/latest)

#### 稳定版本
#### 稳定版本下载

- Windows
- 安装包: `whu-library-seat-setup-<version>.exe`
- 稳定版本: [v1.0.2](https://github.com/CS-Tao/whu-library-seat/releases/download/v1.0.2/whu-library-seat-setup-1.0.2.exe)
- 链接: [v1.0.3](https://github.com/CS-Tao/whu-library-seat/releases/download/v1.0.3/whu-library-seat-setup-1.0.3.exe)

- Mac OS
- 安装包: `whu-library-seat-<version>.dmg`
- 稳定版本:[v1.0.2](https://github.com/CS-Tao/whu-library-seat/releases/download/v1.0.2/whu-library-seat-1.0.2.dmg)
- 链接[v1.0.3](https://github.com/CS-Tao/whu-library-seat/releases/download/v1.0.3/whu-library-seat-1.0.3.dmg)

- Linux
- 安装包: `whu-library-seat-<version>-x86_64.AppImage`
- 稳定版本:[v1.0.2](https://github.com/CS-Tao/whu-library-seat/releases/download/v1.0.2/whu-library-seat-1.0.2-x86_64.AppImage)
- 链接[v1.0.3](https://github.com/CS-Tao/whu-library-seat/releases/download/v1.0.3/whu-library-seat-1.0.3-x86_64.AppImage)

### 安装软件

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "whu-library-seat",
"version": "1.0.2",
"version": "1.0.3",
"author": "CS-Tao <[email protected]>",
"description": "武汉大学图书馆抢座软件",
"license": null,
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 @@ -277,7 +277,7 @@ export default {
if (response.data.code === 1 || response.data.code === '1') {
// 预约失败,请尽快选择其他时段或座位
// 系统可预约时间为 22:45 ~ 23:50
if (response.data.message === '预约失败,请尽快选择其他时段或座位') {
if (response.data.message === '预约失败,请尽快选择其他时段或座位' || response.data.message === '参数错误') {
// 位置不可用,如果未达抢座上限则继续抢
this.grabCount += 1
var newSeatId = this.getNewSeatNum()
Expand Down

0 comments on commit 9416d44

Please sign in to comment.