|
@@ -4,6 +4,9 @@
|
|
|
<view hidden="{{PageCur!='Home'}}">
|
|
|
<Home id='Home' bind:cutBar="cutBar" />
|
|
|
</view>
|
|
|
+<view hidden="{{PageCur!='OrderForm'}}">
|
|
|
+ <OrderForm id='OrderForm' />
|
|
|
+</view>
|
|
|
<view hidden="{{PageCur!='Market'}}">
|
|
|
<Market id='Market' />
|
|
|
</view>
|
|
@@ -19,25 +22,22 @@
|
|
|
<view class="cuIcon-homefill"></view>
|
|
|
首页
|
|
|
</view>
|
|
|
-
|
|
|
- <view class="action {{PageCur=='Home'?'text-blue':'text-gray'}}">
|
|
|
- <view class="cuIcon-similar"></view> 分类
|
|
|
+ <view class="action {{PageCur=='OrderForm'?'text-blue':'text-gray'}}" bindtap="NavChange" data-cur="OrderForm">
|
|
|
+ <view class="cuIcon-punch"></view> 销售订单
|
|
|
</view>
|
|
|
-
|
|
|
<view class="action {{PageCur=='Market'?'text-blue':'text-gray'}} add-action" bindtap="NavChange" data-cur="Market">
|
|
|
<button class="cu-btn cuIcon-shopfill bg-blue shadow"></button>
|
|
|
商城
|
|
|
</view>
|
|
|
-
|
|
|
<view class="action {{PageCur=='Collect'?'text-blue':'text-gray'}}" bindtap="NavChange" data-cur="Collect">
|
|
|
<view class=" cuIcon-cart">
|
|
|
<view class="cu-tag badge">{{collectCount}}</view>
|
|
|
</view>
|
|
|
购物车
|
|
|
</view>
|
|
|
-
|
|
|
<view class="action {{PageCur=='UserCenter'?'text-blue':'text-gray'}}" bindtap="NavChange" data-cur="UserCenter">
|
|
|
<view class="cuIcon-my"></view>
|
|
|
我的
|
|
|
</view>
|
|
|
-</view>
|
|
|
+</view>
|
|
|
+<!-- calendar -->
|