纸通宝SAAS仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

33 lines
1.5 KiB

<!--pages/message/detail/index.wxml-->
<cu-custom bgColor="bg-white" isBack="{{true}}">
<view slot="content">关注纸厂</view>
</cu-custom>
<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-cell-group>
<van-cell wx:for="{{ factoryList }}" wx:key="index" title="{{ item.name }}" value-class="value-class" clickable
data-index="{{ index }}" bind:click="toggle">
<van-checkbox catch:tap="noop" class="checkboxes-{{ index }}" name="{{ item.paperMillId }}" />
</van-cell>
</van-cell-group>
</van-checkbox-group>
</scroll-view>
</view>
<view class="bg-white flex flex-center" style="height:{{height}}rpx" wx:else>
<van-loading type="spinner" size="32" />
</view>
<submit-layout wx:if="{{factoryList}}">
<van-button type="info" custom-style="height:88rpx;width:686rpx" bind:click="submitForm">确认</van-button>
</submit-layout>
<notification id="qn-notification" />