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
bf040bd1
Commit
bf040bd1
authored
Feb 18, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
微信下载页
parent
d68fa75e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
4 deletions
+16
-4
download.vue
public/appnew/src/components/download/download.vue
+15
-3
anzhuo@2x.png
public/appnew/src/components/download/images/anzhuo@2x.png
+0
-0
pingguo@2x.png
public/appnew/src/components/download/images/pingguo@2x.png
+0
-0
schoolBusinessNew.js
public/resource/js/schoolBusinessNew.js
+1
-1
No files found.
public/appnew/src/components/download/download.vue
View file @
bf040bd1
...
...
@@ -2,7 +2,9 @@
<div
class=
"min-height-list"
>
<div
class=
"bg-con"
></div>
<div
class=
"btn-con"
>
<img
:src=
"btn"
@
click=
"download"
/>
<img
:src=
"btn1"
@
click=
"download"
v-if=
'isShowBtn'
/>
<img
:src=
"btn2"
@
click=
"download"
v-if=
'!isShowBtn'
/>
</div>
<div
id=
"footer_and"
class=
"footer_xia"
v-if=
'isShowTips'
>
<div
style=
"width: 100%;"
>
...
...
@@ -14,19 +16,29 @@
<
script
>
import
xiazai
from
'@/components/download/images/xiazai.png'
;
import
btn
from
'@/components/download/images/btn@2x.png'
;
import
btn1
from
'@/components/download/images/pingguo@2x.png'
;
import
btn2
from
'@/components/download/images/anzhuo@2x.png'
;
import
'@/assets/js/layer041002.js'
;
export
default
{
data
:
()
=>
({
btn
,
btn1
,
btn2
,
xiazai
,
isShowTips
:
false
,
isShowBtn
:
true
,
}),
created
()
{
let
_this
=
this
;
if
(
_this
.
common
.
isIos
())
{
//苹果按钮
console
.
log
(
_this
.
isShowBtn
);
_this
.
isShowBtn
=
true
;
_this
.
downloadAddress
=
'https://itunes.apple.com/cn/app/id1326696107'
;
}
else
{
//安卓按钮
console
.
log
(
_this
.
isShowBtn
);
_this
.
isShowBtn
=
false
;
//获取安卓下载链接,type为1,苹果为2
_this
.
axios
({
method
:
'get'
,
...
...
public/appnew/src/components/download/images/anzhuo@2x.png
0 → 100644
View file @
bf040bd1
34.4 KB
public/appnew/src/components/download/images/pingguo@2x.png
0 → 100644
View file @
bf040bd1
33.7 KB
public/resource/js/schoolBusinessNew.js
View file @
bf040bd1
...
...
@@ -330,7 +330,7 @@ define(['doT', 'text!temp/schoolBusiness_template_tpl.html', 'ckfinder', 'ckfind
var
_data
=
data
[
'data'
];
if
(
_data
[
'cover_plan'
])
{
http
:
//images.tonglianjituan.com/static/shop_image_depot/20190218/20190218105609841.jpg
//
http://images.tonglianjituan.com/static/shop_image_depot/20190218/20190218105609841.jpg
_imgUploadLiebiao
.
html
(
'<li><img title="点击查看大图" src="{0}" /><a href="javascript:;" class="delet-pic-btn">删除</a></li>'
.
stringFormatObj
({
...
...
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