Commit c5c786b3fa7bb09fb40430201cf5d38ff6e36f99

Authored by 刘淇
1 parent a780190f

0元出场提示

package-lock.json
... ... @@ -7240,9 +7240,9 @@
7240 7240 "dev": true
7241 7241 },
7242 7242 "qs": {
7243   - "version": "6.10.3",
7244   - "resolved": "https://registry.npmmirror.com/qs/-/qs-6.10.3.tgz",
7245   - "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==",
  7243 + "version": "6.11.0",
  7244 + "resolved": "https://registry.npmmirror.com/qs/-/qs-6.11.0.tgz",
  7245 + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==",
7246 7246 "requires": {
7247 7247 "side-channel": "^1.0.4"
7248 7248 }
... ...
package.json
... ... @@ -17,7 +17,7 @@
17 17 "mint-ui": "^2.2.13",
18 18 "moment": "^2.29.1",
19 19 "node-sass": "^4.14.1",
20   - "qs": "^6.10.3",
  20 + "qs": "^6.11.0",
21 21 "sass-loader": "^7.3.1",
22 22 "vue": "^2.5.2",
23 23 "vue-h5-popup": "^1.0.2",
... ...
src/views/parkPay/coupon.vue
... ... @@ -194,7 +194,7 @@ export default {
194 194  
195 195 } else {
196 196 //$('.dialog-out').show()
197   - this.$msgbox('提示', '停车15分钟内无需缴费,请出场。')
  197 + this.$msgbox('提示', '现在您无需缴费,请在15分钟内离场')
198 198 }
199 199  
200 200 })
... ...