From b37bca8f7a6cdae798e74f14b51936e3a6a9637c Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期四, 29 八月 2024 22:42:14 +0800 Subject: [PATCH] update 售后问题 --- sub_pages/customer/shopping/shopping.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sub_pages/customer/shopping/shopping.vue b/sub_pages/customer/shopping/shopping.vue index 66a0a67..a512018 100644 --- a/sub_pages/customer/shopping/shopping.vue +++ b/sub_pages/customer/shopping/shopping.vue @@ -10,9 +10,9 @@ <view class="name"> 15974805814 </view> - <!-- <view class="m-l-a m-r-0"> + <view class="m-l-a m-r-0"> <uni-icons v-if="list&&list.length>0" type="trash" size="28" @click="batchDelete"></uni-icons> - </view> --> + </view> </view> <view class=""> <no-data v-if="!list||list.length===0" style="width: 100%;"></no-data> -- Gitblit v1.9.3