Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
quxiu
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
冷斌
quxiu
Commits
59f2918a
Commit
59f2918a
authored
Apr 14, 2020
by
刘海龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
ad1164b5
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
data/runtime/Cache/Appapi/9bfba542bbcc5257f3ad91ab11f3ab7f.php
+1
-1
themes/simplebootx/Appapi/Family/apply.html
+4
-0
themes/simplebootx/Appapi/Family/detail.html
+1
-1
No files found.
data/runtime/Cache/Appapi/9bfba542bbcc5257f3ad91ab11f3ab7f.php
View file @
59f2918a
...
...
@@ -39,8 +39,8 @@
</div>
<img
@
click=
"operation(
<?php
echo
(
$v
[
'uid'
]);
?>
, '
<?php
echo
(
$v
[
'userinfo'
][
'user_nicename'
]);
?>
')"
class=
"listBd"
src=
"/public/appapi/img/fanhui@2x.png"
></img>
</div>
<?php
endforeach
;
endif
;
else
:
echo
""
;
endif
;
?>
</div>
<div
style=
"width: 100%; height: 50px;"
></div>
</div>
<!-- 退出按钮 nan@2x nv -->
<?php
if
(
$familyinfo
[
'role'
]
!=
1
)
:
?>
<!-- <div @click="returnBtn" class="tuicBtn">-->
<!-- 解散家族-->
...
...
themes/simplebootx/Appapi/Family/apply.html
View file @
59f2918a
...
...
@@ -101,6 +101,7 @@
},
submit
:
function
()
{
let
data
=
this
.
form
;
if
(
data
.
name
&&
data
.
wx
&&
data
.
mobile
){
$
.
ajax
({
url
:
'/index.php?g=Appapi&m=Family&a=add'
,
dataType
:
"json"
,
...
...
@@ -124,6 +125,9 @@
layer
.
msg
(
"审核信息提交错误!"
);
}
})
}
else
{
layer
.
msg
(
"请完善信息"
);
}
}
},
watch
:
{
...
...
themes/simplebootx/Appapi/Family/detail.html
View file @
59f2918a
...
...
@@ -23,8 +23,8 @@
<img
@
click=
"operation({$v['uid']}, '{$v['userinfo']['user_nicename']}')"
class=
"listBd"
src=
"__PUBLIC__/appapi/img/fanhui@2x.png"
></img>
</div>
</volist>
</div>
<div
style=
"width: 100%; height: 50px;"
></div>
</div>
<!-- 退出按钮 nan@2x nv -->
<if
condition=
"$familyinfo['role'] neq 1"
>
<!-- <div @click="returnBtn" class="tuicBtn">-->
...
...
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