Browse Source

no message

feature/v1.4
xpz2018 5 years ago
parent
commit
da81a33080
1 changed files with 10 additions and 10 deletions
  1. 20
      pages/agent/focus-list/index.wxml

20
pages/agent/focus-list/index.wxml

@ -3,16 +3,16 @@
<view slot="content">关注纸厂</view> <view slot="content">关注纸厂</view>
</cu-custom> </cu-custom>
<view class="bg-white" style="height:{{height - safeBottom}}rpx" wx:if="{{factoryList}}">
<view class="flex" style="height:258rpx">
<view class="topText">HI,\n欢迎使用纸通宝\n开启一站式废纸交易</view>
<van-image use-loading-slot width="310rpx" height="258rpx" src="https://img.imgdb.cn/item/60878167d1a9ae528f1a6f9c.png">
<view class="image-load" slot="loading">
<van-loading type="spinner" size="32" />
</view>
</van-image>
</view>
<scroll-view scroll-y style="height:{{height - 258}}rpx;padding: 16rpx 0rpx {{safeBottom + 16}}rpx 0rpx">
<view class="flex bg-white" style="height:258rpx">
<view class="topText">HI,\n欢迎使用纸通宝\n开启一站式废纸交易</view>
<van-image use-loading-slot width="310rpx" height="258rpx" src="https://img.imgdb.cn/item/60878167d1a9ae528f1a6f9c.png">
<view class="image-load" slot="loading">
<van-loading type="spinner" size="32" />
</view>
</van-image>
</view>
<view class="bg-white" style="height:{{height - safeBottom - 258}}rpx" wx:if="{{factoryList}}">
<scroll-view scroll-y style="height:100%;padding: 16rpx 0rpx {{safeBottom + 16}}rpx 0rpx">
<van-checkbox-group value="{{ form.paperMillIds }}" bind:change="onChange"> <van-checkbox-group value="{{ form.paperMillIds }}" bind:change="onChange">
<van-cell-group> <van-cell-group>
<van-cell wx:for="{{ factoryList }}" wx:key="index" title="{{ item.name }}" value-class="value-class" clickable <van-cell wx:for="{{ factoryList }}" wx:key="index" title="{{ item.name }}" value-class="value-class" clickable

Loading…
Cancel
Save