fix: 修改跳转链接从洗车券页面到首页
将原跳转至洗车券列表页面的链接改为跳转至首页,统一用户操作流程
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user