Commit 52372f25e25e32f464dd448b72f8d6abe2974748

Authored by 王强
1 parent b638805e

代码优化~

src/pages/optimization/optimization.less
@@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
11 } 11 }
12 .goods-list-box { 12 .goods-list-box {
13 background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 10%, rgba(249, 249, 249, 1) 100%); 13 background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 10%, rgba(249, 249, 249, 1) 100%);
14 - padding: 30px 0 50px 0; 14 + padding: 30px 0 0 0;
15 .components-box { 15 .components-box {
16 margin-bottom: 50px; 16 margin-bottom: 50px;
17 &:last-child { 17 &:last-child {
src/pages/optimization/optimization.vue
@@ -375,9 +375,6 @@ @@ -375,9 +375,6 @@
375 // 加载中 375 // 加载中
376 this.$set(this.paging, "loading", true); 376 this.$set(this.paging, "loading", true);
377 377
378 - // 加载中提示  
379 - Indicator.open("加载中...");  
380 -  
381 // 获取证书请求接口 378 // 获取证书请求接口
382 this.http("/Api/" + this.getApiVersion().index + "/shopGoodsList", { 379 this.http("/Api/" + this.getApiVersion().index + "/shopGoodsList", {
383 groupid: groupId, 380 groupid: groupId,
@@ -399,9 +396,6 @@ @@ -399,9 +396,6 @@
399 */ 396 */
400 shopGoodsListCallback(res, ext) { 397 shopGoodsListCallback(res, ext) {
401 398
402 - // 加载完成  
403 - Indicator.close();  
404 -  
405 // 下拉刷新结束 399 // 下拉刷新结束
406 this.$set(this, "isLoading", false); 400 this.$set(this, "isLoading", false);
407 401