wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
17d30b8aa3812622e59d25844c0c01371034ce44
Authored by
泉州测试
2022-03-11 18:07:36 +0800
1 parent
ca4defb7
fix:删除多余字符
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/index/index/index.js
pages/index/index/index.js
View file @
17d30b8
...
...
@@ -408,7 +408,7 @@ Page({
408
408
}
409
409
}
410
410
411
- Promise.all(promisies).then((
values
) => {
411
+ Promise.all(promisies).then((
) => {
412
412
var arr = new Array();
413
413
//--三个三个一组---
414
414
for (var i = 0; i < flash_data.length; i += 3) {
...
...