复读价格问题

This commit is contained in:
liuyuan
2025-04-11 12:38:58 +08:00
parent 539895f210
commit 1ecc2fc908
6 changed files with 87 additions and 130 deletions

View File

@@ -3,13 +3,11 @@
<!-- 公共组件-每个页面必须引入 -->
<public-module></public-module>
<z-nav-bar title="新闻详情"></z-nav-bar>
<web-view v-if="urlVisible" :webview-styles="webviewStyles" :src="surl"></web-view>
<!-- <music-play :playData="playData"></music-play> -->
<web-view v-if="urlVisible" :webview-styles="webviewStyles" :src="surl"></web-view>
</view>
</template>
<script>
// import musicPlay from '@/components/music.vue'
import $http from '@/config/requestConfig.js';
var clear;
import {
@@ -72,19 +70,13 @@
// 隐藏原生的tabbar
uni.hideTabBar();
if(this.type == 1 && this.surl != ''){
// this.surl = this.newsObj.url
this.urlVisible = true
this.news = {}
}
},
onPullDownRefresh() {
uni.stopPullDownRefresh()
},
components: {
// musicPlay
},
//方法
methods: {
getData() {