- 2018/07/12 10:17
- Rattenking
- 1148063373@qq.com
"pages/index/index",//首页
"pages/mine/mine",//个人中心
"pages/assortment/assortment",//选择病种
"pages/register/register",//预约挂号
"pages/form/form",//问诊表单
"pages/formtwo/formtwo",//初级问诊表
"pages/formthree/formthree",//精确问诊表
"pages/success/success",//提交问诊表成功页面
"pages/contact/contact",//联系观合
"pages/edit/edit",//修改个人资料
"pages/wallet/wallet",//我的钱包
"pages/recharge/recharge",//充值页面
"pages/consumption/consumption",//消费明细
"pages/transaction/transaction",//确认交易
"pages/paySuccess/paySuccess",//支付成功
"pages/bespoke/bespoke",//预约记录
"pages/visit/visit",//就诊记录
"pages/evaluate/evaluate",//待评价
"pages/append/append",//追加评价
"pages/history/history",//查看病历
"pages/base/base",//微信一键登录
"pages/login/login",//手机验证码登录
"pages/addUserInfo/addUserInfo",//添加个人信息
"pages/index1/index1",//初诊问诊表
"pages/index2/index2",//精诊问诊表
"pages/historyInquisition/historyInquisition",//历史记录
git init
git add README.md
git commit -m "提交说明"
git remote add origin https://github.com/Rattenking/WX-GHZY.git
git push -u origin master