Browse Source

[停车绑券][修改]:停车绑券提示

tags/富茂链客2.2.8
meo 6 years ago
parent
commit
83ab7d9104
2 changed files with 4 additions and 4 deletions
  1. +1
    -1
      pages/passCar/choicecoupon/choicecoupon.wxss
  2. +3
    -3
      pages/passCar/passCar.js

+ 1
- 1
pages/passCar/choicecoupon/choicecoupon.wxss View File

@@ -127,7 +127,7 @@

.res {
color: #f96563;
font-size:37rpx;
font-size:30rpx;
margin-bottom:20rpx;
text-indent:.7em;
}


+ 3
- 3
pages/passCar/passCar.js View File

@@ -50,7 +50,7 @@ Page({
wx.navigateToMiniProgram({
appId:'wx192b7d2e8dcbefd0',
extraData: this.data.extraData,
envVersion:'trial'
envVersion:'release'
})
// wx.navigateToMiniProgram({
// appId:'wxc07f9d67923d676d',
@@ -299,7 +299,7 @@ Page({
})
.catch(err => {
wx.showToast({
title: err.errMsg,
title: err.message,
icon: 'none',
duration: 2000,
mask: false
@@ -526,7 +526,7 @@ Page({
})
.catch(err => {
wx.showToast({
title: err.errMsg,
title: err.message,
icon: 'none',
duration: 2000,
mask: false


Loading…
Cancel
Save