Commit f7a34c31 by 李宁

1

1 parent 528665ef
...@@ -342,7 +342,7 @@ ...@@ -342,7 +342,7 @@
<script src="js/util.js?1212"></script> <script src="js/util.js?1212"></script>
<script src="js/vue.min.js"></script> <script src="js/vue.min.js"></script>
<script src="js/vant.min.js"></script> <script src="js/vant.min.js"></script>
<script src="js/demo.js?87555"></script> <script src="js/demo.js?87555999"></script>
</body> </body>
</html> </html>
\ No newline at end of file \ No newline at end of file
...@@ -89,11 +89,11 @@ ...@@ -89,11 +89,11 @@
<div>工单未同步?查看</div> <div>工单未同步?查看</div>
<div class="blue" @click="orderError">解决办法</div> <div class="blue" @click="orderError">解决办法</div>
</div> </div>
<div v-if="appParam.processType!='complaint'"></div> <!-- <div v-if="appParam.processType!='complaint'">|</div>
<div class="infoLi"> <div class="infoLi">
<div>无法质检?</div> <div>无法质检?</div>
<div class="blue" @click="feedback">我要反馈</div> <div class="blue" @click="feedback">我要反馈</div>
</div> </div> -->
</div> </div>
</div> </div>
......
...@@ -135,6 +135,7 @@ var noShootClick = false ...@@ -135,6 +135,7 @@ var noShootClick = false
var dartTsShow = false var dartTsShow = false
var snInputNum var snInputNum
var noShootNum var noShootNum
var accountInputNum
var voiceUrl = '' var voiceUrl = ''
var aliyunQueryFlag = false var aliyunQueryFlag = false
...@@ -336,7 +337,7 @@ function getProcess(){ ...@@ -336,7 +337,7 @@ function getProcess(){
} }
//账号识别困难提示 //账号识别困难提示
if(stepId.startsWith('account_') && tryNum>=2){ if(stepId.startsWith('account_') && tryNum>=accountInputNum){
$("#inputAccountTs").css('display', 'flex') $("#inputAccountTs").css('display', 'flex')
}else{ }else{
$("#inputAccountTs").css('display', 'none') $("#inputAccountTs").css('display', 'none')
...@@ -953,6 +954,7 @@ async function init(){ ...@@ -953,6 +954,7 @@ async function init(){
snInputNum = window.snInputNum||5 snInputNum = window.snInputNum||5
noShootNum = window.noShootNum||3 noShootNum = window.noShootNum||3
accountInputNum = window.accountInputNum||5
$("#mp3Source").attr('src', 'https://lgyztest.obs.cidc-rp-12.joint.cmecloud.cn/file/temp/2025-01-08/hhT2XXAj.mp3') $("#mp3Source").attr('src', 'https://lgyztest.obs.cidc-rp-12.joint.cmecloud.cn/file/temp/2025-01-08/hhT2XXAj.mp3')
$("#mp3Source")[0].autoplay = true $("#mp3Source")[0].autoplay = true
......
...@@ -8,8 +8,10 @@ if(pa){ ...@@ -8,8 +8,10 @@ if(pa){
if(pa.orderId == '3356158'){ if(pa.orderId == '3356158'){
window.noShootNum = 2 window.noShootNum = 2
window.snInputNum = 2 window.snInputNum = 2
window.accountInputNum = 2
}else{ }else{
window.noShootNum = 5 window.noShootNum = 5
window.snInputNum = 3 window.snInputNum = 3
window.accountInputNum = 5
} }
...@@ -20,11 +20,10 @@ ...@@ -20,11 +20,10 @@
}, },
methods: { methods: {
httpRequest:function(param){ httpRequest:function(param){
let origin = window.location.origin let origin = "https://hhzj.lgyzpt.com"
if(origin.includes('localhost')>0 || origin=='null' || origin.includes('file:')>0){ if(origin.includes('localhost')>0 || origin=='null' || origin.includes('file:')>0 || window.origin.includes('testznzl')){
origin = 'https://testznzl.lgyzpt.com' origin = 'https://testznzl.lgyzpt.com'
} }
origin = 'https://testznzl.lgyzpt.com'
return new Promise(function(resolve, reject){ return new Promise(function(resolve, reject){
axios ({ axios ({
...@@ -58,7 +57,20 @@ ...@@ -58,7 +57,20 @@
}, },
goAdd(){ goAdd(){
window.location.replace("https://testznzl.lgyzpt.com/activity/zjbPhone/addBusi.html?source=zhijian&phone="+this.info.accNbr+"&areaCode="+this.areaCode+"&campaignId="+this.info.campaignId) let url = 'https://hhzj.lgyzpt.com/zhiJianBusi/zjbPhone/addBusi.html'
if(window.location.origin.includes('testznzl.lgyzpt.com')){
url = "https://testznzl.lgyzpt.com/activity/zjbPhone/addBusi.html"
}
window.location.replace(url+"?source=zhijian&phone="+this.info.accNbr+"&areaCode="+this.areaCode+"&campaignId="+this.info.campaignId)
// window.location.replace(
// `${url}?source=zhijian\
// &phone=${this.info.accNbr}\
// &areaCode=${this.areaCode}\
// &campaignId=${this.info.campaignId}`
// );
}, },
goBack(){ goBack(){
history.go(-1) history.go(-1)
......
...@@ -36,6 +36,6 @@ ...@@ -36,6 +36,6 @@
<script src="js/axios.min.js"></script> <script src="js/axios.min.js"></script>
<script src="js/vue.min.js"></script> <script src="js/vue.min.js"></script>
<script src="js/result.js?1209022312"></script> <script src="js/result.js?666633"></script>
</body> </body>
</html> </html>
\ No newline at end of file \ No newline at end of file
...@@ -8,7 +8,7 @@ new Vue({ ...@@ -8,7 +8,7 @@ new Vue({
loginForm: { loginForm: {
employeeId: '', employeeId: '',
phoneNumber: '', phoneNumber: '',
verifyCode: '123456' verifyCode: ''
}, },
countdown: 0, countdown: 0,
countdownTimer: null, countdownTimer: null,
...@@ -19,16 +19,16 @@ new Vue({ ...@@ -19,16 +19,16 @@ new Vue({
this.platform = type this.platform = type
localStorage.setItem('platform',type) localStorage.setItem('platform',type)
if(type == 'gw'){ // if(type == 'gw'){
this.loginForm.employeeId = '54321' // this.loginForm.employeeId = '54321'
this.loginForm.phoneNumber = '15611154004' // this.loginForm.phoneNumber = '15611154004'
}else if(type == 'yx'){ // }else if(type == 'yx'){
this.loginForm.employeeId = '12345' // this.loginForm.employeeId = '12345'
this.loginForm.phoneNumber = '13718590607' // this.loginForm.phoneNumber = '13718590607'
}else{ // }else{
this.loginForm.employeeId = '54321' // this.loginForm.employeeId = '54321'
this.loginForm.phoneNumber = '13212789513' // this.loginForm.phoneNumber = '13212789513'
} // }
}, },
getVerifyCode() { getVerifyCode() {
let pa = this.loginForm let pa = this.loginForm
......
...@@ -72,6 +72,6 @@ ...@@ -72,6 +72,6 @@
<script src="js/axios.min.js"></script> <script src="js/axios.min.js"></script>
<script src="js/vue.min.js"></script> <script src="js/vue.min.js"></script>
<script src="js/util.js"></script> <script src="js/util.js"></script>
<script src="js/login.js?12"></script> <script src="js/login.js?1233"></script>
</body> </body>
</html> </html>
\ No newline at end of file \ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!