feat(KIp-13638): 跳转小程序绝对路径改相对路径
@@ -128,7 +128,7 @@ export default {
// 如果是北京的ETCP 微信支付宝通用版
// if (this.isQHKC()) {
wx.miniProgram.navigateTo({
- url: `/pages/package-parkingFee/findCar?lotId=${encodeURIComponent(
+ url: `../package-parkingFee/findCar?lotId=${encodeURIComponent(
this.dataObject.parkId
)}&parkNo=${encodeURIComponent(
this.dataObject.spaceNo