Skip to content

A miniprogram that help each other to get express delivery with secure process and beautiful interface.

Notifications You must be signed in to change notification settings

xSandie/cattleXpress

Repository files navigation

Cattle's Suggestions

便于理解

  1. 尽量采用语义化变量名、函数名。
  2. 后端返回前端的数据,使用后端变量名规范,赋值给符合前端变量名规范的变量。

减少冗余

  1. wx.hideLoading尽量在complete回调中完成。
  2. 尽量复用本模块中的函数。

便于修改

  1. wx.showLoading 与 wx.hideLoading成对且尽量靠近出现。
  2. view层尽量多使用变量绑定。
  3. 发送给后端的数据,提前存入send_data变量中。

提升性能

  1. 尽量减少setData次数。

友好提示

  1. 减少弹窗,非重要事项改为顶部通知栏提示。
  2. 及时调用wx.stopPullDownRefresh(),关闭加载动画。
  3. 没有网络 或 出错时的空白、错误状态,须有操作提示,不允许未经设计的空白状态。

状态明确

  1. 只有返回的状态码为200时,请求才算成功。
  2. 后端明确返回各种状态码,如403 404 200 500。
  3. 前端要取的数据,后端至少要有None值。

About

A miniprogram that help each other to get express delivery with secure process and beautiful interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published