党员积分

This commit is contained in:
liuye
2022-06-30 19:06:49 +08:00
parent e141634634
commit 76b673a803
4 changed files with 18 additions and 5 deletions

View File

@@ -43,7 +43,8 @@ export default {
integralRuleName: '',
typeList: [],
showTypeSelect: false
showTypeSelect: false,
flag: false
};
},
onLoad(options) {
@@ -66,6 +67,10 @@ export default {
files: this.fileList,
partyId: this.user.partyId
}
if(this.flag) {
return
}
this.flag = true
this.$instance.post(`/app/apppartyintegraldeclare/addOrUpdate`, params).then((res) => {
if(res.code == 0) {
this.$u.toast('申请成功')
@@ -111,6 +116,7 @@ export default {
font-size: 34px;
font-family: PingFangSC-Regular, PingFang SC;
line-height: 48px;
width: 500px;
}
}
.title{
@@ -144,6 +150,7 @@ export default {
left: 0;
width: 100%;
padding: 16px 32px;
background-color: #f3f6f9;
.btn{
width: 686px;
height: 88px;