Commit 17d30b8aa3812622e59d25844c0c01371034ce44

Authored by 泉州测试
1 parent ca4defb7

fix:删除多余字符

Showing 1 changed file with 1 additions and 1 deletions
pages/index/index/index.js
... ... @@ -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) {
... ...