|
|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
<template>
|
|
|
|
|
<view class='ordercontainer'>
|
|
|
|
|
<view class="tabsnav">
|
|
|
|
|
<u-tabs :list="list" :is-scroll="true" bg-color="#f0efed" bar-width="24" bar-height="24" gutter="53" font-size="24" inactive-color="#000" :active-item-style="{fontSize:'30rpx',color:'#ba8b45'}" :bar-style="{ right:'-36rpx',position:'relative',bottom:'28rpx',background:'#5b5b5a'}" :current="current" @change="change"></u-tabs>
|
|
|
|
|
<u-tabs :list="list" :is-scroll="true" bg-color="#f0efed" bar-width="24" bar-height="24" gutter="53" font-size="24" inactive-color="#000" :active-item-style="{fontSize:'30rpx',color:'#ba8b45'}" :bar-style="{ right:'-36rpx',position:'relative',bottom:'32rpx',background:'#5b5b5a'}" :current="current" @change="change"></u-tabs>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="orderlist">
|
|
|
|
|
<!-- 1条数据开始 -->
|
|
|
|
|
|