|
@@ -70,7 +70,7 @@ const onClear = () => {
|
|
|
|
|
|
/** 开始跟练 */
|
|
/** 开始跟练 */
|
|
export const handleFollowStart = async () => {
|
|
export const handleFollowStart = async () => {
|
|
- const res = api_cloudToggleFollow("start");
|
|
|
|
|
|
+ const res = await api_cloudToggleFollow("start");
|
|
// 用户没有授权,需要重置状态
|
|
// 用户没有授权,需要重置状态
|
|
if (res?.content?.reson) {
|
|
if (res?.content?.reson) {
|
|
//
|
|
//
|