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.
40 lines
1.7 KiB
40 lines
1.7 KiB
<!--pages/home/tab6/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>
|
|
<view class="bottom">
|
|
<view class="btson1" style="color:{{bidType == 1 ? '#008AFF' : '#333'}};border-color:{{bidType == 1 ? '#008AFF' : '#D8D8D8'}};" data-index="1" bindtap="onTabChangeTop">
|
|
<view style="width:162rpx;height:50rpx;padding-left:20rpx;float:right">
|
|
<text>1000吨以下</text>
|
|
</view>
|
|
</view>
|
|
<view class="btson2" style="color:{{bidType == 2 ? '#008AFF' : '#333'}};border-color:{{bidType == 2 ? '#008AFF' : '#D8D8D8'}};" data-index="2" bindtap="onTabChangeTop">
|
|
<view style="width:183rpx;height:50rpx;background: #FFFFFF;">
|
|
<view style="width:162rpx;height:50rpx;padding-left:20rpx;float:right">
|
|
<text>1000~2000吨</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="btson3" style="color:{{bidType == 3 ? '#008AFF' : '#333'}};border-color:{{bidType == 3 ? '#008AFF' : '#D8D8D8'}};" data-index="3" bindtap="onTabChangeTop">
|
|
<view style="width:162rpx;height:50rpx;padding-left:20rpx;float:right">
|
|
<text>2000吨以上</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|