comment reach_time
This commit is contained in:
parent
8c5764a172
commit
3e9c0348c5
@ -169,6 +169,7 @@ Page({
|
|||||||
return alert(`评论内容不能小于${limitLength}个字`)
|
return alert(`评论内容不能小于${limitLength}个字`)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// var reach_date = dateFormat(new Date(receive_time * 1000), "yyyy-mm-dd")
|
||||||
|
|
||||||
this.setData({
|
this.setData({
|
||||||
loading: true
|
loading: true
|
||||||
@ -176,6 +177,7 @@ Page({
|
|||||||
reviewsOrder({
|
reviewsOrder({
|
||||||
order_id,
|
order_id,
|
||||||
service, quality, content,
|
service, quality, content,
|
||||||
|
// reach_time: `${reach_date} ${reach_time}`,
|
||||||
success(data) {
|
success(data) {
|
||||||
that.setData({
|
that.setData({
|
||||||
loading: false
|
loading: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user