This commit is contained in:
guilinlan jin
2024-07-17 17:20:49 +08:00
parent 5e7cfdbec3
commit 1dc5c16c59
6 changed files with 98 additions and 574 deletions

View File

@@ -1,7 +1,7 @@
<template>
<view class="container" style="background-color: #fff; position: relative">
<!-- <web-view style="height: 200px" src="https://www.tmrjournals.com/aliplayer.html"></web-view> -->
<web-view v-if="isSetFirstTime"></web-view>
<web-view v-if="isSetFirstTime" style="height: 200px;" src="../../../../static/html/aliplayer.html"></web-view>
</view>
</template>
<script>
@@ -165,9 +165,9 @@ export default {
"/static/html/aliplayer.html?", //date保证不走缓存
"batch_view",
{
top: "0",
left: "0",
height: "100%",
// top: "0",
// left: "0",
height: "200px",
width: "100%",
},
{