|
|
@@ -40,12 +40,12 @@ function actionSubcribe() {
|
|
|
}
|
|
|
})
|
|
|
.catch((err) => {
|
|
|
- console.log('订阅失败:', err);
|
|
|
+ console.log('解析失败:', err);
|
|
|
});
|
|
|
},
|
|
|
onFail: (err) => {
|
|
|
if (isLogin()) {
|
|
|
- console.log('订阅失败:', err)
|
|
|
+ console.log('订阅失败:', err.message)
|
|
|
}
|
|
|
},
|
|
|
} as Callback);
|