Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
N
nwjs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
YZG
nwjs
Commits
53e2de3f
Commit
53e2de3f
authored
Dec 10, 2021
by
yanzg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
手机哈
parent
10d01568
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
manualNumbering.js
...v0.25.2-win-ia32/TubidaNewSale/js/lhgj/manualNumbering.js
+4
-4
No files found.
nwjs-v0.25.2-win-ia32/TubidaNewSale/js/lhgj/manualNumbering.js
View file @
53e2de3f
...
@@ -22,20 +22,20 @@ $(function(){
...
@@ -22,20 +22,20 @@ $(function(){
$mnGuojiNext
.
click
(
function
(){
$mnGuojiNext
.
click
(
function
(){
let
channelId
=
$channel
.
val
();
//购票渠道
let
channelId
=
$channel
.
val
();
//购票渠道
let
phone
=
getMobile
(
$mnInput2
.
val
());
//手机号码
let
phone
=
getMobile
(
);
//手机号码
if
(
!
channelId
){
if
(
!
channelId
){
$channelTip
.
show
()
$channelTip
.
show
()
return
;
return
;
}
else
{
}
else
{
$channelTip
.
hide
()
$channelTip
.
hide
()
}
}
if
(
phone
.
length
!=
11
||
phone
.
substr
(
0
,
1
)
!=
1
){
let
msg
=
Check
.
isNull
(
phone
)
||
Check
.
isPhone
(
phone
);
if
(
msg
)
{
$phoneTip
.
show
()
$phoneTip
.
show
()
return
;
return
;
}
else
{
}
else
{
$phoneTip
.
hide
()
$phoneTip
.
hide
()
}
}
// 通过时间来显示必须重刷身份证等信息
// 通过时间来显示必须重刷身份证等信息
resetData
();
resetData
();
let
channelSelect
=
$channel
.
val
();
let
channelSelect
=
$channel
.
val
();
...
@@ -45,7 +45,7 @@ $(function(){
...
@@ -45,7 +45,7 @@ $(function(){
cache
.
channelId
=
channels
.
channelId
;
cache
.
channelId
=
channels
.
channelId
;
cache
.
saleId
=
channels
.
saleId
;
cache
.
saleId
=
channels
.
saleId
;
cache
.
buyNum
=
$mnInput
.
val
();
cache
.
buyNum
=
$mnInput
.
val
();
cache
.
mobile
=
getMobile
()
;
cache
.
mobile
=
phone
;
$mnInput2
.
val
(
""
);
//清空输入框的电话号码
$mnInput2
.
val
(
""
);
//清空输入框的电话号码
$mnInput
.
val
(
1
);
//清空输入框的电话号码
$mnInput
.
val
(
1
);
//清空输入框的电话号码
showResPage
(
null
,
"/page/lhgj/workScanCode.html"
);
showResPage
(
null
,
"/page/lhgj/workScanCode.html"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment