|
@@ -123,11 +123,7 @@
|
|
|
/>
|
|
|
</van-tab>
|
|
|
</van-tabs>
|
|
|
-<<<<<<< HEAD
|
|
|
- <template v-if="!canRead">
|
|
|
-=======
|
|
|
<template v-if="!canReadConf.show">
|
|
|
->>>>>>> main
|
|
|
<FreeUserAdvancedMask
|
|
|
v-if="content.isNiJian || content.isCaigouyixiang"
|
|
|
:type="content.isNiJian ? 'nijian' : 'caigouyixiang'"
|
|
@@ -407,7 +403,10 @@ export default {
|
|
|
return this.expandModel.recommendCustomers?.isPower
|
|
|
},
|
|
|
getContentAdID() {
|
|
|
-<<<<<<< HEAD
|
|
|
+ const sun = this.IsSunPublishContent ? '-sun' : ''
|
|
|
+ return (this.$envs.inWX ? 'jy' : 'jyapp') + `${sun}-wxcontent-bottom`
|
|
|
+ },
|
|
|
+ getContentAdID() {
|
|
|
return (this.$envs.inWX ? 'jy' : 'jyapp') + '-wxcontent-bottom'
|
|
|
},
|
|
|
// 是否展示绑定手机号弹窗
|
|
@@ -418,10 +417,6 @@ export default {
|
|
|
// 从baseInfo获取是否绑定手机号(P607新增)
|
|
|
isBindPhone() {
|
|
|
return this.bindPhone
|
|
|
-=======
|
|
|
- const sun = this.IsSunPublishContent ? '-sun' : ''
|
|
|
- return (this.$envs.inWX ? 'jy' : 'jyapp') + `${sun}-wxcontent-bottom`
|
|
|
->>>>>>> main
|
|
|
}
|
|
|
},
|
|
|
async created() {
|