tianyi 3 weeks ago
parent
commit
0f4f371373
  1. 9
      pages/index/index.vue

9
pages/index/index.vue

@ -291,6 +291,9 @@
:style="{'background':checkYongjin==true?'linear-gradient(135deg, rgba(255, 247, 215, 0.95), rgba(166, 255, 234, 0.72))':'rgba(248, 255, 250, 0.86)','border':checkYongjin==true?'1px solid rgba(255, 188, 119, 0.72)':'1px solid rgba(166, 255, 234, 0.46)'}"> :style="{'background':checkYongjin==true?'linear-gradient(135deg, rgba(255, 247, 215, 0.95), rgba(166, 255, 234, 0.72))':'rgba(248, 255, 250, 0.86)','border':checkYongjin==true?'1px solid rgba(255, 188, 119, 0.72)':'1px solid rgba(166, 255, 234, 0.46)'}">
佣金 佣金
</view> </view>
<view @tap="searchOrder('shuaxin')" class="sort-member" hover-class="box-hover" style="border-radius: 60rpx">
刷新
</view>
</view> </view>
<view class="sort-text" <view class="sort-text"
v-if="getAreaData.id != undefined || putAreaData.id != undefined || checkYongjin" v-if="getAreaData.id != undefined || putAreaData.id != undefined || checkYongjin"
@ -677,7 +680,7 @@
hallOnly: true, hallOnly: true,
status: 0, status: 0,
pageNum: 1, pageNum: 1,
pageSize:5, pageSize:10,
getAreaId: '', getAreaId: '',
putAreaId: '', putAreaId: '',
paths: ['home_top', 'home_center_left_top', 'home_center_left_bottom', 'home_center_right_top', paths: ['home_top', 'home_center_left_top', 'home_center_left_bottom', 'home_center_right_top',
@ -1250,6 +1253,7 @@
this.checkYongjin = false this.checkYongjin = false
this.searchForm.order = '' this.searchForm.order = ''
} }
console.log("shuaxin")
this.searchForm.pageNum = 1 this.searchForm.pageNum = 1
this.getDelivery(); this.getDelivery();
}, },
@ -2807,4 +2811,7 @@
color: #ff7043; color: #ff7043;
font-weight: 900; font-weight: 900;
} }
.box-hover {
background: rgba(248, 255, 237, 0.86);
}
</style> </style>
Loading…
Cancel
Save