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