This commit is contained in:
2020-07-26 11:12:32 +08:00
parent 67a1f974bf
commit 53e9c8d4ce
69 changed files with 15012 additions and 105 deletions

View File

@@ -636,6 +636,7 @@ function TRPNewOrder:onGetImage(path)
return
end
end
MyUtl.toastW("TODO:上传附件还没有做!!!!")
table.insert(self.images, {path = path, onDelete = self:wrapFunc(self.onDelImage)})
self:showImages()
end