@@ -1,6 +1,6 @@
<template>
<view class="pdf-container" v-if="pdfUrl" >
- <template v-if="systemInfo.platform !== 'android'">
+ <template v-if="systemInfo.platform == 'android'">
<web-view
:src="pdfUrl1"
class="web-view"></web-view>