Commit 90d91f64801771036925b9a5a29187b8628e28f8

Authored by zhiyangdu
1 parent 945df1fe

积分商城更多页没有更多了提示

src/pages/morePoints/morePoints.vue
... ... @@ -33,7 +33,7 @@
33 33 <img src="static/img/no_gift_tip.png" alt=""/>
34 34 <div class="text">暂无兑换记录</div>
35 35 </div>
36   - <div v-show="phyicalGoods.list && phyicalGoods.list.length>0 && isMore ==0" class="is_more">
  36 + <div v-show="phyicalGoods.list && phyicalGoods.list.length>0 && isMore" class="is_more">
37 37 没有更多了
38 38 </div>
39 39 </div>
... ...