删除 'd.detail.html'

main
www 5 months ago
parent bd13293946
commit a598baef3f

@ -1,397 +0,0 @@
<!-- 首页 -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>首页</title>
<link rel="stylesheet" href="../../layui/css/layui.css">
<!-- 样式 -->
<link rel="stylesheet" href="../../css/style.css" />
<!-- 主题(主要颜色设置) -->
<link rel="stylesheet" href="../../css/theme.css" />
<!-- 通用的css -->
<link rel="stylesheet" href="../../css/common.css" />
</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;
z-index: -1;
}
#swiper {
overflow: hidden;
}
#swiper .layui-carousel-ind li {
width: 16px;
height: 10px;
border-width: 0;
border-style: ;
border-color: rgba(0,0,0,.3);
border-radius: ;
background-color: rgba(255, 255, 255, 1);
box-shadow: 0 0 6px rgba(1,0,0,.8);
}
#swiper .layui-carousel-ind li.layui-this {
width: 24px;
height: 10px;
border-width: 0;
border-style: solid;
border-color: rgba(0,0,0,.3);
border-radius: 0;
background-color: rgba(255, 255, 255, 1);
box-shadow: 0 0 6px rgba(1,0,0,.8);
}
input#buynumber::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; }
input#buynumber[type="number"]{ -moz-appearance: textfield; }
.message-container {width: 100%}
.detail-tab .layui-tab-card>.layui-tab-title .layui-this {
background-color: rgba(254, 190, 0, 1);
color: rgba(255, 255, 255, 1);
font-size: 14px;
}
.data-detail {
padding-bottom: 20px;
}
.data-detail .layui-breadcrumb a.first {
color: rgba(255, 255, 255, 1) !important;
}
</style>
<body>
<div id="app">
<div class="data-detail">
<div class="data-detail-breadcrumb" :style='{"padding":"0 10px","boxShadow":"","margin":"20px auto","borderColor":"rgba(254, 190, 0, 1)","backgroundColor":"rgba(254, 190, 0, 1)","borderRadius":"8px","borderWidth":"0","borderStyle":"solid","height":"54px"}'>
<span class="layui-breadcrumb">
<a class="first" :style='{"padding":"8px 10px","boxShadow":"","margin":"0 5px","borderColor":"rgba(255,0,0,.3)","color":"rgba(255, 255, 255, 1)","borderRadius":"0","borderWidth":"0","fontSize":"16px","borderStyle":"solid"}' href="../home/home.html">首页</a>
<a><cite :style='{"padding":"8px 15px","boxShadow":"","margin":"0 15px","borderColor":"rgba(255,0,0,.3)","color":"rgba(255, 255, 255, 1)","borderRadius":"4px","borderWidth":"0","fontSize":"16px","borderStyle":""}'>{{title}}</cite></a>
</span>
</div>
<div class="layui-row" style="display: flex">
<div class="layui-col-md5" style="width:400px">
<!-- <div class="layui-carousel" id="swiper">
<div carousel-item id="swiper-item">
<div v-for="(item,index) in swiperList" v-bind:key="index">
<img class="swiper-item" :src="item.img">
</div>
</div>
</div> -->
<div class="layui-carousel" id="swiper" :style='{"boxShadow":"","margin":"0 auto","borderColor":"rgba(0,0,0,.3)","borderRadius":"4px","borderWidth":"0","width":"400px","borderStyle":"","height":"400px"}'>
<div carousel-item>
<div v-if="swiperList.length" v-for="(item,index) in swiperList" :key="index">
<img style="width: 100%;height: 100%;object-fit:cover;" :src="item" />
</div>
</div>
</div>
</div>
<div class="layui-col-md7" style="padding-left: 20px;flex: 1;" :style='{"padding":"0","boxShadow":"0 0 6px rgba(1,0,0,0)","margin":"0 0 0 20px","borderColor":"rgba(227, 227, 227, 0.98)","backgroundColor":"#fff","borderRadius":"0","borderWidth":"2px","borderStyle":"dashed"}'>
<h1 style="position: relative;" :style='{"padding":"10px 15px","boxShadow":"0 0 4px rgba(0,0,0,0.5)","borderColor":"rgba(16, 1, 1, 0.99)","backgroundColor":"#fff","color":"#333","borderRadius":"0","textAlign":"center","borderWidth":"0","fontSize":"16px","borderStyle":""}' class="title">{{title}}</h1>
<div :style='{"padding":"6px 15px","boxShadow":"0 0 6px rgba(1,0,0,0)","margin":"0","borderColor":"rgba(242, 242, 242, 1)","backgroundColor":"#fff","borderRadius":"0","borderWidth":"0 0 2px 0","borderStyle":"dashed"}' class="detail-item">
<span :style='{"padding":"0 12px 0 0","minWidth":"100px","fontSize":"14px","color":"#333","textAlign":"left"}'>队员账号:</span>
<span :style='{"padding":"5px 15px","boxShadow":"","borderColor":"rgba(0,0,0,.3)","backgroundColor":"#fff","color":"#333","borderRadius":"","textAlign":"left","borderWidth":"0","width":"auto","lineHeight":"34px","fontSize":"14px","borderStyle":""}' class="desc">
{{detail.duiyuanzhanghao}}
</span>
</div>
<div :style='{"padding":"6px 15px","boxShadow":"0 0 6px rgba(1,0,0,0)","margin":"0","borderColor":"rgba(242, 242, 242, 1)","backgroundColor":"#fff","borderRadius":"0","borderWidth":"0 0 2px 0","borderStyle":"dashed"}' class="detail-item">
<span :style='{"padding":"0 12px 0 0","minWidth":"100px","fontSize":"14px","color":"#333","textAlign":"left"}'>队员姓名:</span>
<span :style='{"padding":"5px 15px","boxShadow":"","borderColor":"rgba(0,0,0,.3)","backgroundColor":"#fff","color":"#333","borderRadius":"","textAlign":"left","borderWidth":"0","width":"auto","lineHeight":"34px","fontSize":"14px","borderStyle":""}' class="desc">
{{detail.duiyuanxingming}}
</span>
</div>
<div :style='{"padding":"6px 15px","boxShadow":"0 0 6px rgba(1,0,0,0)","margin":"0","borderColor":"rgba(242, 242, 242, 1)","backgroundColor":"#fff","borderRadius":"0","borderWidth":"0 0 2px 0","borderStyle":"dashed"}' class="detail-item">
<span :style='{"padding":"0 12px 0 0","minWidth":"100px","fontSize":"14px","color":"#333","textAlign":"left"}'>年龄:</span>
<span :style='{"padding":"5px 15px","boxShadow":"","borderColor":"rgba(0,0,0,.3)","backgroundColor":"#fff","color":"#333","borderRadius":"","textAlign":"left","borderWidth":"0","width":"auto","lineHeight":"34px","fontSize":"14px","borderStyle":""}' class="desc">
{{detail.nianling}}
</span>
</div>
<div :style='{"padding":"6px 15px","boxShadow":"0 0 6px rgba(1,0,0,0)","margin":"0","borderColor":"rgba(242, 242, 242, 1)","backgroundColor":"#fff","borderRadius":"0","borderWidth":"0 0 2px 0","borderStyle":"dashed"}' class="detail-item">
<span :style='{"padding":"0 12px 0 0","minWidth":"100px","fontSize":"14px","color":"#333","textAlign":"left"}'>性别:</span>
<span :style='{"padding":"5px 15px","boxShadow":"","borderColor":"rgba(0,0,0,.3)","backgroundColor":"#fff","color":"#333","borderRadius":"","textAlign":"left","borderWidth":"0","width":"auto","lineHeight":"34px","fontSize":"14px","borderStyle":""}' class="desc">
{{detail.xingbie}}
</span>
</div>
<div :style='{"padding":"6px 15px","boxShadow":"0 0 6px rgba(1,0,0,0)","margin":"0","borderColor":"rgba(242, 242, 242, 1)","backgroundColor":"#fff","borderRadius":"0","borderWidth":"0 0 2px 0","borderStyle":"dashed"}' class="detail-item">
<span :style='{"padding":"0 12px 0 0","minWidth":"100px","fontSize":"14px","color":"#333","textAlign":"left"}'>手机:</span>
<span :style='{"padding":"5px 15px","boxShadow":"","borderColor":"rgba(0,0,0,.3)","backgroundColor":"#fff","color":"#333","borderRadius":"","textAlign":"left","borderWidth":"0","width":"auto","lineHeight":"34px","fontSize":"14px","borderStyle":""}' class="desc">
{{detail.shouji}}
</span>
</div>
<div :style='{"padding":"6px 15px","boxShadow":"0 0 6px rgba(1,0,0,0)","margin":"0","borderColor":"rgba(242, 242, 242, 1)","backgroundColor":"#fff","borderRadius":"0","borderWidth":"0 0 2px 0","borderStyle":"dashed"}' class="detail-item">
<span :style='{"padding":"0 12px 0 0","minWidth":"100px","fontSize":"14px","color":"#333","textAlign":"left"}'>邮箱:</span>
<span :style='{"padding":"5px 15px","boxShadow":"","borderColor":"rgba(0,0,0,.3)","backgroundColor":"#fff","color":"#333","borderRadius":"","textAlign":"left","borderWidth":"0","width":"auto","lineHeight":"34px","fontSize":"14px","borderStyle":""}' class="desc">
{{detail.youxiang}}
</span>
</div>
</div>
</div>
<div class="layui-row detail-tab">
<div class="layui-tab layui-tab-card" :style='{"boxShadow":"0 0 1px rgba(1,0,0,.3)","borderColor":"rgba(242, 242, 242, 1)","backgroundColor":"#fff","borderRadius":"6px","borderStyle":"dashed","borderWidth":"2px"}' style="overflow: hidden;">
<ul class="layui-tab-title" :style='{"color":"rgba(255, 255, 255, 0.96)","backgroundColor":"rgba(118, 67, 6, 1)","fontSize":"15px"}'>
</ul>
<div class="layui-tab-content">
</div>
</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>
var vue = new Vue({
el: '#app',
data: {
// 轮播图
swiperList: [],
// 数据详情
detail: {
id: 0
},
// 商品标题
title: '',
// 倒计时
count: 0,
// 加入购物车数量
buynumber: 1,
// 当前详情页表
detailTable: 'duiyuan',
// 评价列表
dataList: [],
// 选座座位列表
numberList: []
},
// 倒计时效果
computed: {
SecondToDate: function() {
var time = this.count;
if (null != time && "" != time) {
if (time > 60 && time < 60 * 60) {
time =
parseInt(time / 60.0) +
"分钟" +
parseInt((parseFloat(time / 60.0) - parseInt(time / 60.0)) * 60) +
"秒";
} else if (time >= 60 * 60 && time < 60 * 60 * 24) {
time =
parseInt(time / 3600.0) +
"小时" +
parseInt(
(parseFloat(time / 3600.0) - parseInt(time / 3600.0)) * 60
) +
"分钟" +
parseInt(
(parseFloat(
(parseFloat(time / 3600.0) - parseInt(time / 3600.0)) * 60
) -
parseInt(
(parseFloat(time / 3600.0) - parseInt(time / 3600.0)) * 60
)) *
60
) +
"秒";
} else if (time >= 60 * 60 * 24) {
time =
parseInt(time / 3600.0 / 24) +
"天" +
parseInt(
(parseFloat(time / 3600.0 / 24) - parseInt(time / 3600.0 / 24)) *
24
) +
"小时" +
parseInt(
(parseFloat(time / 3600.0) - parseInt(time / 3600.0)) * 60
) +
"分钟" +
parseInt(
(parseFloat(
(parseFloat(time / 3600.0) - parseInt(time / 3600.0)) * 60
) -
parseInt(
(parseFloat(time / 3600.0) - parseInt(time / 3600.0)) * 60
)) *
60
) +
"秒";
} else {
time = parseInt(time) + "秒";
}
}
return time;
}
},
// 清除定时器
destroyed: function() {
window.clearInterval(this.inter);
},
methods: {
jump(url) {
jump(url)
},
isAuth(tablename, button) {
return isFrontAuth(tablename, button)
},
// 倒计时初始化
countDown() {
let reversetime = new Date(this.detail.reversetime).getTime()
let now = new Date().getTime();
let count = reversetime - now;
if (count > 0) {
this.count = count / 1000
var _this = this;
this.inter = window.setInterval(function() {
_this.count = _this.count - 1;
if (_this.count < 0) {
window.clearInterval(_this.inter);
layer.msg("活动已结束", {
time: 2000,
icon: 5
})
}
}, 1000);
}
},
// 下载文件
downFile(url) {
var download = $("#download");
download.append(
"<a id=\"down\" href=\"aaaa.txt\" target=\"_blank\" download=\"aaaa.txt\" style=\"display:none\">下载该文件</a>");
console.log(download);
$("#down")[0].click();
},
// 跨表
onAcrossTap(acrossTable){
localStorage.setItem('crossTable',`duiyuan`);
localStorage.setItem('crossObj', JSON.stringify(this.detail));
jump(`../${acrossTable}/add.html?corss=true`);
},
}
})
layui.use(['layer', 'form', 'element', 'carousel', 'http', 'jquery', 'laypage'], function() {
var layer = layui.layer;
var element = layui.element;
var form = layui.form;
var carousel = layui.carousel;
var http = layui.http;
var jquery = layui.jquery;
var laypage = layui.laypage;
var limit = 10;
// 数据ID
var id = http.getParam('id');
vue.detail.id = id;
// 商品信息
http.request(`${vue.detailTable}/detail/` + id, 'get', {}, function(res) {
// 详情信息
vue.detail = res.data
// var swiperItemHtml = '';
// for (let item of vue.swiperList) {
// swiperItemHtml +=
// '<div>' +
// '<img class="swiper-item" style="width: 100%;height: 100%;object-fit:cover;" src="' + item + '">' +
// '</div>';
// }
// jquery('#swiper-item').html(swiperItemHtml);
// 轮播图
vue.$nextTick(() => {
carousel.render({
elem: '#swiper',
width: '400px',
height: '400px',
arrow: 'none',
anim: 'fade',
autoplay: 'false',
interval: '3000',
indicator: 'none'
});
})
// carousel.render({
// elem: '#swiper',
// width: swiper.width,height:swiper.height,
// arrow: swiper.arrow,
// anim: swiper.anim,
// interval: swiper.interval,
// indicator: swiper.indicator
// });
});
});
</script>
</body>
</html>
Loading…
Cancel
Save