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.
 

27 lines
991 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/saleForecast.png"></image>
<text class='text'>销售预报</text>
</view>
<view class="ico" catchtap='transBtnClicked' data-itemid='2'>
<image src="/imgs/order.png"></image>
<text class='text'>销售订单</text>
</view>
<view class="ico" catchtap='transBtnClicked' data-itemid='3'>
<image src="/imgs/cheaperApply.png"></image>
<text class='text'>特价申请</text>
</view>
<view class="ico" catchtap='transBtnClicked' data-itemid='4'>
<image src="/imgs/saleOutStore.png"></image>
<text class='text'>销售出库</text>
</view>
<view class="ico" catchtap='transBtnClicked' data-itemid='5'>
<image src="/imgs/guarantee.png"></image>
<text class='text'>担保单</text>
</view>
</view>