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.
32 lines
1.2 KiB
32 lines
1.2 KiB
<!--pages/home/businessLicense/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="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 style="display:{{!focus ? 'block' : 'none'}}">
|
|
<view class="cu-bar bg-white margin-top">
|
|
<view class="action text-bold" style="color:#333333">{{!disabled?'营业执照(上传1张)':'营业执照'}}</view>
|
|
<view class="action text-sg">{{imgLength}}{{!disabled? '/1':'张'}}</view>
|
|
</view>
|
|
<wux-uploader count="1" fileList="{{fileList}}" bindcustomevent="onImageChange"></wux-uploader>
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|