Lou
2024-01-17 ef51ae09decb4e016a849d8a5d96be7f44dafc4f
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: "操作成功"