zs 2 سال پیش
والد
کامیت
1e30a88109
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 3 2
      pagesHome/order/order.vue

+ 3 - 2
pagesHome/order/order.vue

@@ -4,7 +4,7 @@
 			<view class="one">
 				<scroll-view scroll-y="true" class="scroll-view">
 					<view class="list-scroll-view">
-						<view class="one_1">
+						<view class="one_1" @click="toChoose">
 							<text class="localicon iconfont icon-dingweixiao"></text>
 							<view class="other" v-if="address._id">
 								<view class="name">
@@ -16,7 +16,7 @@
 								</view>
 							</view>
 							<view class="address" v-else><text>请选择一个收货地址</text></view>
-							<text @click="toChoose" class="iconfont icon-jiantouyou"></text>
+							<text class="iconfont icon-jiantouyou"></text>
 						</view>
 						<view class="one_2">
 							<view class="list" v-for="(item,index) in orderList" :key="index">
@@ -629,6 +629,7 @@
 		height: 100vw;
 		overflow-x: hidden;
 		background-color: var(--f5Color);
+		padding: 2vw;
 
 		.list {
 			.one {