跟进跳转添加跟进

This commit is contained in:
WindowBird 2025-11-11 15:58:00 +08:00
parent 253428e378
commit baf58613df

View File

@ -290,10 +290,9 @@ const handleCustomerClick = (customer) => {
//
const handleFollowup = (customer) => {
console.log('跟进客户:', customer);
// TODO: API
//
//
uni.navigateTo({
url: `/pages/customer-follow/index?customerId=${customer.id}&customerName=${customer.name}`
url: `/pages/customer/follow/add/index?customerId=${customer.id}&customerName=${encodeURIComponent(customer.name || '')}`
});
};
@ -635,7 +634,7 @@ defineExpose({
}
.edit-icon {
font-size: 14px;
color: #909399;
cursor: pointer;
opacity: 0.6;