Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
U
User
Project
Project
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
zhangjun
User
Commits
3acc249e
Commit
3acc249e
authored
Mar 28, 2024
by
zhangtao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发票地址修改
parent
e65c6c55
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
user.php
center/controllers/user.php
+2
-2
No files found.
center/controllers/user.php
View file @
3acc249e
...
@@ -45,7 +45,7 @@ class User extends MY_Controller
...
@@ -45,7 +45,7 @@ class User extends MY_Controller
);
);
private
$address
=
array
(
private
$address
=
array
(
'nj'
=>
'南京市
建邺区云龙山路99号江苏省建大厦B幢6楼信息中心;(地铁10号线中胜站下2A出口,向东300
米)'
,
'nj'
=>
'南京市
雨花台区花神大道90号中兴物联研发大楼3号楼4楼房源审核部。(地铁1号线软件大道站2号出口,步行363
米)'
,
'wh'
=>
'芜湖市镜湖区绿地新都会C座7层 365淘房二手房运营部'
,
'wh'
=>
'芜湖市镜湖区绿地新都会C座7层 365淘房二手房运营部'
,
);
);
...
@@ -2260,7 +2260,7 @@ class User extends MY_Controller
...
@@ -2260,7 +2260,7 @@ class User extends MY_Controller
$data
[
'orderData'
]
=
$orderData
;
$data
[
'orderData'
]
=
$orderData
;
$data
[
'title'
]
=
'发票在线填写'
;
$data
[
'title'
]
=
'发票在线填写'
;
$this
->
load
->
model
(
"tel_model"
);
$this
->
load
->
model
(
"tel_model"
);
$data
[
'telno_config'
]
=
$this
->
tel_model
->
getTelInfoByType
(
tel_model
::
TYPE
3
);
$data
[
'telno_config'
]
=
$this
->
tel_model
->
getTelInfoByType
(
tel_model
::
TYPE
2
);
$data
[
'address_config'
]
=
isset
(
$this
->
address
[
GB_CITY
])
?
$this
->
address
[
GB_CITY
]
:
''
;
$data
[
'address_config'
]
=
isset
(
$this
->
address
[
GB_CITY
])
?
$this
->
address
[
GB_CITY
]
:
''
;
$this
->
load
->
view
(
'order_invoice'
,
$data
);
$this
->
load
->
view
(
'order_invoice'
,
$data
);
...
...
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