在线签约
This commit is contained in:
parent
4e171bb456
commit
b5fd1cef93
@ -65,9 +65,9 @@
|
||||
this.getHeathHousing();
|
||||
},
|
||||
methods: {
|
||||
goAppointmentscreening() {
|
||||
goAppointmentscreening(){
|
||||
uni.navigateTo({
|
||||
url: '/pagesB/ProductList/ProductList'
|
||||
url: '/pagesB/screenorder/screenorder'
|
||||
})
|
||||
},
|
||||
//跳转健康常识item
|
||||
@ -93,7 +93,7 @@
|
||||
gomaterialbenefits() {
|
||||
// 第二种引入
|
||||
// this.$store.dispatch("openPopup");
|
||||
this.openPopup();
|
||||
// this.openPopup();
|
||||
setTimeout(e => {
|
||||
uni.navigateTo({
|
||||
url: '/pagesB/materialbenefits/materialbenefits'
|
||||
@ -102,7 +102,7 @@
|
||||
},
|
||||
//跳转护理站页面
|
||||
gosite() {
|
||||
this.openPopup();
|
||||
// this.openPopup();
|
||||
setTimeout(e => {
|
||||
uni.navigateTo({
|
||||
url: '/pagesB/site/site'
|
||||
@ -117,19 +117,15 @@
|
||||
},
|
||||
// 筛查结果
|
||||
result(){
|
||||
uni.navigateTo({
|
||||
url: '/pagesB/SelectItem/SelectItem'
|
||||
})
|
||||
|
||||
// uni.navigateTo({
|
||||
// url: '/pagesB/screeningResult/screeningResult'
|
||||
// })
|
||||
uni.navigateTo({
|
||||
url: '/pagesB/screeningResult/screeningResult'
|
||||
})
|
||||
|
||||
|
||||
},
|
||||
//跳转商城
|
||||
goshopping() {
|
||||
this.openPopup();
|
||||
// this.openPopup();
|
||||
setTimeout(e => {
|
||||
uni.navigateTo({
|
||||
url: '/pagesB/shopping/shopping'
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
</view>
|
||||
<view class="name">
|
||||
身份证号
|
||||
<u-input v-model="value" :type="type" :border="border" placeholder="请输入身份证号" />
|
||||
<u-input v-model="value" :type="type" :border="border" placeholder="请输入身份证号" />
|
||||
</view>
|
||||
<view class="name">
|
||||
手机号码
|
||||
@ -37,7 +37,8 @@
|
||||
</view>
|
||||
<view class="name">
|
||||
详细地址
|
||||
<u-input v-model="value" :type="type" :border="border" placeholder="请输入详细地址" placeholder-style="color:#8E8E8E" />
|
||||
<u-input v-model="value" :type="type" :border="border" placeholder="请输入详细地址"
|
||||
placeholder-style="color:#8E8E8E" />
|
||||
</view>
|
||||
<view class="cancelitem">
|
||||
<view class="cancel">
|
||||
@ -92,42 +93,48 @@
|
||||
border-radius: 5rpx;
|
||||
margin: 15rpx auto;
|
||||
position: relative;
|
||||
|
||||
::v-deep .u-input {
|
||||
width: 636rpx;
|
||||
height: 63rpx;
|
||||
background: #F6F6F6;
|
||||
// color: #8E8E8E;
|
||||
// border: 1rpx solid red;
|
||||
margin: 12rpx auto;
|
||||
border: none;
|
||||
border-radius: 5rpx;
|
||||
|
||||
}
|
||||
|
||||
::v-deep.input-placeholder{
|
||||
|
||||
::v-deep .u-input__input.data-v-fdbb9fe6 {
|
||||
font-size: 26rpx !important;
|
||||
}
|
||||
|
||||
::v-deep.input-placeholder {
|
||||
color: #8E8E8E !important;
|
||||
font-size: 20rpx;
|
||||
}
|
||||
.cancelitem{
|
||||
|
||||
.cancelitem {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
padding-top: 60rpx;
|
||||
.cancel{
|
||||
|
||||
.cancel {
|
||||
width: 290rpx;
|
||||
height: 62rpx;
|
||||
background: #FFFFFF;
|
||||
border: 1rpx solid #26A888;
|
||||
border-radius: 5rpx;
|
||||
line-height:62rpx;
|
||||
line-height: 62rpx;
|
||||
color: #26A888;
|
||||
text-align: center;
|
||||
}
|
||||
.submit{
|
||||
|
||||
.submit {
|
||||
width: 290rpx;
|
||||
height: 62rpx;
|
||||
background: #26A888;
|
||||
border-radius: 5rpx;
|
||||
line-height:62rpx;
|
||||
line-height: 62rpx;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
}
|
||||
@ -183,4 +190,4 @@
|
||||
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
@ -139,6 +139,9 @@
|
||||
color: #8E8E8E !important;
|
||||
font-size: 20rpx;
|
||||
}
|
||||
::v-deep .u-input__input.data-v-fdbb9fe6 {
|
||||
font-size: 26rpx !important;
|
||||
}
|
||||
::v-deep.input-placeholder{
|
||||
color: #8E8E8E !important;
|
||||
font-size: 20rpx;
|
||||
|
||||
@ -11,8 +11,6 @@
|
||||
|
||||
.u-navbar {
|
||||
display: block;
|
||||
// height: 200rpx;
|
||||
|
||||
image {
|
||||
margin: 0 4% 0 4%;
|
||||
width: 20rpx;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user