Browse Source

no message

feature/v2.3
xpz2018 4 years ago
parent
commit
17fcf0b4f1
2 changed files with 6 additions and 3 deletions
  1. BIN
      assets/home/icon-setting.png
  2. 9
      pages/home/index/index.wxml

BIN
assets/home/icon-setting.png

Before After
Width: 68  |  Height: 68  |  Size: 3.6 KiB

9
pages/home/index/index.wxml

@ -50,6 +50,9 @@
<van-grid-item text="车辆管理" url="/pages/setting/vehicle-list/index">
<van-icon slot="icon" name="/assets/home/icon-vehicle.png" size="76rpx" />
</van-grid-item>
<van-grid-item text="工厂设置" url="/pages/home/factory-info/index">
<van-icon slot="icon" name="/assets/home/icon-setting.png" size="76rpx" />
</van-grid-item>
</van-grid>
</view>
</view>
@ -65,18 +68,18 @@
<text class="text-sg" style="margin-left:12rpx">银行卡</text>
</view>
</van-cell>
<van-cell is-link clickable url="/pages/home/factory-list/index">
<van-cell is-link clickable url="/pages/home/factory-list/index" custom-class="group-bottom">
<view class="flex" slot="title" style="align-items: center">
<van-icon name="/assets/home/icon-qd.png" size="24" />
<text class="text-sg" style="margin-left:12rpx">出货渠道</text>
</view>
</van-cell>
<van-cell is-link clickable url="/pages/home/factory-info/index" custom-class="group-bottom">
<!-- <van-cell is-link clickable url="/pages/home/factory-info/index" custom-class="group-bottom">
<view class="flex" slot="title" style="align-items: center">
<van-icon name="/assets/home/icon-bank.png" size="24" />
<text class="text-sg" style="margin-left:12rpx">工厂设置</text>
</view>
</van-cell>
</van-cell> -->
</view>
</view>
</view>

Loading…
Cancel
Save