|
@@ -48,7 +48,8 @@
|
|
|
</div>
|
|
|
<!-- 底部悬浮固定 -->
|
|
|
<div class="fixed_cont" :style="isIphoneX?'padding-bottom: 1rem;':'padding-bottom:0.2rem;'" v-if="from_type == 'mpwechat'">
|
|
|
- <div class="handle-item" @click="applyHandle">
|
|
|
+ <!-- v-if="isReport" -->
|
|
|
+ <div class="handle-item" @click="applyHandle">
|
|
|
<img src="@/assets/img/rai/apply_act.png" class="img_ico" v-if="reportInfo.IsInterviewApply">
|
|
|
<img src="@/assets/img/rai/apply_ico.png" class="img_ico" v-else>
|
|
|
<div>{{reportInfo.IsInterviewApply ? '已申请访谈' : '申请访谈'}}</div>
|
|
@@ -63,7 +64,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-//http://192.168.1.155:2000/raiReportDtl?id=3927&token=20ec44c7fe0e02ff597c324406ce49ca7c23d1b788556a5a8b743b266e897d81&fromType=mpwechat
|
|
|
+//http://192.168.1.25:2000/raiReportDtl?id=3927&token=20ec44c7fe0e02ff597c324406ce49cacfd56048efd452684cbfb120a824f2af&fromType=mpwechat
|
|
|
import { RaiApi } from "@/api/api.js"
|
|
|
import { Dialog,Toast } from 'vant';
|
|
|
export default {
|
|
@@ -302,7 +303,7 @@ export default {
|
|
|
localStorage.setItem('access_token',access_token)
|
|
|
this.getReportTwo(this.id,access_token,this.from_type)
|
|
|
}
|
|
|
- // this.getReport(3927,'20ec44c7fe0e02ff597c324406ce49ca7c23d1b788556a5a8b743b266e897d81')
|
|
|
+ // this.getReport(3927,'20ec44c7fe0e02ff597c324406ce49cacfd56048efd452684cbfb120a824f2af')
|
|
|
this.checkUa()
|
|
|
},
|
|
|
}
|
|
@@ -340,12 +341,6 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.raiReportDtl_container {
|
|
|
- -webkit-touch-callout:none; /*系统默认菜单被禁用*/
|
|
|
- -webkit-user-select:none; /*webkit浏览器*/
|
|
|
- -khtml-user-select:none; /*早期浏览器*/
|
|
|
- -moz-user-select:none;/*火狐*/
|
|
|
- -ms-user-select:none; /*IE10*/
|
|
|
- user-select:none;
|
|
|
box-sizing: border-box;
|
|
|
background-color: #fff;
|
|
|
padding: 0.4rem 0.68rem 4rem;
|