Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
semour
/
semour_web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
137b8166
authored
Nov 29, 2022
by
肖康
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修改信息更改个人问题
parent
84c02ad8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
public/assets/js/user/account.js
resources/views/user/account.blade.php
public/assets/js/user/account.js
View file @
137b8166
...
...
@@ -20,9 +20,9 @@ define('account', ['tool', 'liexin_pop', 'form', 'artTemplate'], function (requi
$
(
".changeInfoPop .first_name_acpo"
).
val
(
res
.
data
.
first_name
)
$
(
".infobase .last_name_val"
).
text
(
res
.
data
.
last_name
)
$
(
".changeInfoPop .last_name_acpo"
).
val
(
res
.
data
.
last_name
)
$
(
".infobase .account_properties_val"
).
text
(
"For
Business
"
)
$
(
".infobase .account_properties_val"
).
text
(
"For
Individual
"
)
if
(
res
.
data
.
account_properties
==
2
)
{
$
(
".infobase .account_properties_val"
).
text
(
"For
Individual
"
)
$
(
".infobase .account_properties_val"
).
text
(
"For
Business
"
)
$
(
".changeInfoPop .checkbox_acpo .check-group"
).
removeClass
(
"act"
)
$
(
".changeInfoPop .checkbox_acpo .check-group22"
).
addClass
(
"act"
)
}
...
...
@@ -266,8 +266,11 @@ define('account', ['tool', 'liexin_pop', 'form', 'artTemplate'], function (requi
$
(
".check-group-addressp"
).
removeClass
(
"act"
)
$
(
this
).
addClass
(
"act"
)
})
$
(
"body"
).
on
(
"click"
,
".check-groupinfo"
,
function
()
{
$
(
".check-groupinfo"
).
removeClass
(
"act"
)
$
(
this
).
addClass
(
"act"
)
})
//获取国家
account
.
getCountry
()
...
...
resources/views/user/account.blade.php
View file @
137b8166
...
...
@@ -185,13 +185,13 @@
<div class="
changeInfoPop
" style="
display
:
none
;
">
<div class="
inputboxp
boxsiz
">
<div class="
checkbox
row
checkbox_acpo
">
<div class="
check
-
group
row
act
check
-
group11
" guid="
1
">
<div class="
check
-
group
row
check
-
group22
check
-
groupinfo
" guid="
2
">
<p class="
row
verCenter
rowCenter
">
<font></font>
</p>
<span>For Business</span>
</div>
<div class="
check
-
group
row
check
-
group
22
" guid="
2
">
<div class="
check
-
group
row
check
-
group
11
act
check
-
groupinfo
" guid="
1
">
<p class="
row
verCenter
rowCenter
">
<font></font>
</p>
...
...
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