Commit ec45a1e4a8967e93230eeda0857a4b8eb8d6b663

Authored by WXD-SEASON\season
1 parent 9a623673

冲突1

packageB/pages/zuhegou/index/index.js
... ... @@ -2078,19 +2078,6 @@ Page({
2078 2078 var value2 = b[property];
2079 2079 return value1 - value2;
2080 2080 }
2081   -
2082   - th.setData({
2083   - def_pickpu_list: def_arr,
2084   - pickpu_list: ee.data.data.pageData
2085   - });
2086   -
2087   - //门店分类要排序下
2088   - function compare(property) {
2089   - return function (a, b) {
2090   - var value1 = a[property];
2091   - var value2 = b[property];
2092   - return value1 - value2;
2093   - }
2094 2081 }
2095 2082  
2096 2083 if (newarr.length > 0)
... ...