Browse Source

no message

master
xpz2018 4 years ago
parent
commit
781886d690
4 changed files with 12 additions and 8 deletions
  1. 4
      pages/fragments/chant-station/index.js
  2. 6
      pages/fragments/chant-station/index.wxml
  3. 5
      pages/process/order-info/index.wxml
  4. 5
      pages/process/order-list/index.wxml

4
pages/fragments/chant-station/index.js

@ -60,7 +60,9 @@ Component({
}) })
}, },
menuClick: function(e){ menuClick: function(e){
if(e.currentTarget.id == 'order'){
wx.navigateTo({ url: '/pages/process/order-list/index' })
}
} }
} }
}) })

6
pages/fragments/chant-station/index.wxml

@ -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">

5
pages/process/order-info/index.wxml

@ -1,2 +1,3 @@
<!--pages/process/order-info/index.wxml-->
<text>pages/process/order-info/index.wxml</text>
<cu-custom bgColor="bg-white" isBack="{{true}}">
<view slot="content">订单详情</view>
</cu-custom>

5
pages/process/order-list/index.wxml

@ -1,2 +1,3 @@
<!--pages/process/order-list/index.wxml-->
<text>pages/process/order-list/index.wxml</text>
<cu-custom bgColor="bg-white" isBack="{{true}}">
<view slot="content">订单列表</view>
</cu-custom>
Loading…
Cancel
Save