|
|
@ -144,7 +144,7 @@ class SpreadController extends GetxController with WidgetsBindingObserver { |
|
|
SmartDialog.showToast('开始支付'); |
|
|
SmartDialog.showToast('开始支付'); |
|
|
} else { |
|
|
} else { |
|
|
// 响应失败,抛出异常 |
|
|
// 响应失败,抛出异常 |
|
|
throw Exception(response.data.message ?? '获取数据失败'); |
|
|
|
|
|
|
|
|
SmartDialog.showToast(response.data.message ?? '网络异常'); |
|
|
} |
|
|
} |
|
|
} catch (e) { |
|
|
} catch (e) { |
|
|
print('玫瑰列表获取失败: $e'); |
|
|
print('玫瑰列表获取失败: $e'); |
|
|
|