|
|
|
@ -35,7 +35,7 @@ class _ChargeSettingState extends State<ChargeSetting> { |
|
|
|
), |
|
|
|
child: Column( |
|
|
|
children: [ |
|
|
|
ChargeItem(title: "消息价格设置", subTitle: "35玫瑰/分钟",), |
|
|
|
ChargeItem(title: "消息价格设置", subTitle: "3玫瑰/条",), |
|
|
|
Container( |
|
|
|
height: 1.w, |
|
|
|
color: const Color.fromRGBO(245, 245, 245, 1), |
|
|
|
@ -124,7 +124,7 @@ class _ChargeItemState extends State<ChargeItem> { |
|
|
|
}); |
|
|
|
Navigator.of(context).pop(); |
|
|
|
}, |
|
|
|
data: [["35玫瑰/分钟"]], |
|
|
|
data: [[widget.title == "消息价格设置" ? "3玫瑰/条" : "35玫瑰/分钟"]], |
|
|
|
); |
|
|
|
}); |
|
|
|
} |
|
|
|
|