2222
This commit is contained in:
@@ -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%",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user