Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
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
hujun
tl_estate
Commits
95dd6a8d
Commit
95dd6a8d
authored
Aug 14, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
端口
parent
f4221c86
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
2 deletions
+10
-2
user_genjing_modal.html
application/index/view/member/user_genjing_modal.html
+2
-0
users_list.html
application/index/view/member/users_list.html
+2
-2
transfer_template_tpl.html
public/resource/template/transfer_template_tpl.html
+4
-0
user_template_tpl.html
public/resource/template/user_template_tpl.html
+2
-0
No files found.
application/index/view/member/user_genjing_modal.html
View file @
95dd6a8d
...
@@ -835,6 +835,8 @@
...
@@ -835,6 +835,8 @@
<th
class=
"text-center"
>
浏览时间
</th>
<th
class=
"text-center"
>
浏览时间
</th>
<th
class=
"text-center"
>
浏览的商铺ID
</th>
<th
class=
"text-center"
>
浏览的商铺ID
</th>
<th
class=
"text-center"
>
浏览的商铺名称
</th>
<th
class=
"text-center"
>
浏览的商铺名称
</th>
<th
class=
"text-center"
>
浏览的端口
</th>
</tr>
</tr>
</thead>
</thead>
<tbody
id=
'watchShopLog'
>
<tbody
id=
'watchShopLog'
>
...
...
application/index/view/member/users_list.html
View file @
95dd6a8d
...
@@ -1036,13 +1036,13 @@
...
@@ -1036,13 +1036,13 @@
</div>
</div>
</td>
</td>
<td
colspan=
"2"
>
<td
colspan=
"2"
>
<div
class=
"form-group"
>
<
!--<
div class="form-group">
<span class="fore-span ld-Marheight">邀请人(介绍人):</span>
<span class="fore-span ld-Marheight">邀请人(介绍人):</span>
<div class="col-sm-9">
<div class="col-sm-9">
<input type="text" class="form-control btn6-1 ld-Marheight" name="pwd" autocomplete="off" id="introduce_edit_user">
<input type="text" class="form-control btn6-1 ld-Marheight" name="pwd" autocomplete="off" id="introduce_edit_user">
<ul class="user-ul-edit-introduce"></ul>
<ul class="user-ul-edit-introduce"></ul>
</div>
</div>
</div>
</div>
-->
</td>
</td>
</tr>
</tr>
<tr>
<tr>
...
...
public/resource/template/transfer_template_tpl.html
View file @
95dd6a8d
...
@@ -21,6 +21,10 @@
...
@@ -21,6 +21,10 @@
<
td
>
[
%=
it
[
item
][
"address_detail"
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
"address_detail"
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
"expected_rent"
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
"expected_rent"
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
"create_time"
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
"create_time"
]
%
]
<
/td
>
<
td
>
<
a
class
=
"review-images"
href
=
"#modal-report-img"
data
-
toggle
=
"modal"
data
-
img
=
'[%= it[item]["img_file_path"] %]'
>
查看
<
/a
>
<
/td
>
<
td
>
<
td
>
<
a
class
=
"btn1 btn-success "
href
=
"#modal-process"
data
-
toggle
=
"modal"
data
-
id
=
"[%= it[item]['id'] %]"
onclick
=
"alertFollow(this)"
>
跟进
<
/a
>
<
a
class
=
"btn1 btn-success "
href
=
"#modal-process"
data
-
toggle
=
"modal"
data
-
id
=
"[%= it[item]['id'] %]"
onclick
=
"alertFollow(this)"
>
跟进
<
/a
>
[
%
if
(
it
[
item
][
"status"
]
==
0
){
%
]
[
%
if
(
it
[
item
][
"status"
]
==
0
){
%
]
...
...
public/resource/template/user_template_tpl.html
View file @
95dd6a8d
...
@@ -115,6 +115,8 @@
...
@@ -115,6 +115,8 @@
<
td
>
[
%=
it
[
item
][
"remark"
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
"remark"
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
"name"
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
"name"
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
"create_time"
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
"create_time"
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
"type"
]
%
]
<
/td
>
<
/tr
>
<
/tr
>
[
%
}
%
]
[
%
}
%
]
[
%
}
else
{
%
]
[
%
}
else
{
%
]
...
...
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