Browse Source

feat: 订单bug

2912631854@qq.com 1 năm trước cách đây
mục cha
commit
aa9b8f5df5
2 tập tin đã thay đổi với 8 bổ sung2 xóa
  1. 2 1
      pages/my/houseList.vue
  2. 6 1
      pagesMy/stayInfo/roomPosition.vue

+ 2 - 1
pages/my/houseList.vue

@@ -70,7 +70,8 @@
 							<text style="font-size: 30rpx; margin-right: 90rpx; ">固定房价</text>
 						</view>
 						<view style="display: flex;">
-							<text style="font-size: 30rpx;">¥</text> <input v-model="form.price" placeholder="请输入价格"
+							<text style="font-size: 30rpx;">¥</text>
+							<input v-model="form.price" placeholder="请输入价格"
 								style="width: 210rpx;height: 42rpx; font-size: 30rpx;" />
 						</view>
 					</view>

+ 6 - 1
pagesMy/stayInfo/roomPosition.vue

@@ -5,7 +5,7 @@
 		<view class="content">
 			<view class="card">
 				<!-- <view class="card1" @tap="open()"> -->
-				<view class="card1">
+				<!-- 	<view class="card1">
 					<text style="font-size: 30rpx; color: #333; font-weight: Regular; ">
 						<text>所属城市</text>
 						<text style="margin-left: 30rpx; text-align: right; width: 100%;"
@@ -13,6 +13,11 @@
 						<text style="margin-left: 30rpx; text-align: right; width: 100%;" v-else>{{str.name}}</text>
 					</text>
 					<u-icon name="arrow-right" size="24"></u-icon>
+				</view> -->
+				<view class="card1">
+					<text style="margin-right: 30rpx; font-size: 30rpx; color: #333; font-weight: Regular; ">所属城市</text>
+					<u--input class="card-input" inputAlign="right" placeholder="请输入您的地址" border="none"
+						v-model="str.name" style="text-align: right; font-size: Regular;"></u--input>
 				</view>
 			</view>
 			<view class="card">