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.
6 lines
435 B
6 lines
435 B
<!--pages/home/home.wxml-->
|
|
<!-- 首页banner -->
|
|
<image src="../../img/banner.png" class="content-banner" mode="widthFix" />
|
|
<!-- 阶段 -->
|
|
<titleItem capitalList="{{capitalList}}" capitalName="{{capitalName}}" capitalId="{{capitalId}}" titleList="{{titleList}}" permission="{{permission}}" userType="{{userType}}" traderName="{{traderName}}" bind:homeStatistics="getHomeStatistics"></titleItem>
|
|
<view style="height: 180rpx;"></view> |