Merge branch 'sit-Leung' into sit-Carl
# Conflicts: # rc-busness/components/header.vue # rc-busness/pages/index.vue
@ -201,10 +201,13 @@ export const userque = (stype) => {
|
|||||||
|
|
||||||
|
|
||||||
//标品全部信息
|
//标品全部信息
|
||||||
export const biaomessage = (stype,name) => {
|
export const biaomessage = (stype,name,curPage,curRow) => {
|
||||||
console.log(stype);
|
if(!curPage)
|
||||||
|
curPage=1;
|
||||||
|
if(!curRow)
|
||||||
|
curRow=10;
|
||||||
|
let queryTail='&page='+curPage+'&rows='+curRow;
|
||||||
if(stype.length>1){
|
if(stype.length>1){
|
||||||
console.log("========");
|
|
||||||
let list={};
|
let list={};
|
||||||
stype.map(item=>{
|
stype.map(item=>{
|
||||||
console.log(item);
|
console.log(item);
|
||||||
@ -215,18 +218,10 @@ export const biaomessage = (stype,name) => {
|
|||||||
str = str + key + "=" + list[key] + "&";
|
str = str + key + "=" + list[key] + "&";
|
||||||
}
|
}
|
||||||
stype = str.substr(0,str.length-1);
|
stype = str.substr(0,str.length-1);
|
||||||
var data = {
|
return fetch('product/query'+stype+queryTail, '', 'POST' )
|
||||||
page:1,
|
|
||||||
row:10
|
|
||||||
}
|
|
||||||
return fetch('product/query'+stype, data, 'POST' )
|
|
||||||
}else{
|
}else{
|
||||||
console.log('-==');
|
return fetch('product/query?petType='+stype+queryTail, '', 'POST' )
|
||||||
return fetch('product/query?petType='+stype,data, 'POST' )
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export const searchchanpin = (stype) => {
|
export const searchchanpin = (stype) => {
|
||||||
|
@ -38,8 +38,7 @@ img, picture {
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
&:after{
|
&:after{
|
||||||
content:"";
|
|
||||||
width:154px;
|
|
||||||
}
|
}
|
||||||
li{
|
li{
|
||||||
border: 1px solid #D7D7D7;
|
border: 1px solid #D7D7D7;
|
||||||
@ -151,11 +150,9 @@ img, picture {
|
|||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 86%;
|
width: 86%;
|
||||||
&::-webkit-scrollbar{
|
|
||||||
display:none;
|
|
||||||
}
|
|
||||||
li{
|
li{
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
|
flex-shrink:0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.active{
|
.active{
|
||||||
@ -345,6 +342,9 @@ img, picture {
|
|||||||
font-size:.75rem;
|
font-size:.75rem;
|
||||||
line-height: 1.375rem;
|
line-height: 1.375rem;
|
||||||
}
|
}
|
||||||
|
&::-webkit-scrollbar{
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -369,17 +369,25 @@ img, picture {
|
|||||||
display:block;
|
display:block;
|
||||||
li{
|
li{
|
||||||
max-width:20rem;
|
max-width:20rem;
|
||||||
margin-right:.9rem;
|
//margin-right:.875rem;
|
||||||
margin-left:.9rem;
|
margin-left:2.2vw;
|
||||||
.rc-column{
|
.rc-column{
|
||||||
span{
|
span{
|
||||||
font-size:1.875rem;
|
font-size:1.875rem;
|
||||||
height: 5.2rem;
|
height: 5.2rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&:nth-child(4n+1){
|
||||||
|
margin-left:0;
|
||||||
|
}
|
||||||
|
&:nth-child(4n){
|
||||||
|
//margin-right:0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
img{
|
img{
|
||||||
width:20rem;
|
width:100%;
|
||||||
|
max-width:320px;
|
||||||
|
min-width:160px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.ts-right-arr {
|
.ts-right-arr {
|
||||||
@ -489,12 +497,30 @@ img, picture {
|
|||||||
{
|
{
|
||||||
li
|
li
|
||||||
{
|
{
|
||||||
margin-left: 40px;
|
margin-left: 30px;
|
||||||
width: 8.125rem;
|
width: 8.125rem;
|
||||||
height: 2.5rem;
|
height: 2.5rem;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
font-size: .875rem;
|
font-size: .875rem;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
|
&::-webkit-scrollbar{
|
||||||
|
background:unset;
|
||||||
|
height:4px;
|
||||||
|
}
|
||||||
|
&::-webkit-scrollbar-thumb{
|
||||||
|
background-color:#d7d7d7;
|
||||||
|
height:2px;
|
||||||
|
}
|
||||||
|
&::-webkit-scrollbar-track{
|
||||||
|
background-color:ddd;
|
||||||
|
|
||||||
|
height:2px;
|
||||||
|
}
|
||||||
|
&::-webkit-scrollbar-button{
|
||||||
|
background:unset;
|
||||||
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -512,3 +538,14 @@ img, picture {
|
|||||||
display: none!important;
|
display: none!important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media screen and (min-width: 769px) and (max-width: 1370px)
|
||||||
|
{
|
||||||
|
.ts-product-list {
|
||||||
|
display:flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
li{
|
||||||
|
margin-left:0;
|
||||||
|
margin-right:0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -5,6 +5,36 @@
|
|||||||
/deep/.van-swipe__indicator--active{
|
/deep/.van-swipe__indicator--active{
|
||||||
background-color: #E1001A;
|
background-color: #E1001A;
|
||||||
}
|
}
|
||||||
|
.rc-ma{
|
||||||
|
.ul-zhuan{
|
||||||
|
li{
|
||||||
|
background: unset;;
|
||||||
|
img{
|
||||||
|
border-radius: 50%;
|
||||||
|
}
|
||||||
|
&.active {
|
||||||
|
img{
|
||||||
|
border: 3px solid #E2001A;
|
||||||
|
}
|
||||||
|
color: #E2001A;
|
||||||
|
|
||||||
|
}
|
||||||
|
&.unactive {
|
||||||
|
color: #444444;
|
||||||
|
img{
|
||||||
|
border: 3px solid #D7D7D7;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.uservideo{
|
||||||
|
overflow: hidden;
|
||||||
|
video{
|
||||||
|
height:100%;
|
||||||
|
width:auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
@media screen and (max-width:768px){
|
@media screen and (max-width:768px){
|
||||||
.ul-dog{
|
.ul-dog{
|
||||||
display: none;
|
display: none;
|
||||||
@ -24,16 +54,14 @@
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
img{
|
img{
|
||||||
width: 0.64rem;
|
width: 4rem;
|
||||||
height: 0.64rem;
|
height: 4rem;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
li{
|
li{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: 0.20rem;
|
margin-left: 0.20rem;
|
||||||
width: 0.64rem;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 0.64rem;
|
|
||||||
background: #F6F6F6;
|
background: #F6F6F6;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
@ -97,7 +125,6 @@
|
|||||||
height: 26.31rem;
|
height: 26.31rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 0.20px;
|
font-size: 0.20px;
|
||||||
line-height: 1.50rem;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
@ -260,12 +287,7 @@
|
|||||||
li{
|
li{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: 1.25rem;
|
margin-left: 1.25rem;
|
||||||
width: 4rem;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 4rem;
|
|
||||||
background: #F6F6F6;
|
|
||||||
border-radius: 50%;
|
|
||||||
opacity: 1;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -281,14 +303,15 @@
|
|||||||
}
|
}
|
||||||
.active {
|
.active {
|
||||||
font-size: 0.14rem;
|
font-size: 0.14rem;
|
||||||
border: 1px solid red;
|
img{
|
||||||
color: red;
|
border-width: 1px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.unactive {
|
.unactive {
|
||||||
font-size: 0.14rem;
|
font-size: 0.14rem;
|
||||||
color: #444444;
|
img{
|
||||||
border: 1px solid #D7D7D7;
|
border-width: 1px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
// .usermain{
|
// .usermain{
|
||||||
// display: none;
|
// display: none;
|
||||||
@ -314,7 +337,6 @@ object-fit: cover;
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
line-height: 9.375rem;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
|
|
||||||
@ -411,35 +433,33 @@ object-fit: cover;
|
|||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.uservideo{
|
.uservideo{
|
||||||
width: 35rem;
|
width: 35rem;
|
||||||
height: 31.6rem;
|
height: 31.6rem;
|
||||||
display: block;
|
display: block;
|
||||||
border: 1px solid red;
|
}
|
||||||
|
.userleft{
|
||||||
}
|
position: absolute;
|
||||||
.userleft{
|
top: 50%;
|
||||||
position: absolute;
|
left:0;
|
||||||
top: 50%;
|
margin-top: -.72rem;
|
||||||
left:0;
|
img{
|
||||||
margin-top: -.72rem;
|
|
||||||
img{
|
|
||||||
width: .69rem;
|
width: .69rem;
|
||||||
height: 1.38rem;
|
height: 1.38rem;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.userright{
|
.userright{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
right:0;
|
right:0;
|
||||||
margin-top: -.72rem;
|
margin-top: -.72rem;
|
||||||
img{
|
img{
|
||||||
width: .69rem;
|
width: .69rem;
|
||||||
height: 1.375rem;
|
height: 1.375rem;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -494,23 +514,18 @@ img{
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
span{
|
span{
|
||||||
margin-top: 2.5rem;
|
margin-top: 1vw;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
img{
|
img{
|
||||||
width: 9.5rem;
|
width: 10vw;
|
||||||
height: 9.5rem;
|
height: 10vw;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
li{
|
li{
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
width: 9.875rem;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 9.875rem;
|
|
||||||
background: #F6F6F6;
|
|
||||||
border-radius: 50%;
|
|
||||||
margin-left:1.25rem;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -525,8 +540,6 @@ img{
|
|||||||
|
|
||||||
}
|
}
|
||||||
.usermain{
|
.usermain{
|
||||||
margin-top: 2.5rem;
|
|
||||||
padding-bottom: 2.82rem;
|
|
||||||
.ul-dog{
|
.ul-dog{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -593,17 +606,18 @@ margin-left: 2.5rem;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.active {
|
.active {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
border: 3px solid red;
|
img{
|
||||||
color: red;
|
border-width: 3px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.unactive {
|
.unactive {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: #444444;
|
img{
|
||||||
border: 1px solid #D7D7D7;
|
border-width: 1px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
.rc-maa{
|
.rc-maa{
|
||||||
ul{
|
ul{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -637,13 +651,10 @@ border-radius: 50%;
|
|||||||
|
|
||||||
.userselection {
|
.userselection {
|
||||||
font-size: 0.16rem;
|
font-size: 0.16rem;
|
||||||
|
color: #E2001A;
|
||||||
color: #E2001A;
|
}
|
||||||
|
|
||||||
}
|
|
||||||
.unselection {
|
.unselection {
|
||||||
font-size: 0.16rem;
|
font-size: 0.16rem;
|
||||||
|
|
||||||
}
|
}
|
||||||
.rc-usermessage{
|
.rc-usermessage{
|
||||||
span{
|
span{
|
||||||
@ -653,3 +664,14 @@ color: #E2001A;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width:600px) and (max-width:768px)
|
||||||
|
{
|
||||||
|
.ul-zhuan{
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-evenly;
|
||||||
|
li{
|
||||||
|
margin-left:0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -379,17 +379,19 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
const isReload={
|
||||||
|
needload:false
|
||||||
|
};
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
headerScroll:false,
|
headerScroll:false,
|
||||||
loginornot:true,//用户是否登录提示点
|
loginornot:true,//用户是否登录提示点
|
||||||
usermessage:null,//存储用户信息
|
usermessage:null,//存储用户信息
|
||||||
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
created(){
|
||||||
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
//判断用户有无登录显示红点
|
//判断用户有无登录显示红点
|
||||||
let usernot=JSON.parse(localStorage.getItem("userInfo"));
|
let usernot=JSON.parse(localStorage.getItem("userInfo"));
|
||||||
@ -401,11 +403,45 @@ export default {
|
|||||||
this.loginornot=false
|
this.loginornot=false
|
||||||
this.usermessage=usernot;
|
this.usermessage=usernot;
|
||||||
}
|
}
|
||||||
console.log(this.loginornot);
|
//debugger;
|
||||||
|
if(isReload.needload)
|
||||||
|
location.reload();
|
||||||
|
if(isReload.needload==false)
|
||||||
|
isReload.needload=true;
|
||||||
|
//console.log(this.loginornot);
|
||||||
|
/*
|
||||||
|
if(RCDL && RCDL.utilities && RCDL.navigation && RCDL.navigation.rebuild)
|
||||||
|
{
|
||||||
|
|
||||||
|
if (["sm", "xs", "md-1"].includes(RCDL.utilities.breakpoints.values.width.current)) {
|
||||||
|
this.refreshMobileNav();
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
this.refreshDesktopNav();
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
*/
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
|
refreshDesktopNav:function(){
|
||||||
|
RCDL.navigation.currentState=null;
|
||||||
|
RCDL.navigation.rebuild();
|
||||||
|
},
|
||||||
|
refreshMobileNav:function(){
|
||||||
|
let itemGroupList=document.querySelectorAll("nav[data-toggle-group=mobile] .rc-list--align[role=menu]");
|
||||||
|
itemGroupList.forEach(function(ele,i){
|
||||||
|
if(ele.className.indexOf("rc-expand--horizontal")<0 && ele.className.indexOf("rc-btn-offset--top")<0)
|
||||||
|
{
|
||||||
|
if(ele.id.indexOf("nav-list")>=0)
|
||||||
|
ele.classList.add("rc-expand--horizontal");
|
||||||
|
else if(ele.id.indexOf("nav-footer")>=0)
|
||||||
|
ele.classList.add("rc-expand--vertical");
|
||||||
|
}
|
||||||
|
})
|
||||||
|
},
|
||||||
bindTracking: function(){
|
bindTracking: function(){
|
||||||
console.log('bindTracking');
|
console.log('bindTracking');
|
||||||
},
|
},
|
||||||
|
@ -1,288 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div class="magnify">
|
|
||||||
<div class="left_contaner">
|
|
||||||
<div class="middle_img" @mouseover="boxMouseOver" @mouseleave="boxMouseLeave">
|
|
||||||
<img :src="middleImg" alt="" style="width:100%">
|
|
||||||
<div class="shade" @mouseover="shadeMouseOver" @mousemove="shadeMouseMove" ref="shade" v-show="isShade"></div>
|
|
||||||
</div>
|
|
||||||
<div class="carousel">
|
|
||||||
<div class="left_arrow arrow" @click="leftArrowClick">
|
|
||||||
<img src="../assets/image/userleft.jpg" alt="">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="show_box">
|
|
||||||
<ul class="picture_container" ref="middlePicture">
|
|
||||||
<li class="picture_item" @click="tabPicture(item,index)" v-for="(item, index) in pictureList" :key="index">
|
|
||||||
<img :src="item.attachmentPath" class="small_img" alt="">
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="right_arrow arrow" @click="rightArrowClick">
|
|
||||||
<img src="../assets/image/userright.png" alt="">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="right_contanier" v-show="isBig">
|
|
||||||
<img :src="middleImg" ref="bigImg" class="big_img" alt="">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
import $ from 'jquery'
|
|
||||||
export default {
|
|
||||||
props:['parentmsg'],
|
|
||||||
props: {
|
|
||||||
|
|
||||||
tableLabelTest:Array,
|
|
||||||
imgList: Array, // 图片数据
|
|
||||||
zoom: {
|
|
||||||
default: 2, // 缩略比例,放大比例
|
|
||||||
type: Number
|
|
||||||
}
|
|
||||||
},
|
|
||||||
data() {
|
|
||||||
return {
|
|
||||||
middleImgWidth:350,
|
|
||||||
middleImgHeight:350,
|
|
||||||
thumbnailHeight:100,
|
|
||||||
|
|
||||||
tableLabelTest1:this.tableLabelTest,
|
|
||||||
pictureList: [
|
|
||||||
{url: require("../assets/four.png")},
|
|
||||||
{url: require("../assets/cat.png")},
|
|
||||||
{url: require("../assets/one.png")},
|
|
||||||
{url: require("../assets/six.png")},
|
|
||||||
{url: require("../assets/six.png")},
|
|
||||||
{url: require("../assets/six.png")},
|
|
||||||
{url: require("../assets/four.png")},
|
|
||||||
{url: require("../assets/cat.png")},
|
|
||||||
{url: require("../assets/one.png")},
|
|
||||||
{url: require("../assets/six.png")},
|
|
||||||
{url: require("../assets/six.png")},
|
|
||||||
{url: require("../assets/six.png")},
|
|
||||||
],
|
|
||||||
menu:[],
|
|
||||||
middleImg: '', // 中图图片地址
|
|
||||||
bigImg: '', // 大图图片地址
|
|
||||||
isShade: false, // 控制阴影显示与否
|
|
||||||
isBig: false, // 控制放大图显示与否
|
|
||||||
initX: 0, // 初始clientX值
|
|
||||||
initY: 0, // 初始clientY值
|
|
||||||
leftX: 0, // 初始定位left
|
|
||||||
topY: 0, // 初始定位top
|
|
||||||
middleLeft: 0, // 当前放置小图盒子的定位left值,
|
|
||||||
itemWidth: 80, // 缩略图每张的宽度
|
|
||||||
}
|
|
||||||
},
|
|
||||||
watch:{
|
|
||||||
data:'ifadroind',// 值可以为methods的方法名
|
|
||||||
inputName: function(newValue) {
|
|
||||||
this.pictureList=newValue;
|
|
||||||
this.menu=newValue;
|
|
||||||
console.log(this.newValue);
|
|
||||||
}
|
|
||||||
},
|
|
||||||
created() {
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
mounted() {
|
|
||||||
let user= JSON.parse(localStorage.getItem("message"));
|
|
||||||
console.log(user);
|
|
||||||
if(user!==null){
|
|
||||||
this.pictureList=user;
|
|
||||||
}
|
|
||||||
if (user && user.length) {
|
|
||||||
this.pictureList = user
|
|
||||||
}
|
|
||||||
this.middleImg = this.pictureList[0].attachmentPath;
|
|
||||||
console.log(this.middleImg);
|
|
||||||
// 计算缩略图的宽度,默认是显示4张图片,两边箭头的宽度和为50
|
|
||||||
// this.itemWidth = (this.middleImgWidth-30) / 2
|
|
||||||
this.ifadroind();
|
|
||||||
this.$nextTick(() => {
|
|
||||||
console.log(this.menu);
|
|
||||||
// 容器的高
|
|
||||||
const imgWidth = this.middleImgHeight + this.thumbnailHeight + 20
|
|
||||||
// 设置容器宽高
|
|
||||||
// $('.magnify').css({
|
|
||||||
// width: this.middleImgWidth,
|
|
||||||
// height: imgWidth
|
|
||||||
// })
|
|
||||||
|
|
||||||
// 设置移动阴影图宽高
|
|
||||||
$('.middle_img .shade').css({
|
|
||||||
width: this.middleImgWidth/this.zoom,
|
|
||||||
height: this.middleImgHeight/this.zoom
|
|
||||||
})
|
|
||||||
// 设置缩略图容器高
|
|
||||||
$('.carousel').css({
|
|
||||||
height: this.thumbnailHeight
|
|
||||||
})
|
|
||||||
// 设置每个缩略图宽
|
|
||||||
// $('.picture_item').css({
|
|
||||||
// width: this.itemWidth
|
|
||||||
// })
|
|
||||||
// 设置放大后图片容器的宽高,left
|
|
||||||
$('.right_contanier').css({
|
|
||||||
left: this.middleImgWidth,
|
|
||||||
width: imgWidth,
|
|
||||||
height: imgWidth
|
|
||||||
})
|
|
||||||
// 设置放大图片的宽高(图片的放大倍数)
|
|
||||||
$('.right_contanier .big_img').css({
|
|
||||||
width: imgWidth * this.zoom,
|
|
||||||
height: imgWidth * this.zoom
|
|
||||||
})
|
|
||||||
})
|
|
||||||
},
|
|
||||||
|
|
||||||
methods: {
|
|
||||||
//判断是手机打开还是电脑打开
|
|
||||||
ifadroind(){
|
|
||||||
var sUserAgent = navigator.userAgent.toLowerCase();
|
|
||||||
var bIsIpad = sUserAgent.match(/ipad/i) == "ipad";
|
|
||||||
var bIsIphoneOs = sUserAgent.match(/iphone os/i) == "iphone os";
|
|
||||||
var bIsMidp = sUserAgent.match(/midp/i) == "midp";
|
|
||||||
var bIsUc7 = sUserAgent.match(/rv:1.2.3.4/i) == "rv:1.2.3.4";
|
|
||||||
var bIsUc = sUserAgent.match(/ucweb/i) == "ucweb";
|
|
||||||
var bIsAndroid = sUserAgent.match(/android/i) == "android";
|
|
||||||
var bIsCE = sUserAgent.match(/windows ce/i) == "windows ce";
|
|
||||||
var bIsWM = sUserAgent.match(/windows mobile/i) == "windows mobile";
|
|
||||||
|
|
||||||
if ((bIsIpad || bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM)) {
|
|
||||||
//Mob Screen
|
|
||||||
}else{
|
|
||||||
//PC screen size
|
|
||||||
this.middleImgWidth=560;
|
|
||||||
this.middleImgHeight=560;
|
|
||||||
}
|
|
||||||
$('.middle_img').css({
|
|
||||||
width: this.middleImgWidth,
|
|
||||||
height: this.middleImgHeight
|
|
||||||
})
|
|
||||||
},
|
|
||||||
// 产品图片鼠标移入事件,显示阴影,显示大图
|
|
||||||
boxMouseOver (e) {
|
|
||||||
e.preventDefault();
|
|
||||||
e.stopPropagation();
|
|
||||||
this.isShade = true
|
|
||||||
this.isBig = true
|
|
||||||
// 计算阴影的位置
|
|
||||||
let x = e.offsetX - $('.shade').width()/2
|
|
||||||
let y = e.offsetY - $('.shade').height()/2
|
|
||||||
let maxLeft = $('.middle_img').width() - $('.shade').width()
|
|
||||||
let maxTop = $('.middle_img').height() - $('.shade').height()
|
|
||||||
x = x <= 0 ? 0 : x
|
|
||||||
x = x >= maxLeft ? maxLeft : x
|
|
||||||
y = y <= 0 ? 0 : y
|
|
||||||
y = y >= maxTop ? maxTop : y
|
|
||||||
$('.shade').css({
|
|
||||||
left: x,
|
|
||||||
top: y
|
|
||||||
})
|
|
||||||
},
|
|
||||||
// 鼠标在阴影移动
|
|
||||||
shadeMouseMove (e) {
|
|
||||||
|
|
||||||
e.preventDefault();
|
|
||||||
e.stopPropagation();
|
|
||||||
|
|
||||||
//用页面x - 父盒子的offsetLeft - 父盒子的左边框宽度
|
|
||||||
var x = this.getEventPage(e).pageX - $('.middle_img')[0].offsetParent.offsetLeft - $('.middle_img')[0].offsetParent.clientLeft;
|
|
||||||
//用页面y - 父盒子的offsetTop - 父盒子的上边框宽度
|
|
||||||
var y = this.getEventPage(e).pageY - $('.middle_img')[0].offsetParent.offsetTop - $('.middle_img')[0].offsetParent.clientTop;
|
|
||||||
|
|
||||||
//让阴影的坐标居中
|
|
||||||
x -= $('.shade').width() / 2;
|
|
||||||
y -= $('.shade').height() / 2;
|
|
||||||
|
|
||||||
// 移动边界限制
|
|
||||||
let maxLeft = $('.middle_img').width() - $('.shade').width()
|
|
||||||
let maxTop = $('.middle_img').height() - $('.shade').height()
|
|
||||||
x = x <= 0 ? 0 : x
|
|
||||||
x = x >= maxLeft ? maxLeft : x
|
|
||||||
y = y <= 0 ? 0 : y
|
|
||||||
y = y >= maxTop ? maxTop : y
|
|
||||||
// 重新赋值当前的定位值
|
|
||||||
$('.shade').css({
|
|
||||||
left: x,
|
|
||||||
top: y
|
|
||||||
})
|
|
||||||
// 计算出实时的大图的定位,首先计算出比例
|
|
||||||
// 比例为x:大图宽度/小图宽度 y: 大图高度/小图高度,将小图的定位乘以比例就是大图的定位
|
|
||||||
const xRate = $('.big_img').width() / $('.middle_img').width()
|
|
||||||
const yRate = $('.big_img').height() / $('.middle_img').height()
|
|
||||||
$('.big_img').css({
|
|
||||||
left: -x*xRate,
|
|
||||||
top: -y*yRate
|
|
||||||
})
|
|
||||||
// console.log(e, x, y, xRate, yRate, 66677)
|
|
||||||
},
|
|
||||||
// 鼠标移入阴影,去除自定义事件
|
|
||||||
shadeMouseOver (e) {
|
|
||||||
e.preventDefault();
|
|
||||||
e.stopPropagation();
|
|
||||||
// console.log(88888, e)
|
|
||||||
},
|
|
||||||
// 图片移出隐藏阴影和大图
|
|
||||||
boxMouseLeave () {
|
|
||||||
this.isShade = false
|
|
||||||
this.isBig = false
|
|
||||||
},
|
|
||||||
// 切换图片
|
|
||||||
tabPicture (item,index) {
|
|
||||||
this.middleImg = item.attachmentPath
|
|
||||||
this.$emit('changeName',item)
|
|
||||||
console.log(item,index)
|
|
||||||
},
|
|
||||||
// 点击左边箭头
|
|
||||||
leftArrowClick () {
|
|
||||||
if (this.middleLeft < 0) {
|
|
||||||
// 每次向右平移一个图片盒子的宽度
|
|
||||||
this.middleLeft += this.itemWidth
|
|
||||||
$('.picture_container').animate({
|
|
||||||
left: this.middleLeft
|
|
||||||
}, 500)
|
|
||||||
}
|
|
||||||
},
|
|
||||||
// 点击右边箭头
|
|
||||||
rightArrowClick () {
|
|
||||||
// 每次向左平移一个盒子的宽度,最多移动的宽度为(图片数组长度-1)*每张缩略图的宽度
|
|
||||||
if (this.middleLeft > -this.itemWidth*(this.pictureList.length-1)) {
|
|
||||||
this.middleLeft -= this.itemWidth
|
|
||||||
$('.picture_container').animate({
|
|
||||||
left: this.middleLeft
|
|
||||||
}, 500)
|
|
||||||
}
|
|
||||||
},
|
|
||||||
/**
|
|
||||||
* 获取网页滚出去的距离(包括上面滚出去的部分和左边滚出去的部分)
|
|
||||||
* @returns {{scrollTop: (Number|number), scrollLeft: (Number|number)}}
|
|
||||||
*/
|
|
||||||
getPageScroll() {
|
|
||||||
return {
|
|
||||||
scrollTop: window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop || 0,
|
|
||||||
scrollLeft: window.pageXOffset || document.documentElement.scrollLeft || document.body.scrollLeft || 0
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 获取事件对象点击的点,相对于文档左上角的坐标
|
|
||||||
* @param e
|
|
||||||
* @returns {{pageX: *, pageY: *}}
|
|
||||||
*/
|
|
||||||
getEventPage(e) {
|
|
||||||
return {
|
|
||||||
pageX: e.clientX + this.getPageScroll().scrollLeft,
|
|
||||||
pageY: e.clientY + this.getPageScroll().scrollTop
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style lang="less" scoped>
|
|
||||||
@import url("../assets/css/magnifier.less");
|
|
||||||
</style>
|
|
@ -50,7 +50,6 @@ export default {
|
|||||||
plugins: [
|
plugins: [
|
||||||
'@/plugins/vant',
|
'@/plugins/vant',
|
||||||
'@/plugins/ElementUI',
|
'@/plugins/ElementUI',
|
||||||
{ src: "~/plugins/swiper.js", ssr: false },
|
|
||||||
{ src: '@/plugins/localStorage', ssr: false },
|
{ src: '@/plugins/localStorage', ssr: false },
|
||||||
|
|
||||||
|
|
||||||
|
28614
rc-busness/package-lock.json
generated
@ -16,12 +16,10 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nuxtjs/axios": "^5.13.6",
|
"@nuxtjs/axios": "^5.13.6",
|
||||||
"@vant/touch-emulator": "^1.3.2",
|
|
||||||
"amfe-flexible": "^2.2.1",
|
"amfe-flexible": "^2.2.1",
|
||||||
"core-js": "^3.15.1",
|
"core-js": "^3.15.1",
|
||||||
"element-ui": "^2.15.6",
|
"element-ui": "^2.15.6",
|
||||||
"ip": "^1.1.5",
|
"ip": "^1.1.5",
|
||||||
"jquery": "^3.6.0",
|
|
||||||
"less": "^4.1.2",
|
"less": "^4.1.2",
|
||||||
"less-loader": "^6.0.0",
|
"less-loader": "^6.0.0",
|
||||||
"nuxt": "^2.15.7",
|
"nuxt": "^2.15.7",
|
||||||
@ -29,7 +27,8 @@
|
|||||||
"qrcodejs2": "^0.0.2",
|
"qrcodejs2": "^0.0.2",
|
||||||
"vant": "^2.12.22",
|
"vant": "^2.12.22",
|
||||||
"vue-awesome-swiper": "^4.1.1",
|
"vue-awesome-swiper": "^4.1.1",
|
||||||
"vuex-persistedstate": "^4.1.0"
|
"vuex-persistedstate": "^4.1.0",
|
||||||
|
"swiper":"^5.4.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vant/area-data": "^1.1.5",
|
"@vant/area-data": "^1.1.5",
|
||||||
|
@ -3,25 +3,17 @@
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<Myheader></Myheader>
|
<Myheader></Myheader>
|
||||||
|
<div class="rc-top"></div>
|
||||||
<unlogin></unlogin>
|
<unlogin></unlogin>
|
||||||
<!-- Suppose in header end -->
|
<!-- Suppose in header end -->
|
||||||
<van-swipe :autoplay="3000">
|
<van-swipe :autoplay="3000">
|
||||||
<van-swipe-item v-for="(banner, index) in banners" :key="index">
|
<van-swipe-item v-for="(banner, index) in showingBanners" :key="index">
|
||||||
<img :src="banner.src" class="useraimg"/>
|
<img :src="banner.src" class="useraimg"/>
|
||||||
</van-swipe-item>
|
</van-swipe-item>
|
||||||
</van-swipe>
|
</van-swipe>
|
||||||
|
|
||||||
|
|
||||||
<div class="online bold rc-md-down" id="fixed-catbar-seperator"></div>
|
<div class="online bold rc-md-down" id="fixed-catbar-seperator"></div>
|
||||||
<!-- <div v-swiper:mySwiper="swiperOption" class="swiperWrap">
|
|
||||||
<div class="swiper-wrapper">
|
|
||||||
<div class="swiper-slide" v-for="(banner,index ) in banners" :key="index">
|
|
||||||
<img :src="banner.src">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="swiper-pagination swiper-pagination-bullets"></div>
|
|
||||||
</div> -->
|
|
||||||
<div class="rc-max-width--xl">
|
<div class="rc-max-width--xl">
|
||||||
<div class="usermain">
|
<div class="usermain">
|
||||||
<div :class="searchBar?'rc-ma':'rc-ma searchBara'">
|
<div :class="searchBar?'rc-ma':'rc-ma searchBara'">
|
||||||
@ -39,6 +31,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="online bold rc-md-up" v-show="catproduct"></div>
|
<div class="online bold rc-md-up" v-show="catproduct"></div>
|
||||||
|
|
||||||
@ -50,13 +43,14 @@
|
|||||||
<div class="swiper-container rc-full-width rc-padding-y--md" id="swiper1">
|
<div class="swiper-container rc-full-width rc-padding-y--md" id="swiper1">
|
||||||
<h2 class="rc-beta rc-text--center">{{usertitle}}</h2>
|
<h2 class="rc-beta rc-text--center">{{usertitle}}</h2>
|
||||||
<!-- 轮播图 -->
|
<!-- 轮播图 -->
|
||||||
<swiper :options="swiperOption">
|
<van-swipe>
|
||||||
<swiper-slide class="swiper-slide" v-for="(item, key) in catlistvideo" :key="key" >
|
<van-swipe-item class="swiper-slide" v-for="(item, key) in catlistvideo" :key="key" >
|
||||||
<div class="rc-video">
|
<div class="rc-video">
|
||||||
<div class="uservideo">
|
<div class="uservideo">
|
||||||
|
<video :poster=item.catimage controls="">
|
||||||
|
<source :src=item.video>
|
||||||
|
</video>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="rc-right">
|
<div class="rc-right">
|
||||||
<img :src=item.catimage alt="">
|
<img :src=item.catimage alt="">
|
||||||
<span>{{item.title}}</span>
|
<span>{{item.title}}</span>
|
||||||
@ -83,8 +77,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</swiper-slide>
|
</van-swipe-item>
|
||||||
</swiper>
|
</van-swipe>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@ -285,11 +279,13 @@
|
|||||||
<h2 class="rc-beta rc-text--center">{{dogtitle}}</h2>
|
<h2 class="rc-beta rc-text--center">{{dogtitle}}</h2>
|
||||||
</div>
|
</div>
|
||||||
<!-- 轮播图 -->
|
<!-- 轮播图 -->
|
||||||
<swiper :options="swiperOption">
|
<van-swipe>
|
||||||
<swiper-slide class="swiper-slide" v-for="(item, key) in doglistvideo" :key="key" >
|
<van-swipe-item class="swiper-slide" v-for="(item, key) in doglistvideo" :key="key" >
|
||||||
<div class="rc-video">
|
<div class="rc-video">
|
||||||
<div class="uservideo">
|
<div class="uservideo">
|
||||||
|
<video :poster=item.catimage controls="">
|
||||||
|
<source :src=item.video>
|
||||||
|
</video>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="rc-right">
|
<div class="rc-right">
|
||||||
@ -318,8 +314,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</swiper-slide>
|
</van-swipe-item>
|
||||||
</swiper>
|
</van-swipe>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@ -707,11 +703,9 @@
|
|||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
let vm=null;
|
let vm=null;
|
||||||
import $ from 'jquery'
|
|
||||||
import Myheader from "~/components/header.vue";
|
import Myheader from "~/components/header.vue";
|
||||||
import Myfooter from "~/components/rc-footer.vue";
|
import Myfooter from "~/components/rc-footer.vue";
|
||||||
import unlogin from "~/components/unlogin.vue";
|
import unlogin from "~/components/unlogin.vue";
|
||||||
import '@vant/touch-emulator';
|
|
||||||
import { userquery,postCourseId,biaomessage,userque,searchchanpin } from "../ajax/getData";
|
import { userquery,postCourseId,biaomessage,userque,searchchanpin } from "../ajax/getData";
|
||||||
const settings = require("@/config");
|
const settings = require("@/config");
|
||||||
export default {
|
export default {
|
||||||
@ -791,13 +785,19 @@ activeInde3:0,
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
banners:[
|
banners:{
|
||||||
{src:require("../assets/image/one.jpg"),link:""},
|
'mobile':[
|
||||||
{src:require("../assets/image/two.jpg"),link:""},
|
{src:"/images/one.jpg",link:""},
|
||||||
{src:require("../assets/image/three.jpg"),link:""},
|
{src:"/images/two.jpg",link:""},
|
||||||
{src:require("../assets/image/four.jpg"),link:""},
|
{src:"/images/three.jpg",link:""},
|
||||||
|
{src:"/images/four.jpg",link:""}
|
||||||
],
|
],
|
||||||
|
'pc':[
|
||||||
|
{src:"/images/pc-banner1.png",link:""},
|
||||||
|
{src:"/images/pc-banner2.png",link:""},
|
||||||
|
]
|
||||||
|
},
|
||||||
|
showingBanners:{},
|
||||||
userdoglist: [
|
userdoglist: [
|
||||||
{
|
{
|
||||||
title: "小型犬",
|
title: "小型犬",
|
||||||
@ -1150,7 +1150,8 @@ vm=this;
|
|||||||
this.fourmao=false;
|
this.fourmao=false;
|
||||||
this.fivemao=false;
|
this.fivemao=false;
|
||||||
this.sixmao=false;
|
this.sixmao=false;
|
||||||
this.dogshow=false
|
this.dogshow=false;
|
||||||
|
this.showingBanners=this.banners.pc;
|
||||||
// console.log(catshiid);
|
// console.log(catshiid);
|
||||||
}else{
|
}else{
|
||||||
console.log("当前是手机打开")
|
console.log("当前是手机打开")
|
||||||
@ -1163,13 +1164,13 @@ vm=this;
|
|||||||
this.dogshow=true;
|
this.dogshow=true;
|
||||||
this.catproduct=true
|
this.catproduct=true
|
||||||
this.sixmao=true;
|
this.sixmao=true;
|
||||||
|
this.showingBanners=this.banners.mobile;
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
ifadroind(item,index,order){
|
ifadroind(item,index,order){
|
||||||
console.log(item,index,order);
|
//console.log(item,index,order);
|
||||||
|
|
||||||
|
|
||||||
var sUserAgent = navigator.userAgent.toLowerCase();
|
var sUserAgent = navigator.userAgent.toLowerCase();
|
||||||
var bIsIpad = sUserAgent.match(/ipad/i) == "ipad";
|
var bIsIpad = sUserAgent.match(/ipad/i) == "ipad";
|
||||||
@ -1303,8 +1304,6 @@ dogtop.scrollIntoView(true);
|
|||||||
}
|
}
|
||||||
this.dogmessage(this.userserachlist)
|
this.dogmessage(this.userserachlist)
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
userlook(order){
|
userlook(order){
|
||||||
if(order==0){
|
if(order==0){
|
||||||
this.catshi=this.catlist;
|
this.catshi=this.catlist;
|
||||||
@ -1370,9 +1369,9 @@ dogtop.scrollIntoView(true);
|
|||||||
async catmessage(stype) {
|
async catmessage(stype) {
|
||||||
let data=[];
|
let data=[];
|
||||||
if(stype==undefined||stype==null){
|
if(stype==undefined||stype==null){
|
||||||
data = await biaomessage(0);
|
data = await biaomessage(0,'',1,6);
|
||||||
}else{
|
}else{
|
||||||
data = await biaomessage(this.userserachlist);
|
data = await biaomessage(this.userserachlist,'',1,6);
|
||||||
}
|
}
|
||||||
if(data){
|
if(data){
|
||||||
this.catlist=data;
|
this.catlist=data;
|
||||||
@ -1380,10 +1379,7 @@ dogtop.scrollIntoView(true);
|
|||||||
userlist=data.slice(0,6);
|
userlist=data.slice(0,6);
|
||||||
this.catshi=userlist;
|
this.catshi=userlist;
|
||||||
this.catgan=userlist;
|
this.catgan=userlist;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
//请求犬
|
//请求犬
|
||||||
|
@ -7,9 +7,6 @@
|
|||||||
<div class="online" id="fixed-catbar-seperator"></div>
|
<div class="online" id="fixed-catbar-seperator"></div>
|
||||||
<div class="rc-top"></div>
|
<div class="rc-top"></div>
|
||||||
<div class="rc-usermain ts-product-detail rc-max-width--xl rc-layout-container rc-two-column rc-border-bottom rc-border-colour--brand4">
|
<div class="rc-usermain ts-product-detail rc-max-width--xl rc-layout-container rc-two-column rc-border-bottom rc-border-colour--brand4">
|
||||||
<!--
|
|
||||||
<magnifier v-bind:parentmsg="msg" ></magnifier>
|
|
||||||
-->
|
|
||||||
<div class="rc-column">
|
<div class="rc-column">
|
||||||
<div data-js-carousel="" data-image-gallery="true">
|
<div data-js-carousel="" data-image-gallery="true">
|
||||||
<div class="rc-carousel rc-carousel__gallery-image" data-zoom-container="328b2e5f-6904-4cac-9709-51ed18d2500f" data-zoom-factor="2">
|
<div class="rc-carousel rc-carousel__gallery-image" data-zoom-container="328b2e5f-6904-4cac-9709-51ed18d2500f" data-zoom-factor="2">
|
||||||
@ -223,7 +220,6 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import Myheader from "~/components/header.vue";
|
import Myheader from "~/components/header.vue";
|
||||||
import magnifier from "@/components/magnifier.vue";
|
|
||||||
import tabs from "@/components/tabs.vue";
|
import tabs from "@/components/tabs.vue";
|
||||||
import unlogin from "~/components/unlogin.vue";
|
import unlogin from "~/components/unlogin.vue";
|
||||||
import { mapMutations } from "vuex";
|
import { mapMutations } from "vuex";
|
||||||
@ -320,7 +316,6 @@ export default {
|
|||||||
components: {
|
components: {
|
||||||
Myheader,
|
Myheader,
|
||||||
tabs,
|
tabs,
|
||||||
magnifier,
|
|
||||||
unlogin,
|
unlogin,
|
||||||
Myfooter
|
Myfooter
|
||||||
|
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
import Vue from 'vue'
|
|
||||||
import VueAwesomeSwiper from 'vue-awesome-swiper'
|
|
||||||
|
|
||||||
Vue.use(VueAwesomeSwiper)
|
|
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 170 KiB After Width: | Height: | Size: 170 KiB |
BIN
rc-busness/static/images/pc-banner1.png
Normal file
After Width: | Height: | Size: 117 KiB |
BIN
rc-busness/static/images/pc-banner2.png
Normal file
After Width: | Height: | Size: 136 KiB |
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 286 KiB After Width: | Height: | Size: 286 KiB |