Browse Source

no message

feature/v1.1
xpz2018 5 years ago
parent
commit
223f1553ec
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/process/order-list/index.js

2
pages/process/order-list/index.js

@ -157,7 +157,7 @@ Page({
lookItem: function (e) { lookItem: function (e) {
var item = this.data.orderList[e.currentTarget.dataset.page][e.currentTarget.dataset.index] var item = this.data.orderList[e.currentTarget.dataset.page][e.currentTarget.dataset.index]
if(item.status == 2 || item.status == 3 || item.status == 4 || item.status == 5){ if(item.status == 2 || item.status == 3 || item.status == 4 || item.status == 5){
wx.navigateTo({ url: '/pages/process/order-info/index?id=' + item.id })
wx.navigateTo({ url: `/pages/process/order-info/index?id=${item.id}` })
} }
}, },
priceOrder: function(e){ priceOrder: function(e){

Loading…
Cancel
Save