Commit c60122b8 authored by 罗超's avatar 罗超

2

parent 47808a3c
......@@ -61,8 +61,8 @@
}
}
.successStatus{
width: 620rpx;
height: 449rpx;
width: 700rpx;
// 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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment