瀏覽代碼

delete print log

Caijinglong 6 年之前
父節點
當前提交
ad139ae3c6
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1
    2
      lib/src/ui/page/photo_preview_page.dart

+ 1
- 2
lib/src/ui/page/photo_preview_page.dart 查看文件

134
           itemCount: list.length,
134
           itemCount: list.length,
135
           onPageChanged: _onPageChanged,
135
           onPageChanged: _onPageChanged,
136
         ),
136
         ),
137
-        bottomNavigationBar: _buildBottom(),
138
         bottomSheet: _buildThumb(),
137
         bottomSheet: _buildThumb(),
138
+        bottomNavigationBar: _buildBottom(),
139
       ),
139
       ),
140
     );
140
     );
141
   }
141
   }
205
   }
205
   }
206
 
206
 
207
   void _changeSelected(bool isChecked, int index) {
207
   void _changeSelected(bool isChecked, int index) {
208
-    print("onTap out to change checkbox value = $isChecked, index = $index");
209
     if (changeProviderOnCheckChange) {
208
     if (changeProviderOnCheckChange) {
210
       _onChangeProvider(isChecked, index);
209
       _onChangeProvider(isChecked, index);
211
     } else {
210
     } else {