Commit 5aa3a6a355a297d599fe8b76438e25f6e7797731

Authored by 王强
1 parent 2a17d843

取消order和ord参数,后台接口控制排序~

src/pages/optimization/optimization.vue
@@ -378,9 +378,7 @@ @@ -378,9 +378,7 @@
378 // 获取证书请求接口 378 // 获取证书请求接口
379 this.http("/Api/" + this.getApiVersion().index + "/shopGoodsList", { 379 this.http("/Api/" + this.getApiVersion().index + "/shopGoodsList", {
380 groupid: groupId, 380 groupid: groupId,
381 - page: page,  
382 - order: 5,  
383 - ord: "desc" 381 + page: page
384 }, this.shopGoodsListCallback, { 382 }, this.shopGoodsListCallback, {
385 method: "POST", 383 method: "POST",
386 CALL_STATUS 384 CALL_STATUS