Browse Source

订单详情回订单清空之前的数据

master
chenxuhui 7 years ago
parent
commit
6320e78b95
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      pages/orderList/orderList.js

+ 3
- 0
pages/orderList/orderList.js View File

@ -14,6 +14,9 @@ Page({
onShow: function(options) {
PageIndex = 0;
this.setData({
orderList: [],
})
this.getOrderList();
},


Loading…
Cancel
Save