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
6bb8fe00
Commit
6bb8fe00
authored
Apr 03, 2019
by
zw
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'test'
parents
bf7c3fa7
cb9de605
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
2 deletions
+14
-2
CallPhoneService.php
application/api_broker/service/CallPhoneService.php
+11
-0
footer_tpl.html
application/index/view/global/footer_tpl.html
+1
-1
user_genjing_modal.html
application/index/view/member/user_genjing_modal.html
+2
-1
No files found.
application/api_broker/service/CallPhoneService.php
View file @
6bb8fe00
...
...
@@ -12,6 +12,7 @@ namespace app\api_broker\service;
use
app\api_broker\untils\PlsDemo
;
use
app\api_broker\untils\RongDemo
;
use
app\extra\RedisExt
;
use
app\index\service\UserLogService
;
use
app\model\AliYunPhone
;
use
app\model\BindingPhone
;
use
app\model\AliYunSecretReport
;
...
...
@@ -115,6 +116,16 @@ class CallPhoneService
return
$result
;
}
$clientService
=
new
UserLogService
();
$is_outpace_call_num
=
$clientService
->
userDetailIsOutpaceCallNum5
(
$user_id
);
if
(
$is_outpace_call_num
)
{
$called
=
$clientService
->
userDetailIsOutpaceCallNumPhone
(
$phone_b
,
$agent_id
);
if
(
$called
)
{
$result
[
'msg'
]
=
'拨打次数超过5次,不能拨打。'
;
return
$result
;
}
}
$this
->
phone_a
=
$phone_a
;
//经纪人手机号
$this
->
phone_b
=
$phone_b
;
//客户手机号
$this
->
record
=
$record
;
//是否录音
...
...
application/index/view/global/footer_tpl.html
View file @
6bb8fe00
<script
src=
'/resource/lib/js/require.min.js'
data-main=
'/resource/js/main?version=201906886'
charset=
'utf-8'
></script>
<script
src=
'/resource/lib/js/require.min.js'
data-main=
'/resource/js/main?version=201906886
2
'
charset=
'utf-8'
></script>
application/index/view/member/user_genjing_modal.html
View file @
6bb8fe00
...
...
@@ -247,6 +247,7 @@
color
:
#FF8018
;
text-decoration
:
none
;
font-weight
:
600
;
display
:
none
;
}
.user_call
:hover
{
text-decoration
:
none
;
...
...
@@ -572,7 +573,7 @@
<td>
<span
class=
"fore-span"
>
电话:
</span>
<span
class=
"fore-span cus_phone"
></span>
<a
class=
"fore-span user_call"
>
拨打
</a>
<a
class=
"fore-span user_call"
>
拨打
</a>
</td>
<td>
...
...
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