Commit c60122b8 authored by 罗超's avatar 罗超

2

parent 47808a3c
...@@ -61,8 +61,8 @@ ...@@ -61,8 +61,8 @@
} }
} }
.successStatus{ .successStatus{
width: 620rpx; width: 700rpx;
height: 449rpx; // height: 449rpx;
background-color: #FFF; background-color: #FFF;
margin-top: 60rpx; margin-top: 60rpx;
box-shadow: 0rpx 6rpx 30rpx 0rpx rgba(139, 115, 64, 0.06); box-shadow: 0rpx 6rpx 30rpx 0rpx rgba(139, 115, 64, 0.06);
...@@ -99,6 +99,7 @@ ...@@ -99,6 +99,7 @@
line-height: 38rpx; line-height: 38rpx;
font-size: 22rpx; font-size: 22rpx;
font-weight: 500; font-weight: 500;
padding: 0 20rpx;
} }
.knowBtn{ .knowBtn{
width: 620rpx; width: 620rpx;
...@@ -141,6 +142,18 @@ ...@@ -141,6 +142,18 @@
<!-- <view class="yanbtn" @click="getCode">{{show == true?btntext:daojis}}</view> --> <!-- <view class="yanbtn" @click="getCode">{{show == true?btntext:daojis}}</view> -->
</view> </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 class="tijiao" @click="tj()">
提交绑定 提交绑定
</view> </view>
...@@ -161,6 +174,10 @@ ...@@ -161,6 +174,10 @@
<view class="info department"> <view class="info department">
{{sellInfo.DeptName}} {{sellInfo.DeptName}}
</view> </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 class="knowBtn" @click="gbAuth">
我知道了 我知道了
</view> </view>
...@@ -186,6 +203,7 @@ ...@@ -186,6 +203,7 @@
addMsg:{ addMsg:{
EduSellAccount:'', EduSellAccount:'',
password:'', password:'',
EduType:1,
}, },
btntext:'获取验证码', btntext:'获取验证码',
show: true, show: true,
...@@ -382,7 +400,6 @@ ...@@ -382,7 +400,6 @@
(error) => {} (error) => {}
); );
}, },
} }
}; };
</script> </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