纸通宝小程序
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.
 

31 lines
1.2 KiB

<!--pages/home/tab2/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>
<button class="cu-btn bg-red round shadow-blur vip-btn" bindtap="toNextTab">下一页</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="bottomPCC">
</view>
<view class="bottom" bindtap="showRegion">
<view class="text-sg {{form.areaStr?'text-blue':'input-grey'}}">{{form.areaStr||'请选择所在地区'}}</view>
</view>
</view>
<wux-cascader id="wux-cascader" value="{{region}}" options="{{ options }}" bind:close="onRegionChange" />
<!-- <wux-cascader visible="{{ visible }}" controlled value="{{ cateValue }}" options="{{ cateList }}"
bind:close="onCategory" bind:load="onLoadOptions" /> -->