|
@@ -6,11 +6,14 @@
|
|
<u-tabs @change="changeTab" :scrollable="false" :list="statusArr" lineWidth="30" lineHeight="1"
|
|
<u-tabs @change="changeTab" :scrollable="false" :list="statusArr" lineWidth="30" lineHeight="1"
|
|
lineColor="#E96737" :activeStyle="{
|
|
lineColor="#E96737" :activeStyle="{
|
|
color: '#E96737',
|
|
color: '#E96737',
|
|
- transform: 'scale(1)'
|
|
|
|
|
|
+ transform: 'scale(1)',
|
|
|
|
+ width: '50px',
|
|
|
|
+
|
|
}" :inactiveStyle="{
|
|
}" :inactiveStyle="{
|
|
color: '#333',
|
|
color: '#333',
|
|
- transform: 'scale(1)'
|
|
|
|
- }" itemStyle="padding-left: 15px; padding-right: 15px; height: 44px;">
|
|
|
|
|
|
+ transform: 'scale(1)',
|
|
|
|
+ width: '50px'
|
|
|
|
+ }" itemStyle="padding-left: 11px; padding-right: 11px; height: 44px;text-align: center;">
|
|
</u-tabs>
|
|
</u-tabs>
|
|
<view class="test"></view>
|
|
<view class="test"></view>
|
|
</view>
|
|
</view>
|
|
@@ -53,7 +56,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="order-list-data-item__info__btn" v-if="item.status.value == 0">
|
|
<view class="order-list-data-item__info__btn" v-if="item.status.value == 0">
|
|
- <text @click="cancelOrder(item.orderId)">取消订单</text>
|
|
|
|
|
|
+ <text @click="cancelOrder(item.orderId)" style="border-color: #666;">取消订单</text>
|
|
<text @click="payOrder(item)">去支付</text>
|
|
<text @click="payOrder(item)">去支付</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|