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.
 

20 lines
696 B

<!--pages/homePage/homePage.wxml-->
<view class='imageContainer'>
<image class='beijingtu' src='/imgs/backGroundImage.png'></image>
</view>
<view class="body-box">
<view class="ico" catchtap='transBtnClicked' data-itemid='1'>
<image src="/imgs/myOrder.png"></image>
<text class='text'>我的订单</text>
</view>
<!-- <view class="ico" catchtap='transBtnClicked' data-itemid='2'>
<image src="/imgs/carsApply.png"></image>
<text class='text'>我的车辆</text>
</view> -->
<view class="ico" catchtap='transBtnClicked' data-itemid='3'>
<image src="/imgs/outStore.png"></image>
<text class='text'>销售出库</text>
</view>
</view>