Browse Source

-----

featrue/v4.3
huziyuan 5 years ago
parent
commit
13e9075c9a
4 changed files with 3 additions and 2 deletions
  1. BIN
      assets/info/px-jx.png
  2. BIN
      assets/info/px-sx.png
  3. 1
      pages/article/newInfo/index.js
  4. 4
      pages/article/newInfo/index.wxml

BIN
assets/info/px-jx.png

Before After
Width: 24  |  Height: 24  |  Size: 319 B Width: 24  |  Height: 24  |  Size: 574 B

BIN
assets/info/px-sx.png

Before After
Width: 24  |  Height: 24  |  Size: 331 B Width: 24  |  Height: 24  |  Size: 559 B

1
pages/article/newInfo/index.js

@ -31,6 +31,7 @@ Component({
}, },
methods: { methods: {
onRestart: function () { onRestart: function () {
console.log(app.globalData.safeFragmentHeight)
this.setData({ this.setData({
StatusBar: app.globalData.StatusBar || 40, StatusBar: app.globalData.StatusBar || 40,
CustomBar: app.globalData.CustomBar || (app.globalData.isIos ? 64 : 80), CustomBar: app.globalData.CustomBar || (app.globalData.isIos ? 64 : 80),

4
pages/article/newInfo/index.wxml

@ -32,11 +32,11 @@
</view> </view>
</view> </view>
<view style="width:100%;height:15rpx;"></view> <view style="width:100%;height:15rpx;"></view>
<scroll-view scroll-y="true" style='max-height:1000rpx;width:100%;background-color:white'>
<scroll-view scroll-y="true" style='max-height:950rpx;width:100%;background-color:white'>
<view class="zt"> <view class="zt">
<view class="flex flex-justify" style="width:100%;height:80rpx;lineheight:80rpx;font-size: 28px;color: rgba(0,0,0,0.65);letter-spacing: 0;padding: 0rpx 40rpx 0rpx 40rpx;"> <view class="flex flex-justify" style="width:100%;height:80rpx;lineheight:80rpx;font-size: 28px;color: rgba(0,0,0,0.65);letter-spacing: 0;padding: 0rpx 40rpx 0rpx 40rpx;">
<view class="text-df text-gray" style="flex:1.2;overflow: hidden;">纸厂名称</view> <view class="text-df text-gray" style="flex:1.2;overflow: hidden;">纸厂名称</view>
<view class="text-df text-gray" style="flex:1;text-align: center" bindtap="changeSort">价格涨跌<image style="width:30rpx;height:30rpx" src="{{pximg}}"></image>
<view class="text-df text-gray" style="flex:1;text-align: center" bindtap="changeSort">价格涨跌<image style="width:24rpx;height:24rpx" src="{{pximg}}"></image>
</view> </view>
<view class="text-df text-gray" style="flex:1;text-align: center">纸厂排队</view> <view class="text-df text-gray" style="flex:1;text-align: center">纸厂排队</view>
<view class="text-df text-gray" style="flex:1;text-align: center">最近扣点</view> <view class="text-df text-gray" style="flex:1;text-align: center">最近扣点</view>

Loading…
Cancel
Save