Commit bf040bd1 authored by agping's avatar agping

微信下载页

parent d68fa75e
......@@ -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',
......
......@@ -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({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment