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.vernier = options.vernier
|
||||
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
|
||||
},
|
||||
methods: {
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
height="200rpx"
|
||||
:src="$filePath + item1.ITEM_VALUE"
|
||||
mode="widthFix"
|
||||
@click="fnPreviewImage($filePath + item1.ITEM_VALUE)"
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -140,6 +141,12 @@ export default {
|
|||
},
|
||||
goBack(){
|
||||
uni.navigateBack()
|
||||
},
|
||||
fnPreviewImage(src){
|
||||
uni.previewImage({
|
||||
urls: [src],
|
||||
current: src,
|
||||
});
|
||||
}
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue