|
|
@@ -15,7 +15,7 @@
|
|
|
<van-image
|
|
|
width="100%"
|
|
|
height="calc(41vw - 13px)"
|
|
|
- radius = '18'
|
|
|
+ radius="18"
|
|
|
:src="getImg(item.pic)"
|
|
|
fit="cover"
|
|
|
@click="goNext(item)"
|
|
|
@@ -321,6 +321,9 @@ export default {
|
|
|
activated() {
|
|
|
this.$nextTick(() => {
|
|
|
this.changeScroll(this.scrollTop);
|
|
|
+ setTimeout(() => {
|
|
|
+ this.changeScroll(this.scrollTop + 1);
|
|
|
+ }, 100);
|
|
|
});
|
|
|
},
|
|
|
beforeRouteLeave(to, from, next) {
|