diff --git a/src/pages/votingElection/index.vue b/src/pages/votingElection/index.vue index 2be34f4..d8e3c06 100644 --- a/src/pages/votingElection/index.vue +++ b/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 }) + }) } }