|
@@ -35,14 +35,14 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<!-- 我的定制订单 -->
|
|
<!-- 我的定制订单 -->
|
|
- <view class='user-order'>
|
|
|
|
|
|
+ <!-- <view class='user-order'>
|
|
<view class="pad-t20 pad-b20 mar-r20 f-s30 mar-l20 order-title f-box f-align-items-center">
|
|
<view class="pad-t20 pad-b20 mar-r20 f-s30 mar-l20 order-title f-box f-align-items-center">
|
|
<view class='f-item'>{{madeList.label}}</view>
|
|
<view class='f-item'>{{madeList.label}}</view>
|
|
<!-- <view class='f-s28 f-box f-align-items-center'>
|
|
<!-- <view class='f-s28 f-box f-align-items-center'>
|
|
<view>{{madeList.summary}}</view>
|
|
<view>{{madeList.summary}}</view>
|
|
<icon class='{{madeList.icon}} iconfont'></icon>
|
|
<icon class='{{madeList.icon}} iconfont'></icon>
|
|
</view> -->
|
|
</view> -->
|
|
- </view>
|
|
|
|
|
|
+ <!-- </view>
|
|
<view class='f-box order-list f-justify-content-center mar-l20 mar-r20 f-s28'>
|
|
<view class='f-box order-list f-justify-content-center mar-l20 mar-r20 f-s28'>
|
|
<view class='f-item order-item' wx:for="{{orderList.data}}" data-state="{{item.state}}" bindtap='madeList'>
|
|
<view class='f-item order-item' wx:for="{{orderList.data}}" data-state="{{item.state}}" bindtap='madeList'>
|
|
<text wx:if="{{item.num > 0 }}">{{item.num}}</text>
|
|
<text wx:if="{{item.num > 0 }}">{{item.num}}</text>
|
|
@@ -50,12 +50,12 @@
|
|
<view>{{item.label}}</view>
|
|
<view>{{item.label}}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
|
|
|
|
<!-- 我的定制订单 -->
|
|
<!-- 我的定制订单 -->
|
|
<view class='user-order'>
|
|
<view class='user-order'>
|
|
<view class="pad-t20 pad-b20 mar-r20 f-s30 mar-l20 order-title f-box f-align-items-center" bindtap='channelInfo'>
|
|
<view class="pad-t20 pad-b20 mar-r20 f-s30 mar-l20 order-title f-box f-align-items-center" bindtap='channelInfo'>
|
|
- <view class='f-item'>{{channIdState ? '渠道信息' :'渠道登入'}}</view>
|
|
|
|
|
|
+ <view class='f-item'>{{channelName ? channelName :'vip账户'}}</view>
|
|
<view class='f-s28 f-box f-align-items-center'>
|
|
<view class='f-s28 f-box f-align-items-center'>
|
|
<icon class='{{madeList.icon}} iconfont'></icon>
|
|
<icon class='{{madeList.icon}} iconfont'></icon>
|
|
</view>
|
|
</view>
|