Commit b55a7f89 authored by June_Q's avatar June_Q

docs:添加注释

parent 776e80a9
......@@ -25,6 +25,10 @@
- 当前页面最高层级,如遮罩 zIndex 99
- 仅次于小程序原生弹窗 zIndex 100
+ 小程序线上版本库2.16.0 (后端在授权开通服务的时候会设置)
+ APPID
- wx537e892e36fbf79d // 这个线上的 貌似是省冷的
- wxd170058f4ad8fecd // 开发用的
+ 接口的返回,所有的数据必须在data里面(pc端是随意的)
#### warning
+ 2021/6/29,本日起的代码可能会引起不适,but all can run(效率和质量不会成正比关系)
......@@ -32,5 +36,4 @@
#### unFinish, but not important)
+ 详情有个深拷贝的问题。暂时通过JSON.stringify()处理
+ 所有的价格都是通过toFixed会可能出现精度问题。一般发现不了
+ 确认订单页面要跳到地址列表页面选择
// wx537e892e36fbf79d // 测试 wxd170058f4ad8fecd
\ No newline at end of file
+ 确认订单页面要跳到地址列表页面选择
\ No newline at end of file
import { isFunction } from '@/utils/types.js'
import Toast from '@/lib/toast/index.js'
/**
* 多页加载
* 分页加载
* 这个封装不灵活的,当时没有时间处理,仅仅为了抽离
*/
class LoadMore {
constructor() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment