Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
84d1d46950
2 changed files with 2 additions and 2 deletions
  1. 2
      pages/moment/moment-item/index.js
  2. 2
      pages/moment/moment-item/index.wxml

2
pages/moment/moment-item/index.js

@ -42,7 +42,7 @@ Component({
})
},
lookItem: function(e){
util.navigateTo('/pages/article/detail/index?id=' + this.data.item.id)
util.navigateTo('/pages/agent/factory/index?id=' + this.data.item.paperMillId)
},
fetchItemList: function(){
if (this.data.requesting) {

2
pages/moment/moment-item/index.wxml

@ -1,6 +1,6 @@
<!--pages/main/index.wxml-->
<view style="height: 64rpx;line-height: 64rpx;text-align: center;background-color: #F7F8FA;color: #888888;" wx:if="{{item.tipsTime}}">{{item.tipsTime}}</view>
<view class="bg-white flex flex-justify" style="padding:18rpx 24rpx">
<view class="bg-white flex flex-justify" style="padding:18rpx 24rpx" bindtap="lookItem">
<view style="width: 25%;">
<view class="text-df text-black text-cut">{{item.shortName}}</view>
<!-- <view class="attention-bg" bindtap="onAttentionChange">

Loading…
Cancel
Save