626

parent 39b1ec8d
......@@ -649,7 +649,7 @@
}else{
setTimeout(() => {
let moneyDom = document.getElementsByClassName('money');
console.log(moneyDom[0].offsetParent.offsetTop)
// console.log(moneyDom[0].offsetParent.offsetTop)
// debugger
if(moneyDom.length>0 && moneyDom[0].offsetLeft !== 0){
this.scroll_to(moneyDom[0].offsetParent.offsetTop)
......
......@@ -304,7 +304,7 @@
width: 100*@toVw;
height: 100*@toVw;
// 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{
border: 3px solid #40A9FF;
}
......
......@@ -195,9 +195,7 @@ import {
getStarInfoApi,
getActivityAddressApi
} from "../../service/api";
import { Toast, Swipe, SwipeItem } from "vant";
import Vue from "vue";
Vue.use(Swipe).use(SwipeItem);
import { Toast } from "vant";
export default {
name: "starRank",
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