@@ -184,7 +184,7 @@ export default {
{ header: { 'Content-Type': 'application/json' } }
)
.then(res => {
- if (res.data.code === 200) {
+ if (res.data.result === '0') {
this.$loading.close();
wx.redirectTo({
url: '/pages/order/orderList'