订单评价, WIP
This commit is contained in:
@ -277,6 +277,12 @@ Page({
|
||||
|
||||
},
|
||||
|
||||
// 评价订单
|
||||
rate(e){
|
||||
wx.navigateTo({
|
||||
url: '/pages/rate/rate',
|
||||
})
|
||||
},
|
||||
// 删除订单
|
||||
del(e) {
|
||||
let orderId = this.data.goods.id
|
||||
|
||||
Reference in New Issue
Block a user