mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 10:16:38 +08:00
样式更改
This commit is contained in:
parent
8b890c44d7
commit
bf18eb7b1e
@ -1091,7 +1091,7 @@
|
||||
},
|
||||
on: {
|
||||
slideChange(Swiper) {
|
||||
|
||||
console.log(this.realIndex);
|
||||
},
|
||||
tap() {
|
||||
|
||||
@ -1118,6 +1118,9 @@
|
||||
slideChange(Swiper) {
|
||||
vm.useraindex=this.realIndex;
|
||||
},
|
||||
click(Swiper){
|
||||
console.log(Swiper);
|
||||
},
|
||||
tap() {
|
||||
}
|
||||
}
|
||||
@ -1477,7 +1480,7 @@
|
||||
}
|
||||
console.log(this.searchBar);
|
||||
if(this.searchBar==false && this.usertop==true){
|
||||
this.usermargin={marginTop: '270px'};
|
||||
this.usermargin={marginTop: '290px'};
|
||||
}else{
|
||||
this.usermargin={marginTop: '0px'};
|
||||
|
||||
|
@ -279,7 +279,7 @@
|
||||
<span @click="usertanchu(curItem, 0)">加入购物车</span>
|
||||
<span @click="usertanchu(curItem, 1)">立即购买</span>
|
||||
</div>
|
||||
<div class="rc-button rc-md-down " v-if="(!userbuy)" style="justify-content: flex-end">
|
||||
<div class="rc-button rc-md-down " v-if="(!userbuy)">
|
||||
<span @click="chuafangbuy()" style="margin-right: 20px">立即购买</span>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user