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

小样式修改

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