|
|
|
@ -169,7 +169,6 @@ Page({ |
|
|
|
if (this.data.tabIndex2 == detail.index) { |
|
|
|
return |
|
|
|
} |
|
|
|
debugger |
|
|
|
this.data.tabIndex2 = detail.index |
|
|
|
this.data.form2.status = status2[this.data.tabIndex2] |
|
|
|
this.onRefreshList2() |
|
|
|
@ -185,7 +184,6 @@ Page({ |
|
|
|
this.fetchOrderList2() |
|
|
|
}, |
|
|
|
fetchOrderList2: function () { |
|
|
|
debugger |
|
|
|
if (this.data.requesting2 || this.data.finished2) { |
|
|
|
return |
|
|
|
} |
|
|
|
|