Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
fenzhan_zsb
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
esf
fenzhan_zsb
Commits
8bc4e313
Commit
8bc4e313
authored
Dec 25, 2019
by
zhangkuanguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
芜湖放心看
parent
6ab9919a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
2 deletions
+17
-2
realHouse_marginAccount.php
...ncp/applications/zsb/views/nj/realHouse_marginAccount.php
+1
-2
sell_manage_statics.php
...admincp/applications/zsb/views/nj/sell_manage_statics.php
+16
-0
No files found.
new_admincp/applications/zsb/views/nj/realHouse_marginAccount.php
View file @
8bc4e313
...
...
@@ -24,9 +24,8 @@
<a
class=
"btnB btnSubmit radius5"
ms-if=
"@formData.step == 1"
href=
"javascript:void(0)"
ms-click=
"@isOpenReal()"
>
开通
</a>
<?php
}
else
{
?>
<?php
if
(
$
is_applay
>
0
&&
$
realHouseMoney
>
0
){
?>
<?php
if
(
$realHouseMoney
>
0
){
?>
<a
class=
"btnB btnSubmit radius5"
href=
"javascript:void(0)"
ms-click=
"@remit()"
>
申请提现
</a>
<?php
}
else
{
?>
<a
class=
"btnB radius5"
style=
"background-color: grey;border: 1px solid grey;text-decoration: none;"
href=
"javascript:void(0)"
>
申请提现
</a>
<?php
}
?>
...
...
new_admincp/applications/zsb/views/nj/sell_manage_statics.php
View file @
8bc4e313
...
...
@@ -122,6 +122,22 @@
</div>
</div>
</div>
<?php
if
(
$realHouse
)
:
?>
<div
class=
"item radius5"
>
<h4
class=
"h4"
>
放心看
</h4>
<div
class=
"mod"
>
<div
class=
"innfo"
>
<p
class=
"tex"
>
已设置
</p>
<p
class=
"num"
>
<?php
echo
$statistic_data
[
'realHouseSetCount'
];
?>
</p>
</div>
<div
class=
"innfo"
>
<p
class=
"tex"
>
剩余
</p>
<p
class=
"num numLast"
>
<?php
echo
$statistic_data
[
'realHouseRemainCount'
];
?>
</p>
</div>
</div>
</div>
<?php
endif
;
?>
<!---->
...
...
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