@@ -226,6 +226,15 @@ userstoreListView: function(data) {
},
//选择日期止期
bindEndDateChange: function (e) {
+ let that = this;
+ if(that.data.startDate == null || that.data.startDate == ''){
+ wx.showToast({
+ title: '请选择分账时间起期',
+ icon: 'none',
+ duration: 1500
+ })
+ return;
+ }
this.setData({
endDate: e.detail.value,
hexiaoList: [],