@ -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 })
}