添加102联机记录
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
<view class="example-body">
|
||||
<!-- 图片列表 -->
|
||||
<view class="image-list">
|
||||
|
||||
<view class="image-item" v-for="(image, index) in instructionImages" :key="index"
|
||||
@click="handleImageClick(index,image)">
|
||||
<image :src="image.fileUrl" mode="aspectFit" class="instruction-image"
|
||||
@ -71,6 +72,7 @@
|
||||
fileList: [],
|
||||
deviceID: "",
|
||||
instructionImages: [],
|
||||
typeImgs:[],//该设备类型的官方数据
|
||||
isDeleteMode: false, // 是否删除模式
|
||||
selectedImages: [], // 选中的图片索引
|
||||
deleteShow: false,
|
||||
@ -225,7 +227,8 @@
|
||||
},
|
||||
onLoad(options) {
|
||||
this.deviceID = options.id
|
||||
this.callOtherApi()
|
||||
this.callOtherApi();
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user