This commit is contained in:
2020-07-21 22:50:03 +08:00
parent 4730b841ae
commit 3f114a6fca
69 changed files with 4668 additions and 1192 deletions

View File

@@ -76,7 +76,9 @@ end
--==============================================================================
DBOrder.onGetProducts = function(content)
db.products = content.productList
if content then
db.products = content.productList
end
end
DBOrder.getProducts = function()