Skip to content

Commit

Permalink
-1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
QlQlqiqi committed Sep 11, 2021
1 parent 2cefa0e commit 7433eb6
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### 微信小程序——自律树洞

### version 1.0.0
#### 1.0.0

### 第一个 0 - 1 的项目
##### 第一个 0 - 1 的项目

- **起初和后端尽量把字段确认好,并尽量给未来需要的字段留出空间。**

Expand Down Expand Up @@ -36,28 +36,27 @@
然后在 <menu> 内部增加 <view-scroll> ,设置高度 height 的原则是不会引起页面上下滑动,保证 <menu>
可以上下滑动的同时位置又相对屏幕固定。

#### 设计前想好页面架构、页面间数据通信方式、前后端交互方式和时机,页面设计不能只依靠 absolute。
##### 设计前想好页面架构、页面间数据通信方式、前后端交互方式和时机,页面设计不能只依靠 absolute。

### 1.3.0:
#### -1.3.0:

##### -完全重构数据交互和存储方式

- 以前:
- 数据以本地为主,每一定时间(30s)同步到服务器一次。
- 数据通信时采用最笨拙的方式,即,先删除服务器的全部数据,然后再将新的数据全部加上去。
- 现在:
- 数据以服务器为主,每次数据的更改都会及时同步到服务器。
- 需要 put / delete / post 的数据分别采用不同的方式,只针对该数据进行更改。
- -完全重构数据交互和存储方式
- 以前:
- 数据以本地为主,每一定时间(30s)同步到服务器一次。
- 数据通信时采用最笨拙的方式,即,先删除服务器的全部数据,然后再将新的数据全部加上去。
- 现在:
- 数据以服务器为主,每次数据的更改都会及时同步到服务器。
- 需要 put / delete / post 的数据分别采用不同的方式,只针对该数据进行更改。

### 1.3.1

##### -修复部分机型标题栏高度过低的问题
- -修复部分机型标题栏高度过低的问题

#### 1.3.2

##### -优化 tab-bar 标签栏 UI
- -优化 tab-bar 标签栏 UI

##### -修复部分机型页面显示不同 bug
- -修复部分机型页面显示不同 bug

### 小结

Expand Down

0 comments on commit 7433eb6

Please sign in to comment.