john 0d02feaf34 fix(KIP-11965): 【DE】【C端】临时停车。用户无法使用纸质券 hai 1 ano
..
api cab5852558 Merge pull request #248 from John-Hong/John/release-2.17.0/poc-mp-parking hai 1 ano
common 60f68d145d fix(SCRM-4406): Incident - 顾客景先生,手机号为18681629095,车牌号码为:辽AUT261近期在手机小程序缴费后不显示缴费记录,无法开具发票 hai 1 ano
components cfd2343af7 微服务改造,验证 hai 1 ano
crmPages 0845a7ffed Merge branch 'Microservices' into lock/Microservices/inovice %!s(int64=2) %!d(string=hai) anos
images a974dbd168 feat: 复制 CRM 的临时停车页面 %!s(int64=2) %!d(string=hai) anos
kui f165399220 feat(KIP-11748\KIP-11459): Temp Parking | Frontend H5|支付-创建支付订单接口调整 hai 1 ano
lib 428c0b6a9c feat(KIP-9392): Rollout Kerry+ |Office temp parking H5 %!s(int64=2) %!d(string=hai) anos
mixins 7ffce67e18 fix-7183(KIP-7183): H5端已登录用户,在token失效之后,重新登录 %!s(int64=2) %!d(string=hai) anos
pages 0d02feaf34 fix(KIP-11965): 【DE】【C端】临时停车。用户无法使用纸质券 hai 1 ano
plugins fd19493fef 无牌车流程优化 %!s(int64=2) %!d(string=hai) anos
routes 7b8d712322 fix(KIP-11958): 【DE】【C端】临时停车。用户无法去开票 hai 1 ano
static 526107e8f2 feat: 微服务接入改造30%(创建订单页面:优惠券选择逻辑优化) %!s(int64=2) %!d(string=hai) anos
store aeb11f61b0 fix(SCRM-4670): [DE][C端]临时停车,进入停车首页,输入车牌,查询车费以后。返回到停车首页。再输入另一个车牌。支付详情中还是展示上一辆车 hai 1 ano
styles 7966ab3179 feat(KIP-9697): KIP | Temporary Parking H5 |浦东嘉里有牌车临停功能联调 %!s(int64=2) %!d(string=hai) anos
utils 7b8d712322 fix(KIP-11958): 【DE】【C端】临时停车。用户无法去开票 hai 1 ano
App.vue a0d8e7b421 fix(KIP-11937): 【DE】【C端】临时停车。查询缴费后,回到首页,点击其他功能,会显示“参数异常,请重试”,后会自动跳到停车缴费首页 hai 1 ano
README.md 25361392c3 加入环境切换功能 %!s(int64=2) %!d(string=hai) anos
constants.js a06f4387a2 feat(SCRM-2416): C端|H5停车缴费登陆注册入口 %!s(int64=2) %!d(string=hai) anos
extension.js 606fbd9a90 first commit %!s(int64=2) %!d(string=hai) anos
main.js 481cda6be3 feat(KIP-11184): Temp parking | ali program | H5 & native 信息交互 postMessage通讯 %!s(int64=2) %!d(string=hai) anos
manifest.json dc8ab092a0 feat(KIP-7543): H5临时停车|前端 | 杭州K+ H5临时停车露出 %!s(int64=2) %!d(string=hai) anos
pages.json 52c6138f23 Revert "LBS 颜色切换" %!s(int64=2) %!d(string=hai) anos
project.config.json 606fbd9a90 first commit %!s(int64=2) %!d(string=hai) anos
project.private.config.json 606fbd9a90 first commit %!s(int64=2) %!d(string=hai) anos

README.md

启动前准备:

  • 确保微信开发工具中登录的账号是当前小程序的开发者
  • 因为引用了外部包所以需要指向npm install命令

关于用户信息以及鉴权:

KIP相关: app.globalData.auth存储的是token相关数据, 在/auth/openid-login之后会将token存储在storage中使用uni.setStorageSync('kipAccessToken', access_token)

原有信息: app.globalData.openId,app.globalData.userInfo,app.globalData.member,app.globalData.wxMember; 同时这些信息在storage中也有一份 userInfo 是会员授权信息调用 getUserProfile 获取到的,其他信息是调用接口获取到的,memberwxMember是一样的数据

切换环境准备

1.manifest.json中mp-weixinappid配置 2.request-kip.js中APPID配置 3.api-kip.js中BASE_URL配置 4.plugins/install.js中$baseURL,$baseURLH5,$wsBaseURL,$picUrl,

环境变量说明

本项目代码使用了 CRM 的停车缴费代码,由于该项目中存在大量小程序方面的代码,需要单独配置一套环境数据,来确保本项目的环境指向是正确的。

window.env = 'dev|qa|prod'