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
617cee6f69161697d009904c4a05a091612b1a97
Authored by
WXD-SEASON\season
2021-04-20 11:36:16 +0800
1 parent
d7aba51f
上下架价格排序prom_price
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
packageA/pages/distribution/goods/goods.js
packageA/pages/distribution/goods/goods.js
View file @
617cee6
...
...
@@ -467,7 +467,7 @@ Page({
467
467
};
468
468
case 3: {
469
469
// if(data.orderType) delete data.orderType;
470
- data.orderField = '
shop
_price';
470
+ data.orderField = '
prom
_price';
471
471
data.dis_type = 1;
472
472
break;
473
473
};
...
...