subPackage/article/detail.vue
@@ -349,7 +349,11 @@ if (signPath) { data.signaturePath = signPath } uni.showLoading({ title: "加载中..." }); communityModel.addApply(data).then(res => { uni.hideLoading() if (res.code == 200) { uni.showToast({ title: "操作成功" @@ -412,7 +416,11 @@ voteRequest(signPath) { let data = this.getParams(signPath) uni.showLoading({ title: "加载中..." }); communityModel.addVoteOperate(data).then(res => { uni.hideLoading() if (res.code == 200) { uni.showToast({ title: "操作成功"