import 'package:get/get.dart'; class CloudStorageState { // 选中的索引 RxInt selectedIndex = 0.obs; // 选项卡标题 final List tabs = ['7天滚动存储', '30天滚动存储']; final List> tabContent = [ {'title': '连续包月', 'price': '1', 'price2': '188', 'discount': '立省188元'}, {'title': '连续包月', 'price': '1', 'price2': '188', 'discount': '立省188元'} ]; }