zjs_project 1 سال پیش
والد
کامیت
b2e925c397
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      src/components/newBottomCom/viewPlot/viewPlot.html
  2. 1 1
      src/components/newBottomCom/viewPlot/viewPlot.vue

+ 1 - 1
src/components/newBottomCom/viewPlot/viewPlot.html

@@ -21,7 +21,7 @@
 			<div @click="changeOption(index)" class="item columns"
 				:class="{'active': selectIndex == index}" 
 				v-for="(item,index) in plotList[tabIndex].dataList" :key="index" >
-				<img class="img" :src="item.coverImage" mode="aspectFill" />
+				<img class="img" :src="item.renderImgae" mode="aspectFill" />
 				<div class="gou rows justify-center">√</div>
 				<div class="text eslipe">{{item.name}}</div>
 			</div>

+ 1 - 1
src/components/newBottomCom/viewPlot/viewPlot.vue

@@ -40,7 +40,7 @@
 				handler(newVal,oldVal) {
 					if (newVal) {
 						console.warn("***selectSpace-CHANGE-viewPlot***", newVal,oldVal)
-						if(!oldVal || (oldVal && oldVal.id != newVal.id)){
+						if(!oldVal || (oldVal && oldVal.spaceId != newVal.spaceId)){
 							this.initData();
 						}
 					}