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