Browse Source

------

featrue/v4.3
huziyuan 5 years ago
parent
commit
3bc3bf56aa
2 changed files with 4 additions and 4 deletions
  1. 4
      pages/article/allNewInfo/index.wxml
  2. 4
      pages/article/newInfo/index.js

4
pages/article/allNewInfo/index.wxml

@ -59,8 +59,8 @@
</view>
</view>
</scroll-view>
<view class="gzBtn" id="toAttentionPaperFctory" bindtap="toPage">
<!-- <view class="gzBtn" id="toAttentionPaperFctory" bindtap="toPage">
<view class="gzBtnIcon"><image style="width:36rpx;height:36rpx" src="/assets/info/addgzicon.png"></image></view>
<view class="gzBtnText">关注纸厂</view>
</view>
</view> -->
</view>

4
pages/article/newInfo/index.js

@ -20,9 +20,9 @@ Component({
tableSgin: null,
loading:false,
pximg:'/assets/info/px-mr.png',
curDate: '2018-12-25',
curDate: util.formatDate(new Date(), 'Y-M-D'),
querFrom:{
curDate: '2018-12-25',
curDate: util.formatDate(new Date(), 'Y-M-D'),
queryWay: 0,
priceSort:0
},

Loading…
Cancel
Save