| | |
| | | <template> |
| | | <view> |
| | | <up-sticky bgColor="#fff"> |
| | | <up-tabs :list="list1" @change='change' :current='state.currentIdex'></up-tabs> |
| | | <up-subsection :list="list" v-if="state.currentIdex==0" :current="current4" activeColor="#f9ae3d" |
| | | <up-subsection :list="list" :current="current4" activeColor="#f9ae3d" |
| | | @change="sectionChange"></up-subsection> |
| | | <up-subsection :list="list2" v-else :current="current4" activeColor="#f9ae3d" |
| | | @change="sectionChange"></up-subsection> |
| | | |
| | | </up-sticky> |
| | | <up-empty mode="order" icon="http://cdn.uviewui.com/uview/empty/order.png"> |
| | | </up-empty> |