党员积分
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user