You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
886 B
52 lines
886 B
2 years ago
|
# weapp-wechat-zhihu
|
||
|
|
||
|
微信中的知乎--微信小程序 demo // Zhihu in Wechat
|
||
|
|
||
|
![](images/v_index.png)
|
||
|
|
||
|
### description
|
||
|
- 界面及交互设计来自知乎 Android 版本
|
||
|
- _工具_: [微信 web 开发者工具](https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/download.html?t=1477579747265)
|
||
|
- _数据_: 没有开放 API, 所以使用伪造本地数据
|
||
|
|
||
|
#### 功能及使用的组件等
|
||
|
* 列表式渲染数据
|
||
|
* 自定义顶部 tabbar
|
||
|
* 下拉刷新
|
||
|
* 上拉加载更多
|
||
|
* 轮播图
|
||
|
<br/>等...
|
||
|
|
||
|
### Setup
|
||
|
|
||
|
```
|
||
|
git@github.com:RebeccaHanjw/weapp-wechat-zhihu.git
|
||
|
```
|
||
|
下载安装Wechat DEV Tools, 并导入项目
|
||
|
|
||
|
### 演示
|
||
|
|
||
|
首页下拉刷新等
|
||
|
|
||
|
![](images/index_scroll.gif)
|
||
|
|
||
|
底部 tab 切换
|
||
|
|
||
|
![](images/bottom_tab.gif)
|
||
|
|
||
|
顶部自定义 tab 切换
|
||
|
|
||
|
![](images/top_tab.gif)
|
||
|
|
||
|
页面跳转
|
||
|
|
||
|
![](images/navigation.gif)
|
||
|
|
||
|
|
||
|
##### Demo 用于学习交流, 转载请注明出处
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|