|
@@ -373,6 +373,7 @@ export default {
|
|
|
},
|
|
|
disabled: query.type == "look" ? true : false,
|
|
|
questionStatus: false,
|
|
|
+ checkList:[],
|
|
|
};
|
|
|
},
|
|
|
async mounted() {
|
|
@@ -517,7 +518,6 @@ export default {
|
|
|
} else {
|
|
|
this.checkList.splice(this.checkList.indexOf(index), 1);
|
|
|
}
|
|
|
- console.log("调用结束", index);
|
|
|
this.bindCheckBox();
|
|
|
},
|
|
|
|
|
@@ -568,6 +568,9 @@ export default {
|
|
|
width: 188px;
|
|
|
height: 188px;
|
|
|
cursor: pointer;
|
|
|
+ img {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
.remberBox {
|
|
|
.wrap {
|
|
|
width: 100px;
|