|
@@ -210,7 +210,9 @@ export default {
|
|
// todo
|
|
// todo
|
|
if (flag && flag == 'next') {
|
|
if (flag && flag == 'next') {
|
|
this.floorRadio = this.floorList[0];
|
|
this.floorRadio = this.floorList[0];
|
|
- this.loadOtherImg(this.floorRadio)
|
|
|
|
|
|
+ if (this.floorRadio.id != this.FloorID) {
|
|
|
|
+ this.loadOtherImg(this.floorRadio)
|
|
|
|
+ }
|
|
}
|
|
}
|
|
this.alreadyRelatedModel = res.content.map((t) => {
|
|
this.alreadyRelatedModel = res.content.map((t) => {
|
|
if (t.id != this.FloorID) return t.modelId
|
|
if (t.id != this.FloorID) return t.modelId
|