Browse Source

修改BUG

dev
沈明 1 year ago
parent
commit
f315dd12d3
  1. 6
      src/pages/votingElection/index.vue

6
src/pages/votingElection/index.vue

@ -100,9 +100,9 @@ const submit = () => {
duration: 1500 // ms
})
} else {
voteMember(param).then(res=> {
uni.showToast({ title: res.msg, icon: 'success', duration: 1000 })
})
voteMember(param).then((res) => {
uni.showToast({ title: res.msg, icon: 'success', duration: 1000 })
})
}
}

Loading…
Cancel
Save