维修定损
This commit is contained in:
parent
7f7b2a6bba
commit
f73db43be1
|
|
@ -249,8 +249,8 @@ const handleItem = (item) => {
|
|||
uni.showModal({
|
||||
title: '提示',
|
||||
content: '是否确认进行定损?',
|
||||
confirmText: '是',
|
||||
cancelText: '否',
|
||||
confirmText: '进入定损',
|
||||
cancelText: '转至维修',
|
||||
success: async (res) => {
|
||||
if (res.confirm) {
|
||||
// 用户点击确认,进行页面跳转
|
||||
|
|
|
|||
Loading…
Reference in New Issue