Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
voucher-h5
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘琦
voucher-h5
Commits
b8e9a7c1
Commit
b8e9a7c1
authored
Sep 05, 2019
by
潘琦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
签约页省市区去除默认选中;
parent
2616957c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
index.vue
src/views/signing/index.vue
+5
-5
No files found.
src/views/signing/index.vue
View file @
b8e9a7c1
...
...
@@ -545,18 +545,18 @@ export default {
addressPopupVisible
:
false
,
// “现住址”popup显示状态
orgPopupVisible
:
false
,
// “所在卫生服务机构”popup显示状态
addressForm
:
{
province
:
'
贵州省
'
,
city
:
'
贵阳市
'
,
province
:
''
,
city
:
''
,
area
:
''
,
street
:
''
,
villages
:
''
,
ProvinceCode
:
'
520000
'
,
CityCode
:
'
520100
'
,
ProvinceCode
:
''
,
CityCode
:
''
,
AreaCode
:
''
,
StreetCode
:
''
,
VillagesCode
:
''
},
stepCurrent
:
3
,
// 地址省市区街道步骤下标
stepCurrent
:
1
,
// 地址省市区街道步骤下标
ProvinceData
:
null
,
// 省会列表数据
CityData
:
null
,
// 城市列表数据
AreaData
:
null
,
// 区域列表数据
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment