停车用户端公用代码

gcz 996220a09a 自动选择第一张优惠券 il y a 10 mois
common 9ea2c4b2dd bug修复 il y a 10 mois
components b26e3d8462 优化部分代码 il y a 1 an
pages 996220a09a 自动选择第一张优惠券 il y a 10 mois
static b93d05fb33 无车牌入场 il y a 1 an
store 481547434e 初始同步项目代码 il y a 2 ans
uni_modules 481547434e 初始同步项目代码 il y a 2 ans
utils b26e3d8462 优化部分代码 il y a 1 an
uview-ui dd26d1aa39 u-message-input组件修改解决不能输入车牌号,引起的登录码不能调取键盘bug il y a 1 an
wxPayCallback fc48f9ab72 修改新增发票页面布局以及逻辑 il y a 1 an
.eslintignore 481547434e 初始同步项目代码 il y a 2 ans
.gitignore 481547434e 初始同步项目代码 il y a 2 ans
App.vue 5f05ea8ff9 调整注明 il y a 1 an
LICENSE 481547434e 初始同步项目代码 il y a 2 ans
README.md 5f05ea8ff9 调整注明 il y a 1 an
main.js 481547434e 初始同步项目代码 il y a 2 ans
manifest.json 916719eae7 杨再金离职重新获取appid il y a 1 an
package.json eb604feb7b 测试使用普定appid il y a 11 mois
pages.json b8c60ef12c 修改发票抬头模块 il y a 1 an
template.h5.html 481547434e 初始同步项目代码 il y a 2 ans
uni.scss 8fe87bd503 修改单选样式 il y a 2 ans
vue.config.js 481547434e 初始同步项目代码 il y a 2 ans

README.md

城市智慧停车(二期)

修改访问地址

  • 如果api地址有变动 修改package.json 中的环境变量配置
  • common/config.js 本地运行地址修改
  • 项目中的点金计划页面修改/wxPayCallback/wxPayCallback.html中(jumpOutUrl)修改为需要跳转的页面

打包

  • 打包测试环境(普定): 发行 => 自定义发行 => dev:pudingtest
  • 打包正式环境(普定): 发行 => 自定义发行 => build:pudingpro
  • 打包测试环境(镇宁): 发行 => 自定义发行 => build:zhenningtest
  • 打包正式环境(镇宁): 发行 => 自定义发行 => build:zhenningpro
  • 打包正式环境(乌当): 发行 => 自定义发行 => build:wudangpro
  • 打包正式环境(织金): 发行 => 自定义发行 => build:zhijinpro

    执行 npm install

安装vue-jsonp 获取地址数据跨域处理

npm install vue-jsonp --save

安装weixin-js-sdk 微信支付

npm install weixin-js-sdk --save

安装json-bigint 处理大数据精度丢失问题

npm install json-bigint --save

安装vconsole 移动端查看日志

npm install vconsole --save