Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
xiaozhan
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
xiaozhan
Commits
4fbb5896
Commit
4fbb5896
authored
Apr 17, 2020
by
刘海龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1111
parent
8d32690e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
25 deletions
+29
-25
themes/simplebootx/Appapi/Family/apply.html
+27
-23
themes/simplebootx/Appapi/Family/detail.html
+2
-2
No files found.
themes/simplebootx/Appapi/Family/apply.html
View file @
4fbb5896
...
@@ -101,29 +101,33 @@
...
@@ -101,29 +101,33 @@
},
},
submit
:
function
()
{
submit
:
function
()
{
let
data
=
this
.
form
;
let
data
=
this
.
form
;
$
.
ajax
({
if
(
data
.
name
&&
data
.
wx
&&
data
.
mobile
){
url
:
'/index.php?g=Appapi&m=Family&a=add'
,
$
.
ajax
({
dataType
:
"json"
,
url
:
'/index.php?g=Appapi&m=Family&a=add'
,
data
:
data
,
dataType
:
"json"
,
type
:
"POST"
,
data
:
data
,
success
:
function
(
data
)
{
type
:
"POST"
,
// console.log(data);
success
:
function
(
data
)
{
if
(
data
.
state
==
0
)
{
// console.log(data);
layer
.
msg
(
data
[
'msg'
]);
if
(
data
.
state
==
0
)
{
}
else
{
layer
.
msg
(
data
[
'msg'
]);
layer
.
alert
(
'申请成功'
,
}
else
{
{
layer
.
alert
(
'申请成功'
,
skin
:
'layui-layer-molv'
//样式类名
{
,
closeBtn
:
0
skin
:
'layui-layer-molv'
//样式类名
},
function
()
{
,
closeBtn
:
0
window
.
location
.
href
=
"/index.php?g=Appapi&m=Family&a=home&uid="
+
data
[
'uid'
]
+
"&token="
+
data
[
'token'
];
},
function
()
{
});
window
.
location
.
href
=
"/index.php?g=Appapi&m=Family&a=home&uid="
+
data
[
'uid'
]
+
"&token="
+
data
[
'token'
];
}
});
},
}
error
:
function
(
e
)
{
},
layer
.
msg
(
"审核信息提交错误!"
);
error
:
function
(
e
)
{
}
layer
.
msg
(
"审核信息提交错误!"
);
})
}
})
}
else
{
layer
.
msg
(
"请完善资料信息!"
);
}
}
}
},
},
watch
:
{
watch
:
{
...
...
themes/simplebootx/Appapi/Family/detail.html
View file @
4fbb5896
...
@@ -34,9 +34,9 @@
...
@@ -34,9 +34,9 @@
<a
href=
"#"
@
click=
"returnBtn2"
>
退出家族
</a>
<a
href=
"#"
@
click=
"returnBtn2"
>
退出家族
</a>
</div>
</div>
<else/>
<else/>
<div
class=
"tuicBtn"
>
<
!-- <
div class="tuicBtn">
<a href="/index.php?g=Appapi&m=family&a=member_search&uid={$uid}&token={$token}&familyid={$familyinfo['id']}" >添加</a>
<a href="/index.php?g=Appapi&m=family&a=member_search&uid={$uid}&token={$token}&familyid={$familyinfo['id']}" >添加</a>
</div>
</div>
-->
</if>
</if>
<!-- 查看成员信息 -->
<!-- 查看成员信息 -->
...
...
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