From 32526e5bddb7b14328b2467cd18783f480b33f3b Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期六, 31 八月 2024 01:51:53 +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