소스 검색

页面更新

wangxy 2 달 전
부모
커밋
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>