diff --git a/scr/food/README.md b/scr/food/README.md index 475e8c0..e87eafb 100644 --- a/scr/food/README.md +++ b/scr/food/README.md @@ -70,6 +70,7 @@ } ``` ##### 2.quickstartFunctions + ```JavaScript const cloud = require('wx-server-sdk'); @@ -273,4 +274,6 @@ exports.main = async (event, context) => { ``` ## 参考文档 -- [云开发文档](https://developers.weixin.qq.com/miniprogram/dev/wxcloud/basis/getting-started.html) \ No newline at end of file +- [云开发文档](https://developers.weixin.qq.com/miniprogram/dev/wxcloud/basis/getting-started.html) +##结论 +本系统能够基本实现一个外卖点餐系统的全部功能,同时能为用户提供两种高效的选择方式,希望能真正帮助大家解决选择困扰,实现节约时间的目的。 \ No newline at end of file