Commit 03173c50 authored by 黄奎's avatar 黄奎

增加确认按钮

parent 8e84637e
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<view style="position: relative;" class="view-box"> <view style="position: relative;" class="view-box">
<view class="box"> <view class="box">
<view class="box-img"> <view class="box-img">
<image style="width: 100rpx height: 50rpx;;" src='https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1653464014000_713.png' mode="aspectFill"></image> <image style="width: 100rpx; height: 50rpx;;" src='https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1653464014000_713.png' mode="aspectFill"></image>
</view> </view>
<view class="box-bg"> <view class="box-bg">
<input class="uni-input inputM" style='margin-left: 10px;margin-top: 5px;' v-model="rules.StuName" <input class="uni-input inputM" style='margin-left: 10px;margin-top: 5px;' v-model="rules.StuName"
...@@ -342,8 +342,8 @@ ...@@ -342,8 +342,8 @@
justify-content: center; justify-content: center;
font-size: 22rpx; font-size: 22rpx;
color: #fff; color: #fff;
position: absolute; position: fixed;
bottom: 250rpx; bottom: 190rpx;
left: 50%; left: 50%;
transform: translate(-50%, 0%); transform: translate(-50%, 0%);
background-color: #138BF9; background-color: #138BF9;
......
...@@ -309,6 +309,9 @@ ...@@ -309,6 +309,9 @@
</view> </view>
</view> </view>
</scroll-view> </scroll-view>
<view class="determine-box">
<view :style="{ 'background-color': mc }" class="determine-box2" @click="determine()">确定</view>
</view>
</view> </view>
</u-popup> </u-popup>
</view> </view>
...@@ -332,6 +335,7 @@ ...@@ -332,6 +335,7 @@
return { return {
isAlipay: 2, isAlipay: 2,
JJSWStuId:"", JJSWStuId:"",
Thename2:'',
u:{}, u:{},
Thename: '姓名', Thename: '姓名',
actuve: 0, actuve: 0,
...@@ -466,9 +470,13 @@ ...@@ -466,9 +470,13 @@
}, },
masklist(item, i) { masklist(item, i) {
this.actuve = i this.actuve = i
this.Thename = item.StuName this.Thename2 = item.StuName
this.JJSWStuId = item.StuId this.JJSWStuId = item.StuId
}, },
determine() {
this.Thename = this.Thename2
this.show = false
},
onShareAppMessage() { onShareAppMessage() {
return { return {
title: this.zrName, title: this.zrName,
...@@ -828,6 +836,24 @@ ...@@ -828,6 +836,24 @@
</script> </script>
<style> <style>
.determine-box{
margin: auto;
height: 80rpx;
font-size: 28rpx;
display: flex;
justify-content: center;
align-items: center;
margin-top: 50rpx;
}
.determine-box2 {
display: flex;
justify-content: center;
align-items: center;
width: 60%;
border-radius: 50rpx;
color: #fff;
height: 80rpx;
}
.mask-lit22{ .mask-lit22{
width: 50rpx; width: 50rpx;
height: 50rpx; height: 50rpx;
...@@ -859,27 +885,27 @@ ...@@ -859,27 +885,27 @@
} }
.mask-lit33 { .mask-lit33 {
font-size: 22rpx; font-size: 28rpx;
color: black; color: black;
} }
.mask-lit3 { .mask-lit3 {
font-size: 22rpx; font-size: 28rpx;
color: black; color: black;
font-weight: bold; font-weight: bold;
} }
.mask-lit2 { .mask-lit2 {
font-size: 24rpx; font-size: 28rpx;
display: inline-block; display: inline-block;
margin-right: 20rpx; margin-right: 20rpx;
border-radius: 50%; border-radius: 50%;
/* background-color: red; */ /* background-color: red; */
width: 40rpx; width: 50rpx;
height: 40rpx; height: 50rpx;
/* display: flex; */ /* display: flex; */
text-align: center; text-align: center;
line-height: 40rpx; line-height: 50rpx;
color: #FFF; color: #FFF;
} }
......
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