|
@@ -1,6 +1,7 @@
|
|
|
<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)">-->
|
|
@@ -11,16 +12,17 @@
|
|
|
<!-- </view>-->
|
|
<!-- </view>-->
|
|
|
<!-- </view>-->
|
|
<!-- </view>-->
|
|
|
<!-- </view>-->
|
|
<!-- </view>-->
|
|
|
- <View class=" tabs" v-if="currentTab === 0">
|
|
|
|
|
|
|
+ <View class=" tabs">
|
|
|
<u-tabs :list="tabList" :scrollable="false" lineWidth="30" lineColor="#FFE05C" :activeStyle="{
|
|
<u-tabs :list="tabList" :scrollable="false" lineWidth="30" lineColor="#FFE05C" :activeStyle="{
|
|
|
color: '#333333',
|
|
color: '#333333',
|
|
|
fontWeight: 'bold',
|
|
fontWeight: 'bold',
|
|
|
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}">
|
|
|
<swiper :style="{'height':windowHeight}" :current="tabIndex" @change="swiperChange">
|
|
<swiper :style="{'height':windowHeight}" :current="tabIndex" @change="swiperChange">
|
|
|
<swiper-item class="swiperItem" v-for="(item,index) in tabList" :key="index">
|
|
<swiper-item class="swiperItem" v-for="(item,index) in tabList" :key="index">
|
|
|
<view>
|
|
<view>
|
|
@@ -32,12 +34,12 @@
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
|
- <view class="product-order" v-if="currentTab === 1">
|
|
|
|
|
- <!-- Tab 2 内容 -->
|
|
|
|
|
- <view class="developing">
|
|
|
|
|
- <text>敬请期待...</text>
|
|
|
|
|
- </view>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+<!-- <view class="product-order" v-if="currentTab === 1">-->
|
|
|
|
|
+<!-- <!– Tab 2 内容 –>-->
|
|
|
|
|
+<!-- <view class="developing">-->
|
|
|
|
|
+<!-- <text>敬请期待...</text>-->
|
|
|
|
|
+<!-- </view>-->
|
|
|
|
|
+<!-- </view>-->
|
|
|
|
|
|
|
|
|
|
|
|
|
<uni-popup ref="serialNumber">
|
|
<uni-popup ref="serialNumber">
|