Commit eec58c77 by 莫晓莉

mxl

parent a08f6bdc
......@@ -263,6 +263,21 @@
getApplyProject({status:1,size:20,page:1}).then(res => {
if (res.code == 200) {
var list=res.data.data.rows;
if(list.length==0){
uni.showModal({
content:'只能对您已经享受的服务进行评价,您暂未申请任何服务,请先去申请服务',
showCancel: false,
success: (res) => {
if (res.confirm) {
uni.switchTab({
url: '../user/user',
})
}
}
})
}
this.applyProjectList=list;
}
})
......
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