Commit 6636496391c0e3bf4a4315342c226babd087d24a
1 parent
9242b261
商品的评价问题~~
Showing
1 changed file
with
1 additions
and
1 deletions
pages/goods/goodsInfo/goodsInfo.js
... | ... | @@ -1402,7 +1402,7 @@ Page({ |
1402 | 1402 | |
1403 | 1403 | wx.showLoading(); |
1404 | 1404 | var req_where = { |
1405 | - store_id: o.stoid, pageSize: 5, | |
1405 | + store_id: o.stoid, pageSize: 5,is_show:1, | |
1406 | 1406 | parent_id: 0, goods_id: th.data.gid, commenttype: tp, |
1407 | 1407 | } |
1408 | 1408 | if (getApp().globalData.userInfo) { | ... | ... |