Commit a309bc7a authored by Zheng Shang Jun's avatar Zheng Shang Jun

小样式修改

parent 9026175e
......@@ -29,7 +29,7 @@
v-for="(item, index) in dailyNewStyleList"
:key="index"
:src="`${imgUrl}${item.originalImageCode}`"
mode=""
mode="aspectFit"
></image>
</view>
</view>
......@@ -74,7 +74,7 @@ export default {
return {
fabricObj: "",
dailyNewStyleList: [], //每日上新的数据
hotStylePage: [], //款式的数据
hotStylePage: [{ id: 1 }], //款式的数据
imgUrl: this.$IMG_URL, // 图片前面的url
background: {
backgroundColor: "rgba(245,245,245,0)",
......@@ -86,7 +86,6 @@ export default {
};
},
created() {
// console.log("ces");
this.getList(1, 10);
},
methods: {
......
......@@ -93,8 +93,8 @@ export default {
padding: 0rpx !important;
}
.hotFlex {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
// display: flex;
// flex-wrap: wrap;
// justify-content: space-between;
}
</style>
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