|
|
@@ -398,12 +398,13 @@ export default {
|
|
|
async asyncData ({...params}) {
|
|
|
let dealDataObj = new DealSeoDetail(params)
|
|
|
let result = await dealDataObj.dealData()
|
|
|
- // console.log('打印异步数据看看',result)
|
|
|
+
|
|
|
return {
|
|
|
...result
|
|
|
}
|
|
|
},
|
|
|
mounted () {
|
|
|
+ // console.log('打印异步数据看看',this)
|
|
|
this.baseUrl = this.$store.state.domainConfig.siteUrl
|
|
|
this.isWeixinApp = navigator.userAgent.indexOf("miniProgram") > -1
|
|
|
},
|
|
|
@@ -412,7 +413,7 @@ export default {
|
|
|
* 初始化播放器
|
|
|
*/
|
|
|
_initPlayer (item_id, playAuth) {
|
|
|
- console.log("dddd:",item_id+"______"+playAuth)
|
|
|
+ // console.log("dddd:",item_id+"______"+playAuth)
|
|
|
const player = new Aliplayer({
|
|
|
id: "player",
|
|
|
width: "100%",
|