Fetch the repository succeeded.
This action will force synchronization from xzncit/A3Mall, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
如果本系统对您有所帮助,您可以点右上角 "Star" 支持一下 谢谢!
A3Mall商城系统是基于ThinkPhp6.0+Vue开发的一套移动电商系统, 支持微信公众号商城、H5商城、小程序商城,支持多种营销活动,优惠劵、订单活动、团购、秒杀、会员特价、积分商品等功能。前后端全部开源。
PHP >= 7.2.0
MySQL >= 5.6
PDO PHP Extension
MBstring PHP Extension
下载好程序文件,解压上传到web根目录
需要绑定域名访问到public目录,确保其它目录不在WEB目录下面
访问:http://域名.com/install
按照提示安装
前端页面
cd H5 进入前端目录
修改.env.production配置文件
npm run serve 调试前端页面
npm run build 打包前端页面,复制dist目录内容到public目录替换 index.html static/wap
定时取消未支付订单
php think task cancle
定时签收已发货订单
php think task sign
定时处理完成订单
php think task complete
定时清理购物车
php think task cart
默认从后台获取订单配置时间
如果需要手动指定时间,可以使用:
php think task cancle|sign|complete|cart --time 30 (单位:天)
bug反馈
如果您使用过程中发现BUG或者其他问题都欢迎大家提交Issue,或者发送邮件给我 158373108@qq.com,我们将及时修复并更新。
Sign in for post a comment
Comments ( 0 )