feat: 更新拒单文案
This commit is contained in:
parent
065b7f6f7c
commit
e6c03781ed
|
|
@ -79,7 +79,7 @@ const acceptOrder = (index, id) => {
|
|||
|
||||
const rejectOrder = (index, id) => {
|
||||
uni.showModal({
|
||||
title: '拒接提示',
|
||||
title: '请您确认是否拒单?多次拒单平台会减少对您的派单量!',
|
||||
confirmText: '确认',
|
||||
editable: true,
|
||||
placeholderText: '请输入拒接原因',
|
||||
|
|
|
|||
|
|
@ -331,7 +331,7 @@ const acceptOrder = () => {
|
|||
|
||||
const rejectOrder = () => {
|
||||
uni.showModal({
|
||||
title: '拒接提示',
|
||||
title: '请您确认是否拒单?多次拒单平台会减少对您的派单量!',
|
||||
confirmText: '确认',
|
||||
editable: true,
|
||||
placeholderText: '请输入拒接原因',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user