Browse Source

upload

newCard
HolyKnightIX 2 years ago
parent
commit
752bc448ba
2 changed files with 5 additions and 5 deletions
  1. +4
    -4
      pages/order/detail/index.js
  2. +1
    -1
      project.private.config.json

+ 4
- 4
pages/order/detail/index.js View File

@@ -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({


+ 1
- 1
project.private.config.json View File

@@ -7,7 +7,7 @@
"preloadBackgroundData": false,
"useIsolateContext": true
},
"libVersion": "2.30.2",
"libVersion": "2.25.3",
"condition": {
"miniprogram": {
"list": [


Loading…
Cancel
Save