626

parent 39b1ec8d
...@@ -649,7 +649,7 @@ ...@@ -649,7 +649,7 @@
}else{ }else{
setTimeout(() => { setTimeout(() => {
let moneyDom = document.getElementsByClassName('money'); let moneyDom = document.getElementsByClassName('money');
console.log(moneyDom[0].offsetParent.offsetTop) // console.log(moneyDom[0].offsetParent.offsetTop)
// debugger // debugger
if(moneyDom.length>0 && moneyDom[0].offsetLeft !== 0){ if(moneyDom.length>0 && moneyDom[0].offsetLeft !== 0){
this.scroll_to(moneyDom[0].offsetParent.offsetTop) this.scroll_to(moneyDom[0].offsetParent.offsetTop)
......
...@@ -304,7 +304,7 @@ ...@@ -304,7 +304,7 @@
width: 100*@toVw; width: 100*@toVw;
height: 100*@toVw; height: 100*@toVw;
// border: 1px solid black; // border: 1px solid black;
img{width: 90*@toVw;height: 60*@toVw;border-radius: 18px;border: 3px solid transparent;} img{width: 90*@toVw;height: 60*@toVw;border-radius: 18px;border: 3px solid #E2E2E2;}
.activity{ .activity{
border: 3px solid #40A9FF; border: 3px solid #40A9FF;
} }
......
...@@ -195,9 +195,7 @@ import { ...@@ -195,9 +195,7 @@ import {
getStarInfoApi, getStarInfoApi,
getActivityAddressApi getActivityAddressApi
} from "../../service/api"; } from "../../service/api";
import { Toast, Swipe, SwipeItem } from "vant"; import { Toast } from "vant";
import Vue from "vue";
Vue.use(Swipe).use(SwipeItem);
export default { export default {
name: "starRank", name: "starRank",
data() { data() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment