|
@@ -1,7 +1,6 @@
|
|
|
<template>
|
|
<template>
|
|
|
<view class="content">
|
|
<view class="content">
|
|
|
|
|
|
|
|
- <u-sticky>
|
|
|
|
|
<!-- <view ref="hContentWrap" class="hContentWrap h-content-wrap">-->
|
|
<!-- <view ref="hContentWrap" class="hContentWrap h-content-wrap">-->
|
|
|
<!-- <view class="tab-bar">-->
|
|
<!-- <view class="tab-bar">-->
|
|
|
<!-- <view class="tab-item" :class="{ active: currentTab === 0 }" @click="changeTab(0)">-->
|
|
<!-- <view class="tab-item" :class="{ active: currentTab === 0 }" @click="changeTab(0)">-->
|
|
@@ -19,7 +18,6 @@
|
|
|
transform: 'scale(1.05)'
|
|
transform: 'scale(1.05)'
|
|
|
}" :current="tabIndex" @click="clickTab"></u-tabs>
|
|
}" :current="tabIndex" @click="clickTab"></u-tabs>
|
|
|
</View>
|
|
</View>
|
|
|
- </u-sticky>
|
|
|
|
|
|
|
|
|
|
<!-- 订单列表 -->
|
|
<!-- 订单列表 -->
|
|
|
<view :style="{'height':windowHeight}" v-if="currentTab === 0">
|
|
<view :style="{'height':windowHeight}" v-if="currentTab === 0">
|