diff --git a/pages/order/detail/index.js b/pages/order/detail/index.js index 8a99edb..dfc9e13 100644 --- a/pages/order/detail/index.js +++ b/pages/order/detail/index.js @@ -113,12 +113,12 @@ Page({ }).then(res => { wx.hideLoading(); // console.log(res.data.orders[0].title,"ccc"); - if (res.data.orders[0].title=="停车券") { + if (res.data.orders[0].title == "停车券") { wx.showModal({ - title: '提示', + title: '领取成功', cancelText: '我知道了', - confirmText: '确定', - content: '确定要跳转到停车场页面吗?', + confirmText: '去使用', + content: '即将前往停车页面', success(res) { if (res.confirm) { wx.switchTab({ diff --git a/project.private.config.json b/project.private.config.json index a8033e7..ac020d9 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -7,7 +7,7 @@ "preloadBackgroundData": false, "useIsolateContext": true }, - "libVersion": "2.30.2", + "libVersion": "2.25.3", "condition": { "miniprogram": { "list": [