Browse Source

修改BUG

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

2
src/pages/votingElection/index.vue

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

Loading…
Cancel
Save