wangxy 2 месяцев назад
Родитель
Сommit
39d5b16e35
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      components/MtaPDF.vue

+ 1 - 1
components/MtaPDF.vue

@@ -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>