Commit ad515ff4 by 莫晓莉

mxl

parent 49feed1a
......@@ -103,6 +103,7 @@
this.getApplyProject();
},
methods: {
ontabtap(e) {
let index = e.target.dataset.current || e.currentTarget.dataset.current;
var noneArray = [];
......@@ -120,11 +121,13 @@
// uni.showLoading({
// title:"加载中..."
// })
getApplyProject({
status: this.statusIndex,
page: this.page,
size: this.size
}).then(res => {
var hisObj={};
hisObj.page=this.page;
hisObj.size=this.size;
if(this.statusIndex!=0){
hisObj.status=statusIndex;
}
getApplyProject(hisObj).then(res => {
// uni.hideLoading();
if (res.code != 200) {
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