|
|
@ -16,7 +16,7 @@ |
|
|
<!-- <van-tabs active="{{tabIndex}}" color="#008AFF" bind:change="onTabChange" line-height="2px" swipe-threshold="6"> |
|
|
<!-- <van-tabs active="{{tabIndex}}" color="#008AFF" bind:change="onTabChange" line-height="2px" swipe-threshold="6"> |
|
|
<van-tab wx:for="{{tabList}}" wx:key="index" title="{{item.name}}" title-style="color:{{tabIndex==index?'#008AFF':'#333333'}}"></van-tab> |
|
|
<van-tab wx:for="{{tabList}}" wx:key="index" title="{{item.name}}" title-style="color:{{tabIndex==index?'#008AFF':'#333333'}}"></van-tab> |
|
|
</van-tabs> --> |
|
|
</van-tabs> --> |
|
|
<view class="bg-white flex flex-justify van-hairline--bottom" style="padding: 18rpx 32rpx;"> |
|
|
|
|
|
|
|
|
<view id="order" class="bg-white flex flex-justify van-hairline--bottom" style="padding: 20rpx 32rpx;" bindtap="menuClick"> |
|
|
<view class="text-sg text-bold">代卖订单</view> |
|
|
<view class="text-sg text-bold">代卖订单</view> |
|
|
<view class="flex flex-center"> |
|
|
<view class="flex flex-center"> |
|
|
<view class="text-gray text-sm" style="margin-right:8rpx">查看全部订单</view> |
|
|
<view class="text-gray text-sm" style="margin-right:8rpx">查看全部订单</view> |
|
|
@ -24,14 +24,14 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="bg-white"> |
|
|
<view class="bg-white"> |
|
|
<van-grid column-num="5" border="{{fasle}}"> |
|
|
|
|
|
|
|
|
<van-grid column-num="4" border="{{fasle}}"> |
|
|
<van-grid-item wx:for="{{tabList}}" wx:key="index" text="{{item.name}}" data-url="{{item.url}}" bind:click="menuClick"> |
|
|
<van-grid-item wx:for="{{tabList}}" wx:key="index" text="{{item.name}}" data-url="{{item.url}}" bind:click="menuClick"> |
|
|
<van-icon slot="icon" name="{{item.icon}}" size="76rpx" /> |
|
|
<van-icon slot="icon" name="{{item.icon}}" size="76rpx" /> |
|
|
</van-grid-item> |
|
|
</van-grid-item> |
|
|
</van-grid> |
|
|
</van-grid> |
|
|
</view> |
|
|
</view> |
|
|
<view style="height:20rpx;"></view> |
|
|
<view style="height:20rpx;"></view> |
|
|
<view class="bg-white flex flex-justify van-hairline--bottom" style="padding: 18rpx 32rpx;"> |
|
|
|
|
|
|
|
|
<view class="bg-white flex flex-justify van-hairline--bottom" style="padding: 20rpx 32rpx;"> |
|
|
<view class="text-sg text-bold">其他工具</view> |
|
|
<view class="text-sg text-bold">其他工具</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="bg-white"> |
|
|
<view class="bg-white"> |
|
|
|