...
|
...
|
@@ -66,7 +66,6 @@ export default { |
|
|
rule: productData.imageList[0].rule,
|
|
|
more: productData.imageList[0].more
|
|
|
};
|
|
|
console.log(this.productList)
|
|
|
}
|
|
|
};
|
|
|
</script>
|
...
|
...
|
@@ -74,13 +73,15 @@ export default { |
|
|
<style lang="scss" scoped>
|
|
|
ul {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
list-style: none;
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
background-image: url("//ad.yoho.cn/html5/2019/10/activity/008/base/repeat_bg.jpg?imageslim");
|
|
|
background-repeat: repeat-y;
|
|
|
background-size: 100% auto;
|
|
|
overflow: hidden;
|
|
|
overflow-x: hidden;
|
|
|
overflow-y: scroll;
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
|
|
li {
|
...
|
...
|
|