Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

409915016/jiushouguoji-Mobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

简介

基于 ThinkPHP3.2.3 模板渲染的微信端购物商城:

  • 支持微信支付
  • 基于 Gulp 构建
  • 使用 Less 管理多页面样式
  • 使用淘宝多终端适配方案 flexible.js
  • 多处使用 CSS3 Flexible Box 布局方式

开始

yarn install 

then

gulp 

代理

该项目作为转发服务器,与业务服务器之间使用 API 来代理用户的操作。

在手机微信中才能成功调起微信支付功能,PC 端仅能浏览页面。

web 项目根目录,使用 ThinkPHP 框架,页面由框架的模板引擎渲染。请开发环境中配置虚拟主机来防止页面路由冲突。