Merge remote-tracking branch 'origin/pet' into pet
commit
4e25db0c0b
|
@ -55,7 +55,7 @@ export default {
|
||||||
this.EW_RU_JOB_ID = options.EW_RU_JOB_ID
|
this.EW_RU_JOB_ID = options.EW_RU_JOB_ID
|
||||||
this.vernier = options.vernier
|
this.vernier = options.vernier
|
||||||
this.type = options.type
|
this.type = options.type
|
||||||
this.form.CORP_ID = options.CORPINFO_ID
|
this.form.CORP_ID = options.CORP_ID
|
||||||
this.form.CORP_NAME = options.CORP_NAME
|
this.form.CORP_NAME = options.CORP_NAME
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
height="200rpx"
|
height="200rpx"
|
||||||
:src="$filePath + item1.ITEM_VALUE"
|
:src="$filePath + item1.ITEM_VALUE"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
|
@click="fnPreviewImage($filePath + item1.ITEM_VALUE)"
|
||||||
/>
|
/>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -140,6 +141,12 @@ export default {
|
||||||
},
|
},
|
||||||
goBack(){
|
goBack(){
|
||||||
uni.navigateBack()
|
uni.navigateBack()
|
||||||
|
},
|
||||||
|
fnPreviewImage(src){
|
||||||
|
uni.previewImage({
|
||||||
|
urls: [src],
|
||||||
|
current: src,
|
||||||
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue