Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
citic-honor
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
fcd4be39
authored
Oct 30, 2020
by
kubisk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dos
parent
c716c4f3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
36 deletions
+5
-36
Application/Home/View/default/layout.tpl
+4
-4
Public/static/image2/._share.jpg
+0
-0
Public/static/image2/share.jpg
+0
-0
Public/static/js/common.js
+1
-32
No files found.
Application/Home/View/default/layout.tpl
View file @
fcd4be39
...
@@ -71,7 +71,7 @@
...
@@ -71,7 +71,7 @@
language
:
(
navigator
.
browserLanguage
||
navigator
.
language
).
toLowerCase
()
language
:
(
navigator
.
browserLanguage
||
navigator
.
language
).
toLowerCase
()
}
}
</script>
</script>
<title>
{:block name='title'}
中信保诚2019年度MDRT百万圆桌精英荣誉海报
{:/block}
</title>
<title>
{:block name='title'}
2020年MDRT加油站荣誉海报制作
{:/block}
</title>
{:if $projectId
&&
strpos( $smarty.server.HTTP_HOST , 'dev.iacode.cn') !== false}
{:if $projectId
&&
strpos( $smarty.server.HTTP_HOST , 'dev.iacode.cn') !== false}
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://projectx.dev.iacode.cn/api/css/rem/{:$rem}/id/{:$projectId}?version={:$version}"
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://projectx.dev.iacode.cn/api/css/rem/{:$rem}/id/{:$projectId}?version={:$version}"
media=
"all"
/>
media=
"all"
/>
...
@@ -101,9 +101,9 @@
...
@@ -101,9 +101,9 @@
window
.
num
=
'{:$num}'
;
window
.
num
=
'{:$num}'
;
var
link
=
location
.
origin
;
var
link
=
location
.
origin
;
var
friend_title
=
'中信保诚
2019年度MDRT百万圆桌精英荣誉海报
'
;
var
friend_title
=
'中信保诚
人寿2020年MDRT加油站荣誉海报制作
'
;
var
friend_desc
=
'
恭喜您荣获寿险业的至高荣誉,成为行业公认的顶级精英!
'
;
var
friend_desc
=
''
;
var
timeline_desc
=
'
恭喜您荣获寿险业的至高荣誉,成为行业公认的顶级精英!
'
;
var
timeline_desc
=
'
中信保诚人寿2020年MDRT加油站荣誉海报制作
'
;
window
.
wxFriendData
=
{
window
.
wxFriendData
=
{
'link'
:
link
,
'link'
:
link
,
'imgUrl'
:
link
+
'/Public/static/image2/share.jpg'
,
'imgUrl'
:
link
+
'/Public/static/image2/share.jpg'
,
...
...
Public/static/image2/._share.jpg
0 → 100644
View file @
fcd4be39
4 KB
Public/static/image2/share.jpg
View file @
fcd4be39
159 KB
|
W:
|
H:
72.6 KB
|
W:
|
H:
2-up
Swipe
Onion skin
Public/static/js/common.js
View file @
fcd4be39
...
@@ -160,7 +160,6 @@ function checkInfo() {
...
@@ -160,7 +160,6 @@ function checkInfo() {
$
(
'.username'
).
text
(
username
);
$
(
'.username'
).
text
(
username
);
// $('.company').html('中信保诚人寿<br/>' + company + '分公司');
// $('.company').html('中信保诚人寿<br/>' + company + '分公司');
$
(
'.company'
).
html
(
'中信保诚人寿<br/>'
+
company
);
$
(
'.company'
).
html
(
'中信保诚人寿<br/>'
+
company
);
setShare
();
}
else
{
}
else
{
$
(
'#notification_area'
).
remove
();
$
(
'#notification_area'
).
remove
();
...
@@ -171,37 +170,7 @@ function checkInfo() {
...
@@ -171,37 +170,7 @@ function checkInfo() {
})
})
}
}
function
setShare
()
{
var
link
=
location
.
origin
;
var
friend_title
=
'中信保诚2019年度MDRT百万圆桌精英荣誉海报'
;
var
friend_desc
=
''
;
var
timeline_desc
=
''
;
if
(
level
==
1
)
{
friend_desc
=
'恭喜您获得寿险业的至高荣誉,加冕TOT顶尖会员称号'
;
timeline_desc
=
'恭喜您获得寿险业的至高荣誉,加冕TOT顶尖会员称号'
;
}
else
if
(
level
==
2
)
{
friend_desc
=
'恭喜您获得寿险业的至高荣誉,荣获COT超级会员称号'
;
timeline_desc
=
'恭喜您获得寿险业的至高荣誉,荣获COT超级会员称号'
;
}
else
{
friend_desc
=
'恭喜您获得寿险业的至高荣誉,获得MDRT会员称号'
;
timeline_desc
=
'恭喜您获得寿险业的至高荣誉,获得MDRT会员称号'
;
}
window
.
wxFriendData
=
{
'link'
:
link
,
'imgUrl'
:
link
+
'/Public/static/image2/share.jpg'
,
'title'
:
friend_title
,
'desc'
:
friend_desc
,
success
:
function
()
{}
};
window
.
wxTimelineData
=
{
'link'
:
link
,
'imgUrl'
:
link
+
'/Public/static/image2/share.jpg'
,
'title'
:
timeline_desc
,
success
:
function
()
{}
};
wx
.
onMenuShareAppMessage
(
wxFriendData
);
wx
.
onMenuShareTimeline
(
wxTimelineData
);
}
function
initPage
()
{
function
initPage
()
{
const
displacement
=
parseFloat
(
getTranslateDistance
());
const
displacement
=
parseFloat
(
getTranslateDistance
());
...
...
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