Commit cd30a526 by 潘琦

1、网页title为电子健康券;2、签约省市区文案错误;

parent e8fd7abe
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no"> <meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no">
<title>凯歌健康券</title> <title>电子健康券</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
......
...@@ -618,7 +618,7 @@ export default { ...@@ -618,7 +618,7 @@ export default {
case '320582': case '320582':
this.addressForm.province = '江苏省' this.addressForm.province = '江苏省'
this.addressForm.city = '苏州市' this.addressForm.city = '苏州市'
this.addressForm.area = '张港市' this.addressForm.area = '张港市'
this.addressForm.ProvinceCode = '320000' this.addressForm.ProvinceCode = '320000'
this.addressForm.CityCode = '320500' this.addressForm.CityCode = '320500'
this.addressForm.AreaCode = '320582' this.addressForm.AreaCode = '320582'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment