Browse Source

no message

yanjie 4 năm trước cách đây
mục cha
commit
ee2016bb1b
1 tập tin đã thay đổi với 5 bổ sung6 xóa
  1. 5 6
      pages/doctor_related/info_write.vue

+ 5 - 6
pages/doctor_related/info_write.vue

xqd xqd
@@ -103,11 +103,11 @@
 					</view>
 				</view>
 				<view style="padding: 0 50rpx;">
-					<input style="border: 2rpx solid #a1a1a1; height:50rpx;" v-if="phoneValue==showinput" type="number" placeholder="请输入手机号"/>
+					<input style="border: 2rpx solid #a1a1a1; height:50rpx;" v-if="phoneValue==showinput" type="number" placeholder="请输入手机号" />
 				</view>
 			</scroll-view>
 			<u-gap height="10" bg-color="#f9f9f9"></u-gap>
-			<view style="padding: 0 10%; ">
+			<view style="padding: 0 10%; height: 100rpx;  ">
 				<u-button type="primary" shape="circle" @click="">确认</u-button>
 			</view>
 		</u-popup>
@@ -150,20 +150,19 @@
 				showphone: false,
 				phoneList: [{
 						name: '默认手机号',
-						id:'0',
+						id: '0',
 						num: '123123123',
 						disabled: false
 					},
 					{
 						name: '其他手机号',
-						id:'1',
+						id: '1',
 						num: '',
 						disabled: false
 					}
 				],
 				phoneValue: '',
-				showinput: '其他手机号'
-				
+				showinput: '其他手机号',
 			}
 		},
 		methods: {