You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
496 lines
20 KiB
496 lines
20 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head lang="en">
|
|
<meta charset="utf-8">
|
|
<title>电影信息</title>
|
|
<meta name="keywords" content="" />
|
|
<meta name="description" content="" />
|
|
<meta name="renderer" content="webkit">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
<link rel="stylesheet" href="../../layui/css/layui.css">
|
|
<link rel="stylesheet" href="../../xznstatic/css/common.css"/>
|
|
<link rel="stylesheet" href="../../xznstatic/css/style.css"/>
|
|
<script type="text/javascript" src="../../xznstatic/js/jquery-1.11.3.min.js"></script>
|
|
<script type="text/javascript" src="../../xznstatic/js/jquery.SuperSlide.2.1.1.js"></script>
|
|
</head>
|
|
<style>
|
|
html::after {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
content: '';
|
|
display: block;
|
|
background-attachment: fixed;
|
|
background-size: cover;
|
|
background-position: center;
|
|
}
|
|
#test1 {
|
|
overflow: hidden;
|
|
}
|
|
#test1 .layui-carousel-ind li {
|
|
width: 40px;
|
|
height: 10px;
|
|
border-width: 0;
|
|
border-style: solid;
|
|
border-color: rgba(0,0,0,.3);
|
|
border-radius: 0px;
|
|
background-color: rgba(255, 255, 255, 1);
|
|
box-shadow: 0 0 0px ;
|
|
}
|
|
#test1 .layui-carousel-ind li.layui-this {
|
|
width: 40px;
|
|
height: 10px;
|
|
border-width: 0;
|
|
border-style: solid;
|
|
border-color: rgba(0,0,0,.3);
|
|
border-radius: 0px;
|
|
background-color: rgba(233, 121, 19, 1);
|
|
box-shadow: 0 0 0px ;
|
|
}
|
|
|
|
// 列表
|
|
.recommend {
|
|
padding: 10px 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
background-size: cover;
|
|
}
|
|
.recommend .box {
|
|
width: 1002px;
|
|
margin: 0 auto;
|
|
}
|
|
.recommend .box .title {
|
|
padding: 10px 5px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
}
|
|
.recommend .box .title span {
|
|
padding: 0 10px;
|
|
font-size: 16px;
|
|
line-height: 1.4;
|
|
}
|
|
|
|
.recommend .box .filter {
|
|
padding: 0 10px;
|
|
display: flex;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
flex-wrap: wrap;
|
|
}
|
|
.recommend .box .filter .item-list {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.recommend .box .filter .item-list .lable {
|
|
font-size: 14px;
|
|
color: #333;
|
|
box-sizing: border-box;
|
|
}
|
|
.recommend .box .filter .item-list input {
|
|
padding: 0 10px;
|
|
box-sizing: border-box;
|
|
outline: none;
|
|
}
|
|
.recommend .box .filter button {
|
|
display: flex;
|
|
padding: 0 10px;
|
|
box-sizing: border-box;
|
|
align-items: center;
|
|
justify-content: center;
|
|
outline: none;
|
|
}
|
|
.recommend .box .filter button i {
|
|
margin-right: 4px;
|
|
}
|
|
|
|
.recommend .box .list {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.recommend .box .list .list-item {
|
|
flex: 0 0 25%;
|
|
padding: 0 5px;
|
|
box-sizing: border-box;
|
|
}
|
|
.recommend .box .list .list-item .list-item-body {
|
|
cursor: pointer;
|
|
border: 1px solid rgba(0, 0, 0, 3);
|
|
padding: 5px;
|
|
box-sizing: border-box;
|
|
}
|
|
.recommend .box .list .list-item-body img {
|
|
width: 100%;
|
|
height: 100px;
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.recommend .box .list .list-item-body .info {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.recommend .box .list .list-item-body .info .price {
|
|
padding-top: 5px;
|
|
color: red;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.recommend .box .list .list-item-body .info .name {
|
|
padding-top: 5px;
|
|
color: red;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.recommend .box .list .list-item3 {
|
|
flex: 0 0 33.33%;
|
|
}
|
|
|
|
.recommend .box .list .list-item5 {
|
|
flex: 0 0 20%;
|
|
}
|
|
|
|
.recommend .box .news {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.recommend .box .news .list-item {
|
|
flex: 0 0 100%;
|
|
padding: 0 10px;
|
|
box-sizing: border-box;
|
|
}
|
|
.recommend .box .news .list-item .list-item-body {
|
|
cursor: pointer;
|
|
border: 1px solid rgba(0, 0, 0, 3);
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
}
|
|
|
|
.recommend .box .news .list-item .list-item-body img {
|
|
width: 120px;
|
|
height: 100%;
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.recommend .box .news .list-item .list-item-body .item-info {
|
|
flex: 1;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-direction: column;
|
|
padding-left: 10px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.recommend .box .news .list-item .list-item-body .item-info .name {
|
|
padding-top: 5px;
|
|
color: red;
|
|
font-size: 14px;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 1;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|
|
.recommend .box .news .list-item .list-item-body .item-info .time {
|
|
padding-top: 5px;
|
|
color: red;
|
|
font-size: 14px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 1;
|
|
-webkit-box-orient: vertical;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.recommend .box .news .list-item1 {
|
|
flex: 0 0 100%;
|
|
}
|
|
|
|
.recommend .box .news .list-item3 {
|
|
flex: 0 0 33.33%;
|
|
}
|
|
|
|
.index-pv1 .animation-box:hover {
|
|
transform: perspective(1000px) translate3d(0px, 0px, 0px) scale(0.98) rotate(0deg) skew(0deg, 0.5deg);
|
|
transition: all 0.3s;
|
|
}
|
|
|
|
.layui-laypage .layui-laypage-count {
|
|
padding: 0 10px;
|
|
}
|
|
.layui-laypage .layui-laypage-skip {
|
|
padding-left: 10px;
|
|
}
|
|
</style>
|
|
<body>
|
|
<div id="app">
|
|
<div class="banner">
|
|
<div class="layui-carousel" id="test1" :style='{"boxShadow":"3px 0 6px","margin":"0 auto","borderColor":"rgba(0,0,0,.3)","borderRadius":"00px","borderWidth":"0","width":"100%","borderStyle":"solid"}'>
|
|
<div carousel-item>
|
|
<div v-for="(item,index) in swiperList" :key="index">
|
|
<img style="width: 100%;height: 100%;object-fit:cover;" :src="item.img" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="recommend index-pv1" :style='{"padding":"10px 0 10px 0","boxShadow":"0 0 6px ","margin":"0px 0 0 0","borderColor":"rgba(0,0,0,.3)","backgroundColor":"rgba(255, 255, 255, 1)","borderRadius":"0","borderWidth":"0","borderStyle":"solid"}'>
|
|
<div class="box" style='width:80%'>
|
|
<div class="title" :style='{"padding":"0px 0 10px 0","boxShadow":"2px 0 8px ","margin":"10px 0 10px 0","borderColor":"rgba(0,0,0,.3)","backgroundColor":"rgba(46, 78, 126, 1)","borderRadius":"4px","borderWidth":"0","borderStyle":"solid","justifyContent":"space-between","height":"65px"}'>
|
|
<span :style='{"padding":"0 10px","boxShadow":"0 0 6px rgba(255,0,0,0)","borderColor":"rgba(255,0,0,1)","backgroundColor":"rgba(0,0,0,0)","color":"rgba(250, 255, 114, 1)","borderRadius":"0 0 2px 0","borderWidth":"0","fontSize":"20px","borderStyle":"solid"}'>电影信息</span><span :style='{"padding":"0 10px","boxShadow":"0 0 6px rgba(255,0,0,0)","borderColor":"rgba(0,0,0,0)","backgroundColor":"rgba(0,0,0,0)","color":"rgba(213, 124, 46, 1)","borderRadius":"0","borderWidth":"0","fontSize":"17px","borderStyle":"solid"}'>您现在的位置:电影信息</span>
|
|
</div>
|
|
<form class="layui-form filter" :style='{"padding":"0 10px","boxShadow":"0 0 2px","margin":"10px 0 10px 0","borderColor":"rgba(0,0,0,.3)","backgroundColor":"rgba(255, 255, 255, 1)","borderRadius":"2px","alignItems":"center","borderWidth":"0","borderStyle":"solid","justifyContent":"flex-end","height":"64px"}'>
|
|
<div class="item-list">
|
|
<div class="lable" :style='{"padding":"0 10px","boxShadow":"0 0 6px rgba(255,0,0,0)","margin":"3px","borderColor":"rgba(0,0,0,0)","backgroundColor":"transparent","color":"rgba(16, 15, 15, 1)","borderRadius":"0","textAlign":"right","borderWidth":"0","width":"auto","fontSize":"16px","borderStyle":"solid"}'>电影名称</div>
|
|
<input type="text" :style='{"boxShadow":"1px 0 3px rgba(51, 51, 51, 1)","borderColor":"#ccc","backgroundColor":"#fff","color":"rgba(51, 51, 51, 1)","borderRadius":"2px","textAlign":"center","borderWidth":"0.5px","width":"140px","fontSize":"14px","borderStyle":"solid","height":"44px"}' name="dianyingmingcheng" id="dianyingmingcheng" placeholder="电影名称" autocomplete="off" class="layui-input">
|
|
</div>
|
|
<div class="item-list">
|
|
<div class="lable" :style='{"padding":"0 10px","boxShadow":"0 0 6px rgba(255,0,0,0)","margin":"3px","borderColor":"rgba(0,0,0,0)","backgroundColor":"transparent","color":"rgba(16, 15, 15, 1)","borderRadius":"0","textAlign":"right","borderWidth":"0","width":"auto","fontSize":"16px","borderStyle":"solid"}'>电影分类</div>
|
|
<input type="text" :style='{"boxShadow":"1px 0 3px rgba(51, 51, 51, 1)","borderColor":"#ccc","backgroundColor":"#fff","color":"rgba(51, 51, 51, 1)","borderRadius":"2px","textAlign":"center","borderWidth":"0.5px","width":"140px","fontSize":"14px","borderStyle":"solid","height":"44px"}' name="dianyingfenlei" id="dianyingfenlei" placeholder="电影分类" autocomplete="off" class="layui-input">
|
|
</div>
|
|
<div class="item-list">
|
|
<div class="lable" :style='{"padding":"0 10px","boxShadow":"0 0 6px rgba(255,0,0,0)","margin":"3px","borderColor":"rgba(0,0,0,0)","backgroundColor":"transparent","color":"rgba(16, 15, 15, 1)","borderRadius":"0","textAlign":"right","borderWidth":"0","width":"auto","fontSize":"16px","borderStyle":"solid"}'>演员</div>
|
|
<input type="text" :style='{"boxShadow":"1px 0 3px rgba(51, 51, 51, 1)","borderColor":"#ccc","backgroundColor":"#fff","color":"rgba(51, 51, 51, 1)","borderRadius":"2px","textAlign":"center","borderWidth":"0.5px","width":"140px","fontSize":"14px","borderStyle":"solid","height":"44px"}' name="yanyuan" id="yanyuan" placeholder="演员" autocomplete="off" class="layui-input">
|
|
</div>
|
|
<div class="item-list">
|
|
<div class="lable" :style='{"padding":"0 10px","boxShadow":"0 0 6px rgba(255,0,0,0)","margin":"3px","borderColor":"rgba(0,0,0,0)","backgroundColor":"transparent","color":"rgba(16, 15, 15, 1)","borderRadius":"0","textAlign":"right","borderWidth":"0","width":"auto","fontSize":"16px","borderStyle":"solid"}'>影院名称</div>
|
|
<input type="text" :style='{"boxShadow":"1px 0 3px rgba(51, 51, 51, 1)","borderColor":"#ccc","backgroundColor":"#fff","color":"rgba(51, 51, 51, 1)","borderRadius":"2px","textAlign":"center","borderWidth":"0.5px","width":"140px","fontSize":"14px","borderStyle":"solid","height":"44px"}' name="yingyuanmingcheng" id="yingyuanmingcheng" placeholder="影院名称" autocomplete="off" class="layui-input">
|
|
</div>
|
|
<button :style='{"padding":"0 15px","boxShadow":"0 0 8px rgba(0,0,0,0)","margin":"0 0 0 10px","borderColor":"#409EFF","backgroundColor":"#409EFF","color":"#fff","borderRadius":"4px","borderWidth":"0","width":"auto","fontSize":"14px","borderStyle":"solid","height":"40px"}' id="btn-search" type="button" class="layui-btn layui-btn-normal">
|
|
<i v-if="true" class="layui-icon layui-icon-search"></i>搜索
|
|
</button>
|
|
<button :style='{"padding":"0 15px","boxShadow":"0 0 8px rgba(0,0,0,0)","margin":"0 0 0 10px","borderColor":"#409EFF","backgroundColor":"#409EFF","color":"#fff","borderRadius":"4px","borderWidth":"0","width":"auto","fontSize":"14px","borderStyle":"solid","height":"40px"}' v-if="isAuth('dianyingxinxi','新增')" @click="jump('../dianyingxinxi/add.html')" type="button" class="layui-btn btn-theme">
|
|
<i v-if="true" class="layui-icon"></i>添加
|
|
</button>
|
|
</form>
|
|
<!-- 样式一 -->
|
|
<div class="list" style="position: relative;">
|
|
<div v-if="1 == 1" style="position: absolute;left: 0;top: 0;transform: translate3d(-100%, 0, 0);" :style='{"padding":"0","boxShadow":"0 0 6px rgba(255,0,0,0)","margin":"-30px","borderColor":"rgba(0,0,0,1)","backgroundColor":"rgba(0,0,0,0)","borderRadius":"0","borderWidth":"0","width":"84px","borderStyle":"solid","height":"auto"}'>
|
|
<div style="text-align: center;cursor: pointer;" class="category-search" :index="-1" :style='swiperIndex==-1?{"padding":"0 10px","boxShadow":"0 0 6px rgba(0,0,0,.3)","margin":"4px 0","borderColor":"rgba(0,0,0,1)","backgroundColor":"#333","color":"#fff","borderRadius":"4px","borderWidth":"0","width":"100%","lineHeight":"34px","fontSize":"14px","borderStyle":"solid"}:{"padding":"0 10px","boxShadow":"0 0 6px rgba(0,0,0,.3)","margin":"4px 0","borderColor":"rgba(0,0,0,1)","backgroundColor":"#fff","color":"#333","borderRadius":"4px","borderWidth":"0","width":"100%","lineHeight":"34px","fontSize":"14px","borderStyle":"solid"}'>全部</div>
|
|
<div v-for="(item,index) in categoryList" :key="index" >
|
|
<div style="text-align: center;cursor: pointer;" :style='swiperIndex==index?{"padding":"0 10px","boxShadow":"0 0 6px rgba(0,0,0,.3)","margin":"4px 0","borderColor":"rgba(0,0,0,1)","backgroundColor":"#333","color":"#fff","borderRadius":"4px","borderWidth":"0","width":"100%","lineHeight":"34px","fontSize":"14px","borderStyle":"solid"}:{"padding":"0 10px","boxShadow":"0 0 6px rgba(0,0,0,.3)","margin":"4px 0","borderColor":"rgba(0,0,0,1)","backgroundColor":"#fff","color":"#333","borderRadius":"4px","borderWidth":"0","width":"100%","lineHeight":"34px","fontSize":"14px","borderStyle":"solid"}' :index="index" class="category-search">{{categoryList[index]}}</div>
|
|
</div>
|
|
</div>
|
|
<div @click="jump('../dianyingxinxi/detail.html?id='+item.id)" v-for="(item,index) in dataList" :key="index" class="list-item" :class="4=='3'?'list-item3':4=='5'?'list-item5':''">
|
|
<div class="list-item-body animation-box" :style='{"padding":"13px 0px 10px 0px","boxShadow":"1px 0 3px","margin":"0 0 10px 0","borderColor":"rgba(255, 255, 255, 0.3)","backgroundColor":"#fff","borderRadius":"4px","borderWidth":"0","borderStyle":"solid"}'>
|
|
<img :style='{"boxShadow":"0px 0 0px#1685a9","borderColor":"rgba(0,0,0,.3)","borderRadius":"0px 0px 0px 0px","borderWidth":"0","width":"100%","borderStyle":"solid","height":"260px"}' :src="item.dianyinghaibao?item.dianyinghaibao.split(',')[0]:''">
|
|
<div class="info">
|
|
<div v-if="item.price" :style='{"padding":"0","margin":"10px 0 0 0","backgroundColor":"rgba(0,0,0,0)","color":"rgba(201, 55, 86, 1)","borderRadius":"0","textAlign":"right","width":"100%","fontSize":"14px"}' class="price">{{item.price}} RMB</div>
|
|
<div v-if="true" :style='{"isshow":true,"padding":"0","margin":"5px 0 0 0","backgroundColor":"rgba(0,0,0,0)","color":"rgba(22, 133, 169, 1)","borderRadius":"0","textAlign":"center","width":"100%","fontSize":"16px"}' class="name">{{item.dianyingmingcheng}}</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="pager" id="pager" :style="{textAlign:1==1?'left':1==2?'center':'right'}"></div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
<script src="../../layui/layui.js"></script>
|
|
<script src="../../js/vue.js"></script>
|
|
<script src="../../js/config.js"></script>
|
|
<script src="../../modules/config.js"></script>
|
|
<script src="../../js/utils.js"></script>
|
|
|
|
<script type="text/javascript">
|
|
var vue = new Vue({
|
|
el: '#app',
|
|
data: {
|
|
swiperList: [],
|
|
categoryList: [],
|
|
dataList: [],
|
|
swiperIndex: '-1'
|
|
},
|
|
filters: {
|
|
newsDesc: function(val) {
|
|
if (val) {
|
|
if (val.length > 60) {
|
|
return val.substring(0, 60).replace(/<[^>]*>/g).replace(/undefined/g, '');
|
|
} else {
|
|
return val.replace(/<[^>]*>/g).replace(/undefined/g, '');
|
|
}
|
|
}
|
|
return '';
|
|
}
|
|
},
|
|
methods: {
|
|
isAuth(tablename, button) {
|
|
return isFrontAuth(tablename, button)
|
|
},
|
|
jump(url) {
|
|
jump(url)
|
|
}
|
|
}
|
|
});
|
|
|
|
layui.use(['layer', 'element', 'carousel', 'laypage', 'http', 'jquery'], function() {
|
|
var layer = layui.layer;
|
|
var element = layui.element;
|
|
var carousel = layui.carousel;
|
|
var laypage = layui.laypage;
|
|
var http = layui.http;
|
|
var jquery = layui.jquery;
|
|
|
|
var limit = 8;
|
|
|
|
// 获取轮播图 数据
|
|
http.request('config/list', 'get', {
|
|
page: 1,
|
|
limit: 5
|
|
}, function(res) {
|
|
if (res.data.list.length > 0) {
|
|
let swiperList = [];
|
|
res.data.list.forEach(element => {
|
|
if (element.value != null) {
|
|
swiperList.push({
|
|
img: element.value
|
|
});
|
|
}
|
|
});
|
|
vue.swiperList = swiperList;
|
|
|
|
vue.$nextTick(() => {
|
|
carousel.render({
|
|
elem: '#test1',
|
|
width: '100%',
|
|
height: '520px',
|
|
arrow: 'hover',
|
|
anim: 'default',
|
|
autoplay: 'true',
|
|
interval: '3000',
|
|
indicator: 'inside'
|
|
});
|
|
|
|
})
|
|
// vue.$nextTick(()=>{
|
|
// window.xznSlide();
|
|
// });
|
|
}
|
|
});
|
|
|
|
|
|
//类型查询
|
|
categoryList();
|
|
//类型搜索
|
|
$(document).on("click", ".category-search", function(e){
|
|
vue.swiperIndex = $(this).attr('index')
|
|
pageList(e.target.innerText);
|
|
});
|
|
|
|
function categoryList() {
|
|
// 获取列表数据
|
|
http.request('option/dianyingfenlei/dianyingfenlei', 'get', {}, function(res) {
|
|
vue.categoryList = res.data
|
|
})
|
|
|
|
}
|
|
var vCategory = '';
|
|
// 分页列表
|
|
pageList();
|
|
|
|
// 搜索按钮
|
|
jquery('#btn-search').click(function(e) {
|
|
pageList();
|
|
});
|
|
|
|
function pageList(category) {
|
|
var param = {
|
|
page: 1,
|
|
limit: limit
|
|
}
|
|
if(category!=null && category!='全部') {
|
|
vCategory = category;
|
|
if (jquery('#dianyingmingcheng').val()) {
|
|
param['dianyingmingcheng'] = '';
|
|
}
|
|
if (jquery('#dianyingfenlei').val()) {
|
|
param['dianyingfenlei'] = '';
|
|
}
|
|
if (jquery('#yanyuan').val()) {
|
|
param['yanyuan'] = '';
|
|
}
|
|
if (jquery('#yingyuanmingcheng').val()) {
|
|
param['yingyuanmingcheng'] = '';
|
|
}
|
|
}
|
|
if(vCategory!='' && category!='全部') {
|
|
param['dianyingfenlei'] = category;
|
|
}
|
|
|
|
|
|
if (jquery('#dianyingmingcheng').val()) {
|
|
param['dianyingmingcheng'] = jquery('#dianyingmingcheng').val() ? '%' + jquery('#dianyingmingcheng').val() + '%' : '';
|
|
}
|
|
if (jquery('#dianyingfenlei').val()) {
|
|
param['dianyingfenlei'] = jquery('#dianyingfenlei').val() ? '%' + jquery('#dianyingfenlei').val() + '%' : '';
|
|
}
|
|
if (jquery('#yanyuan').val()) {
|
|
param['yanyuan'] = jquery('#yanyuan').val() ? '%' + jquery('#yanyuan').val() + '%' : '';
|
|
}
|
|
if (jquery('#yingyuanmingcheng').val()) {
|
|
param['yingyuanmingcheng'] = jquery('#yingyuanmingcheng').val() ? '%' + jquery('#yingyuanmingcheng').val() + '%' : '';
|
|
}
|
|
|
|
|
|
var indexQueryCondition = localStorage.getItem('indexQueryCondition');
|
|
if (indexQueryCondition) {
|
|
param['dianyingmingcheng'] = '%' + indexQueryCondition + '%';
|
|
localStorage.removeItem('indexQueryCondition');
|
|
}
|
|
|
|
// 获取列表数据
|
|
http.request('dianyingxinxi/list', 'get', param, function(res) {
|
|
vue.dataList = res.data.list
|
|
// 分页
|
|
laypage.render({
|
|
elem: 'pager',
|
|
count: res.data.total,
|
|
limit: limit,
|
|
groups: 3,
|
|
layout: ["prev","page","next"],
|
|
theme: '#E97913',
|
|
jump: function(obj, first) {
|
|
param.page = obj.curr;
|
|
//首次不执行
|
|
if (!first) {
|
|
http.request('dianyingxinxi/list', 'get', param, function(res) {
|
|
vue.dataList = res.data.list
|
|
})
|
|
}
|
|
}
|
|
});
|
|
})
|
|
}
|
|
});
|
|
|
|
window.xznSlide = function() {
|
|
jQuery(".banner").slide({mainCell:".bd ul",autoPlay:true,interTime:5000});
|
|
jQuery("#ifocus").slide({ titCell:"#ifocus_btn li", mainCell:"#ifocus_piclist ul",effect:"leftLoop", delayTime:200, autoPlay:true,triggerTime:0});
|
|
jQuery("#ifocus").slide({ titCell:"#ifocus_btn li", mainCell:"#ifocus_tx ul",delayTime:0, autoPlay:true});
|
|
jQuery(".product_list").slide({mainCell:".bd ul",autoPage:true,effect:"leftLoop",autoPlay:true,vis:5,trigger:"click",interTime:4000});
|
|
};
|
|
</script>
|
|
</body>
|
|
</html>
|