Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
7dbbd582ec
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/mall/fragment/index.js

2
pages/mall/fragment/index.js

@ -160,7 +160,7 @@ Component({
},
//*************************************************fetchAgentList************************************************//
fetchAgentList: function () {
if(this.data.requesting || util.isEmpty(form.categoryId)){
if(util.isEmpty(form.categoryId)){
return
}
this.setData({ requesting: true, orderList: [] })

Loading…
Cancel
Save