From cce6dc1eb47dbb08c7cc243a22f967977c0d856a Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 28 十二月 2022 16:30:15 +0800
Subject: [PATCH] #
---
pages/business/cstmr/cstmrDetails.vue | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/pages/business/cstmr/cstmrDetails.vue b/pages/business/cstmr/cstmrDetails.vue
index 9e793c5..76ed48a 100644
--- a/pages/business/cstmr/cstmrDetails.vue
+++ b/pages/business/cstmr/cstmrDetails.vue
@@ -108,12 +108,11 @@
del(id) {
let that = this
var ids = [];
- id = Number(id)
ids.push(id)
uni.request({
url: that.baseUrl + '/cstmr/delete/json',
header: {'token' : uni.getStorageSync('token'),},
- data: {ids: [100,20,40]},
+ data: {ids: ids},
method: 'POST',
success(res) {
console.log(res);
@@ -231,7 +230,7 @@
.header {
width: auto;
min-height: 110rpx;
- background-color: #f8f8f8;
+ background-color: #fff;
padding: 30px 20px 10px 20px;
}
.cstmr-name {
@@ -255,7 +254,7 @@
.container {
margin-top: 10px;
padding: 10rpx 20rpx 0 20rpx;
- background-color: #f8f8f8;
+ background-color: #fff;
display: grid;
grid-template-columns: 1fr 3fr;
}
@@ -283,7 +282,7 @@
min-height: 100rpx;
bottom: 0;
margin-bottom: 0;
- background-color: #f8f8f8;
+ background-color: #fff;
border-top: 1px solid #efefef;
display: flex;
align-items: center;
--
Gitblit v1.9.1