Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
c60122b8
Commit
c60122b8
authored
Mar 03, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
47808a3c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
3 deletions
+20
-3
bindSalesman.vue
pages/school/personal/bindSalesman.vue
+20
-3
No files found.
pages/school/personal/bindSalesman.vue
View file @
c60122b8
...
...
@@ -61,8 +61,8 @@
}
}
.successStatus
{
width
:
62
0rpx
;
height
:
449rpx
;
width
:
70
0rpx
;
//
height: 449rpx;
background-color
:
#FFF
;
margin-top
:
60rpx
;
box-shadow
:
0rpx
6rpx
30rpx
0rpx
rgba
(
139
,
115
,
64
,
0
.06
);
...
...
@@ -99,6 +99,7 @@
line-height
:
38rpx
;
font-size
:
22rpx
;
font-weight
:
500
;
padding
:
0
20rpx
;
}
.knowBtn
{
width
:
620rpx
;
...
...
@@ -141,6 +142,18 @@
<!--
<view
class=
"yanbtn"
@
click=
"getCode"
>
{{
show
==
true
?
btntext
:
daojis
}}
</view>
-->
</view>
</view>
<view
class=
"box-item"
>
<view
class=
"box-item-top"
>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/Jhyanzm.png"
class=
"imgstb"
></image>
<text>
身份
</text>
</view>
<view
class=
"box-item-b"
>
<u-radio-group
v-model=
"addMsg.EduType"
>
<u-radio
shape=
"circle"
:name=
"1"
>
内部员工
</u-radio>
<u-radio
shape=
"circle"
:name=
"2"
>
学生
</u-radio>
</u-radio-group>
</view>
</view>
<view
class=
"tijiao"
@
click=
"tj()"
>
提交绑定
</view>
...
...
@@ -161,6 +174,10 @@
<view
class=
"info department"
>
{{
sellInfo
.
DeptName
}}
</view>
<view
class=
"info work"
>
<text
v-if=
"sellInfo.Type==1"
style=
"margin-left:20rpx"
>
内部员工
</text>
<text
v-if=
"sellInfo.Type==2"
style=
"margin-left:20rpx"
>
学生
</text>
</view>
<view
class=
"knowBtn"
@
click=
"gbAuth"
>
我知道了
</view>
...
...
@@ -186,6 +203,7 @@
addMsg
:{
EduSellAccount
:
''
,
password
:
''
,
EduType
:
1
,
},
btntext
:
'获取验证码'
,
show
:
true
,
...
...
@@ -382,7 +400,6 @@
(
error
)
=>
{}
);
},
}
};
</
script
>
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