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.
37 lines
1.6 KiB
37 lines
1.6 KiB
<!--pages/home/tab5/index.wxml-->
|
|
<cu-custom bgColor="bg-white" isBack="{{true}}">
|
|
<view slot="content">采购品类</view>
|
|
</cu-custom>
|
|
|
|
<view class="bj">
|
|
<view style="width:100%;height:130rpx;padding-top:10rpx;padding-right:10rpx">
|
|
<button class="cu-btn bg-red round shadow-blur vip-btn" bindtap="toMyInfo">跳出</button>
|
|
</view>
|
|
<view class="top">
|
|
<view class="topText">
|
|
<text>HI,\n欢迎使用纸通宝\n开启一站式废纸交易</text>
|
|
</view>
|
|
<view style="width:310rpx;height:258rpx;float:right">
|
|
<image src="/assets/image/tabBj.png" style="width:310rpx;height:258rpx"></image>
|
|
</view>
|
|
</view>
|
|
<view class="mid">
|
|
<text>你希望卖品类是?</text>
|
|
</view>
|
|
<scroll-view scroll-y="true" style='height:500rpx;margin-top:15rpx'>
|
|
<view class="bottom">
|
|
<view>
|
|
<wux-accordion-group title="">
|
|
<checkbox-group bindchange="checkboxChange">
|
|
<wux-accordion wx:for="{{ categoryListone }}" wx:key="index" title="{{index+1+'、'+item.categoryName}}">
|
|
<checkbox class="interestthreecheckbox" style="width:100%;margin-top:30rpx" wx:for="{{ item.childCategoryDtoList }}" wx:for-item="cell" wx:key="index" value="{{cell.categoryId}}" checked="{{cell.isSelected}}">{{cell.categoryName}}</checkbox>
|
|
</wux-accordion>
|
|
</checkbox-group>
|
|
</wux-accordion-group>
|
|
</view>
|
|
</view>
|
|
</scroll-view>
|
|
<view class="cu-bar bg-white foot" style="height:{{120 + safeBottom}}rpx;padding: 32rpx 32rpx {{safeBottom + 32}}rpx 32rpx;">
|
|
<button class="cu-btn bg-red round shadow-blur page-btn" bindtap="submitForm">确认</button>
|
|
</view>
|
|
</view>
|