feat:增加加载中组件
This commit is contained in:
@@ -100,9 +100,7 @@ class MomentCard extends StatelessWidget {
|
||||
|
||||
// 生成图片URL列表(用于预览时切换)
|
||||
final List<String> imageUrls =
|
||||
moment.imageList
|
||||
.map((path) => '${AppConfig.imageBaseUrl}$path')
|
||||
.toList();
|
||||
moment.imageList.map((path) => path).toList();
|
||||
|
||||
void imageTapClick(int index) {
|
||||
Navigator.push(
|
||||
|
||||
Reference in New Issue
Block a user