Jelajahi Sumber

Signed-off-by: liuboyan <632697560@qq.com>
bug

liuboyan 4 tahun lalu
induk
melakukan
5c49f10e8b
3 mengubah file dengan 6 tambahan dan 7 penghapusan
  1. 2 1
      pages.json
  2. 1 0
      pagesMain/couponList.vue
  3. 3 6
      pagesMain/entrustForm.vue

+ 2 - 1
pages.json

@@ -111,7 +111,8 @@
 			"path": "entrustList",
 			"style": {
 				"navigationBarTitleText": "委托列表",
-				"enablePullDownRefresh": true
+				"enablePullDownRefresh": true,
+				"backgroundColor": "#f7f7f7"
 			}
 		}, {
 			"path": "entrustForm",

+ 1 - 0
pagesMain/couponList.vue

@@ -6,6 +6,7 @@
 		</view>
 		<view class="coupon-box" v-if="tabIndex == 0">
 			<view class="coupon-row" v-for="(site, index2) in couponList1" :key="index2">
+				<view class="coupon-mask" v-if="site.status == 0"></view>
 				<view class="coupon-left">
 					<view class="coupon-left-price"><text style="font-size: 16px;">¥</text>{{site.discountAmount}}</view>
 					<view class="coupon-left-text">满减金额</view>

+ 3 - 6
pagesMain/entrustForm.vue

@@ -157,15 +157,12 @@
 
 <style>
 	page {
+		width: 100%;
+		height: 100%;
 		background-color: #f7f7f7;
 	}
 </style>
 <style lang="less" scoped>
-	page {
-		width: 100%;
-		height: 100%;
-	}
-
 	.container {
 		width: 100%;
 		height: 100%;
@@ -175,7 +172,7 @@
 		padding-bottom: 70px;
 		overflow-y: auto;
 
-		.address-form {
+		.entrust-form {
 			width: 100%;
 			float: left;
 			box-sizing: border-box;