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.
65 lines
2.9 KiB
65 lines
2.9 KiB
<!--pages/home/tab1/index.wxml-->
|
|
<cu-custom bgColor="bg-white">
|
|
<view slot="content">身份</view>
|
|
</cu-custom>
|
|
|
|
<view class="bj">
|
|
<view class="top">
|
|
<view class="topText">
|
|
<text>HI,\n欢迎使用纸通宝\n开启一站式废纸交易</text>
|
|
</view>
|
|
<view style="width:310rpx;height:258rpx;float:right">
|
|
<image src="https://636c-cloud1-1gjilu3e74c1a18a-1305669442.tcb.qcloud.la/tabBj.png?sign=20dc0a73aab123a0c36d3a984250cac1&t=1631627591" 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:48rpx;height:48rpx;float:left">
|
|
<image style="width:48rpx;height:48rpx;" src="/assets/image/dbcicon.png"></image>
|
|
</view>
|
|
<view style="width:114rpx;height:50rpx;float:right">
|
|
<text>打包厂</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:48rpx;height:48rpx;float:left">
|
|
<image style="width:48rpx;height:48rpx;" src="/assets/image/fzcicon.png"></image>
|
|
</view>
|
|
<view style="width:114rpx;height:50rpx;float:right">
|
|
<text>废品站</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:48rpx;height:48rpx;float:left">
|
|
<image style="width:48rpx;height:48rpx;" src="/assets/image/zzcicon.png"></image>
|
|
</view>
|
|
<view style="width:114rpx;height:50rpx;float:right">
|
|
<text>造纸厂</text>
|
|
</view>
|
|
</view>
|
|
<view class="btson4" style="color:{{bidType == 4 ? '#008AFF' : '#333'}};border-color:{{bidType == 4 ? '#008AFF' : '#D8D8D8'}};" data-index="4" bindtap="onTabChangeTop">
|
|
<view style="width:48rpx;height:48rpx;float:left">
|
|
<image style="width:48rpx;height:48rpx;" src="/assets/image/qticon.png"></image>
|
|
</view>
|
|
<view style="width:114rpx;height:50rpx;float:right">
|
|
<text>其他</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view style="padding: 32rpx 48rpx;">
|
|
<view class="otherInpt flex flex-center" style="justify-content: flex-start;" wx:if="{{bidType == 4}}" >
|
|
<input placeholder="请输入你的身份" value="{{identityTag}}" bindinput="onInput" />
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="cu-bar bg-white foot" style="height:{{120 + safeBottom}}rpx;padding: 32rpx 32rpx {{safeBottom + 32}}rpx 32rpx;">
|
|
<view style="width:100%">
|
|
<wux-button block type="positive" bind:click="submitForm" disabled="{{requesting}}">提交</wux-button>
|
|
</view>
|
|
</view>
|