!153 2022-2-09 Leung

Merge pull request !153 from Admin/sit-Leung-v3
This commit is contained in:
Admin 2022-02-09 10:42:01 +00:00 committed by Gitee
commit 5e6c5bf334
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
6 changed files with 32 additions and 7 deletions

View File

@ -123,8 +123,8 @@ ul li ol li em strong i {
border: 2px solid #d7d7d7;
border-radius: 50%;
img {
width: 36px;
height: 36px;
width: 2rem;
height: 2rem;
display: block;
margin: 0 auto;
}
@ -342,8 +342,8 @@ ul li ol li em strong i {
border: 2px solid #d7d7d7;
border-radius: 50%;
img {
width: 48px;
height: 48px;
width: 2rem;
height: 2rem;
display: block;
margin: 0 auto;
}
@ -353,7 +353,7 @@ ul li ol li em strong i {
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom:32px;
padding-bottom:2rem;
border-bottom: 1px solid #D7D7D7;
em{
font-style: normal;

View File

@ -308,7 +308,7 @@ let devData={
cat:[
{
title: "皇家离乳期幼猫慕斯奶糕罐头",
productimage: "/images/wet/cat-3.png",
productimage: "/images/wet/cat-1.png",
detail: "质地细腻绵密 适合离乳期幼猫舔食 亲和肠胃易吸收",
ecPrice: "¥165",
productCode:'80210020F06',
@ -658,7 +658,7 @@ let prdData={
cat:[
{
title: "皇家离乳期幼猫慕斯奶糕罐头",
productimage: "/images/wet/cat-3.png",
productimage: "/images/wet/cat-1.png",
detail: "质地细腻绵密 适合离乳期幼猫舔食 亲和肠胃易吸收",
ecPrice: "¥165",
productCode:'80210020F06',

View File

@ -171,6 +171,9 @@ export default {
slidesPerView: "auto",
centeredSlides: true,
speed: 1000,
autoplay: {
delay: 3000,
},
spaceBetween: 0,
pagination: {
el: "#swiperAPagnation",
@ -187,6 +190,9 @@ export default {
slidesPerView: "auto",
centeredSlides: true,
speed: 1000,
autoplay: {
delay: 3000,
},
spaceBetween: 0,
pagination: {
el: "#swiperBPagnation",

View File

@ -171,6 +171,9 @@ export default {
slidesPerView: "auto",
centeredSlides: true,
speed: 1000,
autoplay: {
delay: 3000,
},
spaceBetween: 0,
pagination: {
el: "#swiperAPagnation",
@ -187,6 +190,9 @@ export default {
slidesPerView: "auto",
centeredSlides: true,
speed: 1000,
autoplay: {
delay: 3000,
},
spaceBetween: 0,
pagination: {
el: "#swiperBPagnation",

View File

@ -171,6 +171,9 @@ export default {
slidesPerView: "auto",
centeredSlides: true,
speed: 1000,
autoplay: {
delay: 3000,
},
spaceBetween: 0,
pagination: {
el: "#swiperAPagnation",
@ -187,6 +190,9 @@ export default {
slidesPerView: "auto",
centeredSlides: true,
speed: 1000,
autoplay: {
delay: 3000,
},
spaceBetween: 0,
pagination: {
el: "#swiperBPagnation",

View File

@ -221,6 +221,13 @@ export default {
},
mounted() {
//console.log(this.$route.params);
this.checkIsLogin();
let user = this.$store.state.userInfo;
if(user) {
this.$router.push({
path: "/personal/mypersonal",
});
}
},
// watch: function () {
// console.log(this.inRank);