Browse Source

no message

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

2
pages/mall/information-item/index.js

@ -12,7 +12,7 @@ Component({
}, },
methods: { methods: {
lookItem: function(e){ 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)
} }
} }
}) })

2
pages/mall/information-item/index.wxml

@ -1,6 +1,6 @@
<wxs module="formate" src="../../../pages/formate.wxs"></wxs> <wxs module="formate" src="../../../pages/formate.wxs"></wxs>
<wxs module="moment" src="../../moment/index.wxs"></wxs> <wxs module="moment" src="../../moment/index.wxs"></wxs>
<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="flex: 2;"> <view style="flex: 2;">
<view class="text-df text-black">{{item.categoryName}} {{item.shortName}}</view> <view class="text-df text-black">{{item.categoryName}} {{item.shortName}}</view>
<view class="text-gray text-xs" style="margin-top: 6rpx;">{{item.latestQuoteTime}}</view> <view class="text-gray text-xs" style="margin-top: 6rpx;">{{item.latestQuoteTime}}</view>

Loading…
Cancel
Save