Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
a1ea887720
1 changed files with 3 additions and 0 deletions
  1. 3
      pages/mall/fragment/index.js

3
pages/mall/fragment/index.js

@ -160,6 +160,9 @@ Component({
},
//*************************************************fetchAgentList************************************************//
fetchAgentList: function () {
if(this.data.requesting || util.isEmpty(form.categoryId)){
return
}
this.setData({ requesting: true, orderList: [] })
getMomentList(form).then(result => {
if (result.data.records.length) {

Loading…
Cancel
Save