|
@@ -333,10 +333,9 @@ public class MineFragment extends BaseFragment {
|
|
|
uploadDialog.pictureStartUpload();
|
|
|
}else{
|
|
|
|
|
|
- uploadDialog.setDebug(true);
|
|
|
- uploadDialog.pictureStartUpload();
|
|
|
-
|
|
|
- //showToast("已全部上传");
|
|
|
+// uploadDialog.setDebug(true);
|
|
|
+// uploadDialog.pictureStartUpload();
|
|
|
+ showToast("已全部上传");
|
|
|
}
|
|
|
|
|
|
|