@@ -434,13 +434,13 @@ export default {
});
return;
}
- if (this.images.length == 0) {
- wx.showToast({
- icon: 'none',
- title: '请添加图片'
- });
- return;
- }
+ // if (this.images.length == 0) {
+ // wx.showToast({
+ // icon: 'none',
+ // title: '请添加图片'
+ // });
+ // return;
+ // }
if (this.form.groupDTOS.length == 0) {
wx.showToast({
icon: 'none',