master
Lei OT 2 years ago
parent 9eee5ba385
commit 9573c95797

@ -2,3 +2,4 @@
1. [供应商平台 反馈表录入地址](http://p.mycht.cn/php/gys.php/welcome/feedback_detail/256910/215427)
2. [反馈表案例](https://www.chinahighlights.com/customerservice/feedback/PostTourSurveyFormToWLGH.asp?LGC=1&COLI_SN=988185&MEI_SN=954295&Email=jennroth18@hotmail.com&ToC=0&ShowType=&page_class=4&dei_sn=28&country=30,490)
3. [海外反馈表录入地址](http://202.103.68.93:3081/index.html?g=338947&v=30008)
4. [海外反馈表录入地址](https://www.asiahighlights.com/customerfeedback/index.html?g=338947&v=30008)

@ -532,6 +532,7 @@
</head>
<body>
<div id="app">
<!-- <div id="header">
<div id="mainnav" class="nav navbar navbar-inverse">
<div class="col-lg-3 col-sm-4 logobox"> <a href="//www.chinahighlights.com/"> <img src="https://www.chinahighlights.com/pic/logo/logo-132x104.png" alt="china highlights" class="img-responsive"> </a> </div>
@ -540,17 +541,18 @@
</div> -->
<!-- <img src="https://www.chinahighlights.com/pic/logo/logo-132x104.png" alt="Logo" class="logo"> -->
<div class="header-pc">
<a href="https://www.asiahighlights.com/">
<!-- <img src="https://www.chinahighlights.com/pic/logo/logo-132x104.png" alt="Logo"> -->
<a href="https://www.asiahighlights.com/" v-if="webcode=='ah'">
<img src="https://data.asiahighlights.com/pic/logo-ah.png" alt="Logo" width="130" height="104">
</a>
<a href="https://www.globalhighlights.com/" v-if="webcode=='gh'">
<img src="https://data.chinahighlights.com/image/aboutus/logo-gh.png" alt="Logo" width="130" height="104">
</a>
<h1>One Minute Feedback - Help Us Serve You Better</h1>
</div>
<div class="header-m">
<h1>One Minute Feedback - Help Us Serve You Better</h1>
</div>
<div class="form-container" id="main">
<div id="result" v-if="error">
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="currentColor" class="bi bi-x-circle-fill" viewBox="0 0 16 16">
@ -666,6 +668,8 @@
</div>
</div>
</div>
<script defer>
/**
*
@ -755,7 +759,7 @@
const HOST100 = ''; // `http://202.103.68.144:890/service-CooperateSOA`;
const HOST = HOST100 || `https://p9axztuwd7x8a7.mycht.cn/service-CooperateSOA`;
const index = new Vue({
el: '#main',
el: '#app',
computed: {
isWideScreen() {
return window.innerWidth >= 768; // Adjust the threshold as needed
@ -765,6 +769,7 @@
return {
timer: null,
error: false,
webcode: 'ah',
param: {},
loading: false,
@ -889,6 +894,7 @@
that.tourGuideList = res.tourGuideList;
that.feedbackEvaluation = res.feedbackEvaluation[0];
that.group = res.group[0];
that.webcode = that.group.webcode ? that.group.webcode : that.webcode;
// that.signaturePad.fromDataURL(that.feedbackEvaluation.signatureDataUrl); // debug: -1

Loading…
Cancel
Save