diff --git a/components/add-tips/index.js b/components/add-tips/index.js index 7412238..f6c4f23 100644 --- a/components/add-tips/index.js +++ b/components/add-tips/index.js @@ -50,7 +50,7 @@ Component({ }, methods: { hidden: function() { - // wx.setStorageSync(STORAGE_KEY, true) + wx.setStorageSync(STORAGE_KEY, true) this.setData({ SHOW_TOP: false }) // this.shrink() }, diff --git a/pages/process/order-list/index.wxml b/pages/process/order-list/index.wxml index d4da470..1f515e2 100644 --- a/pages/process/order-list/index.wxml +++ b/pages/process/order-list/index.wxml @@ -65,7 +65,7 @@ 取消订单 + bind:click="cancelOrder" wx:if="{{item.status != 6 && item.status != 41 && item.status != 42}}">取消订单 定价 取消订单 + bind:click="cancelOrder" wx:if="{{item.orderStatus != 6 && item.status != 41 && item.status != 42}}">取消订单 修改订单