From 0556e2bfdf6e9424ef6ef12abe08fc9d7b44cf1b Mon Sep 17 00:00:00 2001
From: jyy <935090232@qq.com>
Date: Sat, 16 Jan 2021 08:54:05 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/jyyforjava/hive-xcx
---
pages/yuyue/yyInfo.js | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/pages/yuyue/yyInfo.js b/pages/yuyue/yyInfo.js
index cdd7de6..fc70eee 100644
--- a/pages/yuyue/yyInfo.js
+++ b/pages/yuyue/yyInfo.js
@@ -143,16 +143,11 @@
api: api.yuyue.createServiceOrder,
data: orderInfo,
callback: function (data) {
- var id = data.rows[0].id;
wx.redirectTo({
- url: '/pages/yuyue/yySuccess?id=' + id,
+ url: '/pages/yuyue/order',
})
}
});
-
-
-
-
},
--
Gitblit v1.9.1