Commit ad515ff4 by 莫晓莉

mxl

parent 49feed1a
...@@ -103,6 +103,7 @@ ...@@ -103,6 +103,7 @@
this.getApplyProject(); this.getApplyProject();
}, },
methods: { methods: {
ontabtap(e) { ontabtap(e) {
let index = e.target.dataset.current || e.currentTarget.dataset.current; let index = e.target.dataset.current || e.currentTarget.dataset.current;
var noneArray = []; var noneArray = [];
...@@ -120,11 +121,13 @@ ...@@ -120,11 +121,13 @@
// uni.showLoading({ // uni.showLoading({
// title:"加载中..." // title:"加载中..."
// }) // })
getApplyProject({ var hisObj={};
status: this.statusIndex, hisObj.page=this.page;
page: this.page, hisObj.size=this.size;
size: this.size if(this.statusIndex!=0){
}).then(res => { hisObj.status=statusIndex;
}
getApplyProject(hisObj).then(res => {
// uni.hideLoading(); // uni.hideLoading();
if (res.code != 200) { if (res.code != 200) {
uni.showToast({ uni.showToast({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment