fix: 修改跳转链接从洗车券页面到首页
将原跳转至洗车券列表页面的链接改为跳转至首页,统一用户操作流程
This commit is contained in:
parent
d1c1786829
commit
503bcc249e
@ -50,7 +50,8 @@ Page({
|
||||
wx.showToast({ title: startRes.message || '启动成功', icon: 'success' });
|
||||
// 跳转到洗车券列表页面
|
||||
wx.redirectTo({
|
||||
url: "/pages/washing/washing"
|
||||
// url: "/pages/washing/washing"
|
||||
url: "/pages/index/index"
|
||||
})
|
||||
} else {
|
||||
wx.redirectTo({
|
||||
|
@ -212,7 +212,8 @@ Page({
|
||||
title: "",
|
||||
content: e.message
|
||||
}), a.data.tmplIds.length > 0 && a.requestSubscribeMessage(), wx.redirectTo({
|
||||
url: "/pages/washing/washing"
|
||||
// url: "/pages/washing/washing"
|
||||
url: "/pages/index/index"
|
||||
}), a.isneedUpload = !0), 888 == e.code && (wx.navigateTo({
|
||||
url: "/pages/voucher/voucher"
|
||||
}), a.isneedUpload = !0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user