-
-
-
+
+
+
+
+
+
+ 查看更多
+
+
+
+
+
+
+
+
+
+
+ -
+ {{ item.title }}
+
+
+
+
+ -
+
+ {{ item.title }}
+
+
+
+
+
+ -
+
+
+
![]()
+
@@ -343,35 +195,130 @@
{{item.name}}
0.001{{item.price}}
-
-
-
-
-
-
-
-
-
-
-
-
-
全价犬湿粮
-
-
-
-
-
-
- -
-
- {{ item.title }}
-
-
+
立即购买
+
+
+
+
+
+
+
+ 查看更多
+
+
+
+
+
+
+
+
+
+ -
+
+ {{ item.title }}
+
+
+
+
+
+
+ -
+
+ {{ item.title }}
+
+
+
+
+
+
+ -
+
+
+
![]()
+
+
+
+
+ {{item.title}}
+ 0.001{{item.price}}
+
+
立即购买
+
+
+
+
+
+ 查看更多
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{dogtitle}}
+
+
+
+
+
+
+
+
+
+
+
![]()
+
{{item.title}}
+
{{item.detail}}
+
{{item.price}}
+
立即购买
+
+
+
+
+
+
+
+
+
![]()
+
{{item.title}}
+
{{item.detail}}
+
{{item.price}}
+
+
+ 立即购买
+
+
+
+
+
+
+
+
+
@@ -802,58 +749,53 @@
},
],
-
- anchor:'',
- dogshi:[],
- catlist:[],
- chufanlist:[],
- doglist:[],
- gotop: false,
- usersetting: `${settings.rbs}`,
- activeIndex: 0,
- activeIndex5:0,
- activeIndex6:0,
- activeInde2: 0,
+ anchor:'',
+ dogshi:[],
+ catlist:[],
+ chufanlist:[],
+ doglist:[],
+ gotop: false,
+ usersetting: `${settings.rbs}`,
+ activeIndex: 0,
+ activeIndex5:0,
+ activeIndex6:0,
+ activeInde2: 0,
activeInde3:0,
- catproduct:true,
- catfood:false,
+ catproduct:true,
+ catfood:false,
- selection:[
- {
- title: "幼猫",
-
- },
- {
- title: "成猫",
- },
- {
- title: "老年猫",
- },
- {
- title: "品种猫",
-
- },
- {
- title: "亚健康",
-
- },
- ],
-
- banners:{
- 'mobile':[
- {src:"/images/one.jpg",link:""},
- {src:"/images/two.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: [
+ selection:[
+ {
+ title: "幼猫",
+ },
+ {
+ title: "成猫",
+ },
+ {
+ title: "老年猫",
+ },
+ {
+ title: "品种猫",
+ },
+ {
+ title: "亚健康",
+ },
+ ],
+ banners:{
+ 'mobile':[
+ {src:"/images/banner/one.jpg",link:""},
+ {src:"/images/banner/two.jpg",link:""},
+ {src:"/images/banner/three.jpg",link:""},
+ {src:"/images/banner/four.jpg",link:""}
+ ],
+ 'pc':[
+ {src:"/images/banner/pc-banner1.png",link:""},
+ {src:"/images/banner/pc-banner2.png",link:""}
+ ]
+ },
+ showingBanners:[],
+ userdoglist: [
{
title: "小型犬",
catimage: require("../assets/cat.png"),
@@ -1135,229 +1077,218 @@
}
},
}
- },
- components:{
- Myheader,
- Myfooter,
- unlogin,
- // userswiper
- },
- created(){
-vm=this;
- },
- watch:{
-},
- mounted(){
- const that = this
- this.ifAdoid()
- // window.onresize = () => {
- // setTimeout(() => {
- // this.ifAdoid()
- // }, 500);
-
- // }
- this.usermessage= JSON.parse(localStorage.getItem("userInfo"));
-
- if(this.usermessage==null ||this.usermessage==undefined){
- this.userunlogin=true
- }
- window.addEventListener("scroll", this.handleScroll, true);
- this.userchufang();//查询处方粮商品信息
- this.catmessage();//查询猫的信息
- this.dogmessage();//查询狗的信息
- // this.usershi();//查询对应的标签
- // this.userhot();
-
- },
- destroyed () {
- window.removeEventListener('scroll', this.scrollToTop);
-},
- methods:{
-
-
-
- ifAdoid(item,index){
- console.log(index);
- this.userindex=index;
- 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)) {
- console.log("当前是电脑打开")
- this.stypechange=false;
- console.log(this.usertitle)
-
- // let catshiid=document.querySelectorAll('.selectionswitch');
- // catshiid[this.userindex].style.display='none';
- // catshiid[this.userindex].style.display='none';
- this.catproduct=true;
- this.onemao=false;
- this.twomao=false;
- this.threemao=false;
- this.fourmao=false;
- this.fivemao=false;
- this.sixmao=false;
- this.dogshow=false;
- this.showingBanners=this.banners.pc;
- // console.log(catshiid);
- }else{
- console.log("当前是手机打开")
- this.stypechange=true;
- this.onemao=true;
- this.twomao=true;
- this.threemao=true;
- this.fourmao=true;
- this.fivemao=true;
- this.dogshow=true;
- this.catproduct=true
- this.sixmao=true;
- this.showingBanners=this.banners.mobile;
+ },
+ components:{
+ Myheader,
+ Myfooter,
+ unlogin,
+ // userswiper
+ },
+ created(){
+ vm=this;
+ },
+ watch:{
+ },
+ mounted(){
+ const that = this
+ this.ifAdoid();
+ this.usermessage= JSON.parse(localStorage.getItem("userInfo"));
+ if(this.usermessage==null ||this.usermessage==undefined){
+ this.userunlogin=true
}
- },
+ window.addEventListener("scroll", this.handleScroll, true);
+ this.userchufang();//查询处方粮商品信息
+ this.catmessage();//查询猫的信息
+ this.dogmessage();//查询狗的信息
+ },
+ destroyed () {
+ window.removeEventListener('scroll', this.scrollToTop);
+ },
+ methods:{
+ ifAdoid(item,index){
+ //console.log(index);
+ this.userindex=index;
+ 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)) {
+ console.log("当前是电脑打开")
+ this.stypechange=false;
+ //console.log(this.usertitle)
- ifadroind(item,index,order){
- //console.log(item,index,order);
-
- 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";
+ this.catproduct=true;
+ this.onemao=false;
+ this.twomao=false;
+ this.threemao=false;
+ this.fourmao=false;
+ this.fivemao=false;
+ this.sixmao=false;
+ this.dogshow=false
+ this.showingBanners=this.banners.pc;
+ }
+ else
+ {
+ console.log("当前是手机打开")
+ this.showingBanners=this.banners.mobile;
+ this.stypechange=true;
+ this.onemao=true;
+ this.twomao=true;
+ this.threemao=true;
+ this.fourmao=true;
+ this.fivemao=true;
+ this.dogshow=true;
+ this.catproduct=true
+ this.sixmao=true;
- if (!(bIsIpad || bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM)) {
- console.log("当前是电脑打开啊啊啊")
- if(item.title=='明星猫粮'){
- this.catproduct=true;
- this.twomao=false;
- this.threemao=false;
- this.fourmao=false;
- this.fivemao=false;
- this.dogshow=false;
- this.sixmao=false;
- this.onemao=false;
- }
- if(item.title=='猫湿粮'){
- this.onemao=true;
- this.dogshow=false;
- console.log(this.onemao);
- this.twomao=false;
- this.threemao=false;
- this.fourmao=false;
- this.fivemao=false;
- this.catproduct=false;
+ }
+ },
-
+ ifadroind(item,index,order){
+ //console.log(item,index,order);
- }if(item.title=='猫干粮'){
- this.onemao=false;
- this.twomao=true;
- this.dogshow=false;
- this.threemao=false;
- this.fourmao=false;
- this.chufang=false;
- this.catproduct=false;
- }
-
- if(item.title=='犬干粮'){
- this.onemao=false;
- this.twomao=false;
- this.threemao=false;
- this.fourmao=true;
- this.chufang=false;
- this.dogshow=false;
- this.catproduct=false;
- }
- if(item.title=='犬湿粮'){
- this.onemao=false;
- this.twomao=false;
- this.threemao=true;
- this.fourmao=false;
- this.chufang=false;
- this.catproduct=false;
- this.dogshow=false;
- }
- if(item.title=='处方用粮'){
- this.onemao=false;
- this.twomao=false;
- this.threemao=false;
- this.fourmao=false;
- this.fivemao=true;
- this.dogshow=false;
- this.catproduct=false;
- }
- if(item.title=='明星狗粮'){
- this.onemao=false;
- this.twomao=false;
- this.threemao=false;
- this.fourmao=false;
- this.fivemao=false;
- this.dogshow=true;
- this.catproduct=false;
- }
- // this.usertitle=item.title
- // this.catlistvideo[order]=item;
- // this.catproduct=true;
+ 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";
- }else{
- this.catfood=true;
- // this.catproduct=false;
- let userindex=index
- console.log(item,index);
- let mingxin=document.querySelector('.pageFullScreen');
- let dogtop=document.querySelector('.oc-top');
- console.log(dogtop);
-console.log(mingxin.offsetTop);
-if(item.title=='犬湿粮'||item.title=='犬干粮'||item.title=='处方用粮'){
- userindex=userindex-2
-}else{
- userindex=userindex-1
-}
-if(item.title=='明星猫粮'){
- mingxin.scrollIntoView(true);
-}else{
- let catshiid=document.querySelectorAll('.selectionswitch');
-catshiid[userindex].scrollIntoView(true);
-}
-if(item.title=='明星狗粮')
-dogtop.scrollIntoView(true);
- // if(item.title=="猫湿粮"){
- // this.catproduct=false;
- // this.catfood=true;
- // }else if(item.title=="明星猫粮"){
- // this.catproduct=true;
- // this.catfood=false;
+ if (!(bIsIpad || bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM)) {
+ //console.log("当前是电脑打开啊啊啊")
+ if(item.title=='明星猫粮'){
+ this.catproduct=true;
+ this.twomao=false;
+ this.threemao=false;
+ this.fourmao=false;
+ this.fivemao=false;
+ this.dogshow=false;
+ this.sixmao=false;
- // }
- console.log("当前是手机打开")
-
-}
- },
- userdog(item,index){
- this.userstype=1;
- let petType={
- petType:1,
- name:index,
- }
- for(let i =0;i
+
\ No newline at end of file