+
请选择车牌颜色
-
-
请选择车牌颜色
+
+
+
请输入车牌号码
+
+
+ {{ formData.num0 }}
+
+
{{ formData.num1 }}
+
+
{{ formData.num2 }}
+
{{ formData.num3 }}
+
{{ formData.num4 }}
+
{{ formData.num5 }}
+
{{ formData.num6 }}
+
+ {{ formData.num7 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
请输入车牌号码
-
-
- {{ formData.num0 }}
-
-
{{ formData.num1 }}
-
-
{{ formData.num2 }}
-
{{ formData.num3 }}
-
{{ formData.num4 }}
-
{{ formData.num5 }}
-
{{ formData.num6 }}
-
- {{ formData.num7 }}
-
+
+
+
历史输入车牌号码
+
+ {{i.carNumber}}
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{i.carNumber}}
-
+
+ 领取
+
-
-
- 领取
+
+
+
+ 蒙
+
+
+ 湘
+
+
+ 津
+
+
+ 鄂
+
+
+ 沪
+
+
+ 粤
+
+
+ 渝
+
+
+ 琼
+
+
+
+
+ 冀
+
+
+ 川
+
+
+ 晋
+
+
+ 贵
+
+
+ 辽
+
+
+ 云
+
+
+ 吉
+
+
+ 陕
+
+
+
+
+ 黑
+
+
+ 甘
+
+
+ 苏
+
+
+ 青
+
+
+ 浙
+
+
+ 皖
+
+
+ 藏
+
+
+ 闽
+
+
+
+
+ 京
+
+
+ 赣
+
+
+ 桂
+
+
+ 鲁
+
+
+ 宁
+
+
+ 豫
+
+
+ 新
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
- 蒙
-
-
- 湘
-
-
- 津
-
-
- 鄂
-
-
- 沪
-
-
- 粤
-
-
- 渝
-
-
- 琼
-
-
-
-
- 冀
-
-
- 川
-
-
- 晋
-
-
- 贵
-
-
- 辽
-
-
- 云
-
-
- 吉
-
-
- 陕
-
-
-
-
- 黑
-
-
- 甘
-
-
- 苏
-
-
- 青
-
-
- 浙
-
-
- 皖
-
-
- 藏
-
-
- 闽
-
-
-
-
- 京
-
-
- 赣
-
-
- 桂
-
-
- 鲁
-
-
- 宁
-
-
- 豫
-
-
- 新
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ item }}
-
-
+
+
{{ item }}
-
-
-
-
-
-
+
+
+
+
+
+
{{ item }}
-
-
+
+
{{ item }}
-
-
+
+
{{ item }}
-
-
+
+
{{ item }}
-
-
-
-
-
-
-
+
+
+
+
+
+
+
{{ item }}
-
-

-
-
-
完成
+
+

+
+
+ 完成
+
+
+
![]()
+ {{alertmsg}}
+
+
@@ -283,6 +289,7 @@ import {
export default {
data() {
return {
+ imgurl: require('../../assets/images/loseIcon.png'),
// 0:蓝牌;1:黄牌;2:白牌;3:黑牌;4:绿色
colorList: [
@@ -341,6 +348,8 @@ export default {
codeType: '',
historyList:[],
encryptTime:'', // 加密后的时间
+ alertmsg:'',
+ alertFlag:false
}
},
created() {
@@ -362,6 +371,7 @@ export default {
// return code;
// }
// }
+ this.getEncryptTime()
},
methods: {
@@ -482,7 +492,19 @@ export default {
localStorage.setItem('historyArr',JSON.stringify(this.historyList))
}
- this.getEncryptTime()
+
+ this.$router.push({
+ path: 'coupon',
+ query: {
+ carNumber: plateLicense,
+ carNumberColor: this.currentColor,
+ carType: 2,
+ codeType: this.codeType,
+ cardRelParkNo: this.$route.query.cardRelParkNo,
+ key: this.$route.query.key,
+ encryptTime: this.encryptTime
+ }
+ })
},
getEncryptTime() {
let url = process.env.VUE_APP_API;
@@ -510,20 +532,21 @@ export default {
if (response.code == 0) {
this.encryptTime = response.data.encryptTime
- this.$router.push({
- path: 'coupon',
- query: {
- carNumber: plateLicense,
- carNumberColor: this.currentColor,
- carType: 2,
- codeType: this.codeType,
- cardRelParkNo: this.$route.query.cardRelParkNo,
- key: this.$route.query.key,
- encryptTime: this.encryptTime
- }
- })
+ this.alertFlag = true
+
+
+
} else {
- alert(response.message)
+ // this.$msgbox({
+ // title: '提示',
+ // message: response.message,
+ // // showCancelButton: false,
+ // closeOnClickModal:false,
+ // showConfirmButton:false
+ // });
+ // this.alertFlag = true
+ this.alertmsg = response.message
+ // this.$refs.alert.open()
}
})
@@ -539,7 +562,8 @@ export default {
carType: 2,
codeType: this.codeType,
cardRelParkNo: this.$route.query.cardRelParkNo,
- key: this.$route.query.key
+ key: this.$route.query.key,
+ encryptTime : this.encryptTime
}
})
},
@@ -974,4 +998,7 @@ export default {
>>> .mint-cell:last-child{
background-image:none;
}
+/*>>> .mint-msgbox{*/
+ /*display: none;*/
+/*}*/