浏览代码

样式调整

lilei 4 年之前
父节点
当前提交
3e6386c77b
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 0
      components/uni-coods/uni-coods.vue
  2. 1 1
      pages/index/index.vue

+ 1 - 0
components/uni-coods/uni-coods.vue

@@ -127,6 +127,7 @@
 		.goods-imgs{
 		.goods-imgs{
 			position: relative;
 			position: relative;
 			border-radius: 28upx 28upx 0 0;
 			border-radius: 28upx 28upx 0 0;
+			border: 1px solid #eee;
 			overflow: hidden;
 			overflow: hidden;
 			.goods-staus{
 			.goods-staus{
 				width: 100%;
 				width: 100%;

+ 1 - 1
pages/index/index.vue

@@ -26,7 +26,7 @@
 		<view class="storeList">
 		<view class="storeList">
 			 <u-section title="附近的回收机" :right="false" line-color="#01c9b2" class="store-section"></u-section>
 			 <u-section title="附近的回收机" :right="false" line-color="#01c9b2" class="store-section"></u-section>
 			 <view class="stores-box">
 			 <view class="stores-box">
-			 	<view class="stores-item" v-for="item in stationDataList" @click="viewStore(item)">
+			 	<view class="stores-item" v-for="item in stationDataList" :key="item.id" @click="viewStore(item)">
 			 		<view class="item-con">
 			 		<view class="item-con">
 			 			<image src="/static/md-icon.png" class="item-icon"></image>
 			 			<image src="/static/md-icon.png" class="item-icon"></image>
 			 			<view class="s-name item-main">{{ item.name }}</view>
 			 			<view class="s-name item-main">{{ item.name }}</view>