Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张浩
/
br-client
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
3bcc31dd
...
3bcc31dd3de0625456019c684cdc8c1cef442298
authored
2023-11-01 16:08:11 +0800
by
牛先锋
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
测试工具2增加设置验证码功能--活动id隐藏,不用传
1 parent
0de5bf61
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
src/page/tool2.vue
src/page/tool2.vue
View file @
3bcc31d
...
...
@@ -93,11 +93,13 @@
</div>
<div
class=
"text item"
>
<el-form-item>
<el-input
placeholder=
"请输入手机号"
v-model=
"
queryPhoneCode222
.phone"
clearable
></el-input>
<el-input
placeholder=
"请输入手机号"
v-model=
"
smsCode
.phone"
clearable
></el-input>
</el-form-item>
<!--
<el-form-item>
<el-input
placeholder=
"请输入活动id"
v-model=
"queryPhoneCode222.actid"
clearable
></el-input>
</el-form-item>
-->
<div
style=
"margin: 15px 0;"
></div>
<el-form-item>
<el-button
round
@
click=
"queryPhoneCodeSubmitactadd"
>
设置验证码
</el-button>
...
...
@@ -588,8 +590,8 @@
}
}
this
.
$http
.
get
(
'/tool2/setActCode?'
+
this
.
$qs
.
stringify
({
phone
:
this
.
queryPhoneCode222
.
phone
,
actid
:
this
.
queryPhoneCode222
.
actid
.
toString
()
phone
:
this
.
smsCode
.
phone
,
actid
:
'1102'
//
this.queryPhoneCode222.actid.toString()
}),
config
).
then
((
res
)
=>
{
console
.
log
(
res
);
if
(
res
.
data
==
'codenull'
)
{
...
...
Please
register
or
sign in
to post a comment