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