Commit fd0a61ad by 姜雷

Merge branch 'develop' into test

parents 1e20be2d 77b0a743
......@@ -45,7 +45,7 @@ const createFetch = (basePath: string) => {
throw data;
}
Taro.showToast({
title: data.msg,
title: data.msg || '网络错误',
icon: 'none',
});
throw data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment