parking_h5

空白格 b79f0d9240 忽略文件 il y a 2 ans
common d29317ea8e 添加微信支付取消回调后台返回券问题 il y a 2 ans
components 65774590f8 修改优惠券页面bug il y a 2 ans
node_modules 6f15428888 0元提示弹框 il y a 3 ans
pages faba5194f7 支付组件 il y a 2 ans
static c28c925740 兑换卷 il y a 2 ans
store a29c8589bf 无需支付订单和免费时长处理 il y a 2 ans
uni_modules 454f0c0da9 优惠券已经更改部分细节问题 il y a 2 ans
utils d8ebdfc16b 调整格式 il y a 2 ans
uview-ui 454f0c0da9 优惠券已经更改部分细节问题 il y a 2 ans
.eslintignore 654fe6d71e first commit il y a 4 ans
.gitignore b79f0d9240 忽略文件 il y a 2 ans
App.vue 454f0c0da9 优惠券已经更改部分细节问题 il y a 2 ans
LICENSE 654fe6d71e first commit il y a 4 ans
README.md 249b5543b6 综合一二期代码 il y a 2 ans
main.js d8ebdfc16b 调整格式 il y a 2 ans
manifest.json fc211cb1b8 同步一二期代码 il y a 2 ans
package-lock.json cd1ced49bc 同步一二期代码 il y a 2 ans
package.json cd1ced49bc 同步一二期代码 il y a 2 ans
pages.json c28c925740 兑换卷 il y a 2 ans
template.h5.html a29c8589bf 无需支付订单和免费时长处理 il y a 2 ans
uni.scss a29c8589bf 无需支付订单和免费时长处理 il y a 2 ans
vue.config.js a29c8589bf 无需支付订单和免费时长处理 il y a 2 ans

README.md

城市智慧停车(二期)

修改访问地址

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

打包

  • 打包测试环境: 发行 => 自定义发行 => build:test
  • 打包正式环境: 发行 => 自定义发行 => build:pro

    执行 npm install

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

npm install vue-jsonp --save

安装weixin-js-sdk 微信支付

npm install weixin-js-sdk --save