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

25 lines
887 B

<!--pages/home/tab4/index.wxml-->
<cu-custom bgColor="bg-white" isBack="{{true}}" intercept="{{true}}" bindcustomevent="backspace">
<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="bottom">
</view>
</view>