Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
李宁
/
Activity
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit f7a34c31
authored
Nov 18, 2025
by
李宁
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
528665ef
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
37 additions
and
21 deletions
huaian/demo.html
huaian/index.html
huaian/js/demo.js
huaian/js/lang.js
huaian/js/result.js
huaian/result.html
zhiJianBusi/zjbPhone/js/login.js
zhiJianBusi/zjbPhone/login.html
huaian/demo.html
View file @
f7a34c3
...
@@ -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?87555
999
"
></script>
</body>
</body>
</html>
</html>
\ No newline at end of file
\ No newline at end of file
huaian/index.html
View file @
f7a34c3
...
@@ -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>
...
...
huaian/js/demo.js
View file @
f7a34c3
...
@@ -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
...
...
huaian/js/lang.js
View file @
f7a34c3
...
@@ -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
}
}
huaian/js/result.js
View file @
f7a34c3
...
@@ -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
)
...
...
huaian/result.html
View file @
f7a34c3
...
@@ -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
zhiJianBusi/zjbPhone/js/login.js
View file @
f7a34c3
...
@@ -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
...
...
zhiJianBusi/zjbPhone/login.html
View file @
f7a34c3
...
@@ -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?12
33
"
></script>
</body>
</body>
</html>
</html>
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment