Selaa lähdekoodia

style:修改样式

443166679@qq.com 1 vuosi sitten
vanhempi
commit
808d5da93c
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      common/task/loan-item.vue

+ 3 - 3
common/task/loan-item.vue

@@ -1,7 +1,7 @@
 <template>
 	<view class="p-t20">
-		<view class="task-body m-lr20  animate__animated animate__fadeIn" v-if="taskLists.length>0">
-			<view class="row-c page-box-bg-fff m-b20 r-30 box-shadow-197 loan-item" v-for="(item,index) in taskLists"
+		<view class="task-body m-lr20  animate__animated animate__fadeIn" v-if="taskList.length>0">
+			<view class="row-c page-box-bg-fff m-b20 r-30 box-shadow-197 loan-item" v-for="(item,index) in taskList"
 				:key="index">
 				<view class="main_string" :style="{background:lineColor[item.product_id%3]}"></view>
 				<view class="row-c flex p-30 p-t60">
@@ -68,7 +68,7 @@
 				type: Number,
 				default: 1
 			},
-			taskLists: {
+			taskList: {
 				type: Array,
 				default: () => [1]
 			},