Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
singleStore
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Max
singleStore
Commits
b55a7f89
Commit
b55a7f89
authored
Feb 09, 2022
by
June_Q
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs:添加注释
parent
776e80a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
readme.md
readme.md
+5
-2
utils/load-more.js
utils/load-more.js
+2
-1
No files found.
readme.md
View file @
b55a7f89
...
...
@@ -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
utils/load-more.js
View file @
b55a7f89
import
{
isFunction
}
from
'
@/utils/types.js
'
import
Toast
from
'
@/lib/toast/index.js
'
/**
* 多页加载
* 分页加载
* 这个封装不灵活的,当时没有时间处理,仅仅为了抽离
*/
class
LoadMore
{
constructor
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment