|
@@ -3,196 +3,29 @@
|
|
<view class="my-order">
|
|
<view class="my-order">
|
|
<view class="header-group">
|
|
<view class="header-group">
|
|
<view class="tabs index_tabs">
|
|
<view class="tabs index_tabs">
|
|
- <u-tabs :is-scroll="true" :list="navigationList" @change="statusClick()" lineColor="#B22338"
|
|
|
|
- :inactiveStyle="{ color: '#999999' }" :activeStyle="{ color: '#B22338', fontWeight: 'bold' }"
|
|
|
|
|
|
+ <u-tabs :is-scroll="true" :list="navigationList" @change="statusClick()" lineColor="#B22338" :current="tabIndex"
|
|
|
|
+ :inactiveStyle="{ color: '#999999' }" :activeStyle="{ color: '#B22338', fontWeight: 'bold' }"
|
|
keyName="title"></u-tabs>
|
|
keyName="title"></u-tabs>
|
|
</view>
|
|
</view>
|
|
- </view>
|
|
|
|
- <view class="list" @click="goOrderDetails()">
|
|
|
|
- <view class="myclient_list">
|
|
|
|
- <view class="myclient_list_name">
|
|
|
|
- <view class="nl">
|
|
|
|
- 重磅集合!花王系列、宝洁洗衣液等好物全重磅集合!
|
|
|
|
- </view>
|
|
|
|
- <view class="status">
|
|
|
|
- 发布中
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- <view class="myclient_list_content">
|
|
|
|
- <view class="phone">
|
|
|
|
- <image referrerpolicy="no-referrer" src="http://www.gzzzyd.com/groupon/home_slices/日期@2x.png" />
|
|
|
|
- <text>
|
|
|
|
- 团购日期:04/26 10:15 至 04/26
|
|
|
|
- </text>
|
|
|
|
- </view>
|
|
|
|
- <view class="time">
|
|
|
|
- <image referrerpolicy="no-referrer" src="http://www.gzzzyd.com/groupon/home_slices/出厂编号-线@2x.png" />
|
|
|
|
- <text>
|
|
|
|
- 履约编号:02023042616510560470
|
|
|
|
- </text>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- <view class="all-products-body">
|
|
|
|
- <view class="all-products-item" @click="addGoodPopupShow = true">
|
|
|
|
- <image
|
|
|
|
- src="https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/38e693de009644aa9de2dc6d6f7e747a_mergeImage.png"
|
|
|
|
- mode="scaleToFill" />
|
|
|
|
-
|
|
|
|
- <view class="all-products-item-content">
|
|
|
|
- <view class="all-products-item-content-t">
|
|
|
|
- 宫中秘策(GOONGBE)进口儿童韩国进口儿童防晒霜80g
|
|
|
|
- </view>
|
|
|
|
- <view class="all-products-item-content-b">
|
|
|
|
- <view style="display:flex;">
|
|
|
|
- <text class="red"> 共2件</text>
|
|
|
|
- </view>
|
|
|
|
-
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- <view class="all-products-item" @click="addGoodPopupShow = true">
|
|
|
|
- <image
|
|
|
|
- src="https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/38e693de009644aa9de2dc6d6f7e747a_mergeImage.png"
|
|
|
|
- mode="scaleToFill" />
|
|
|
|
-
|
|
|
|
- <view class="all-products-item-content">
|
|
|
|
- <view class="all-products-item-content-t">
|
|
|
|
- 宫中秘策(GOONGBE)进口儿童韩国进口儿童防晒霜80g
|
|
|
|
- </view>
|
|
|
|
- <view class="all-products-item-content-b">
|
|
|
|
- <view style="display:flex;">
|
|
|
|
- <text class="red"> 共2件</text>
|
|
|
|
- </view>
|
|
|
|
-
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
+ <view :style="{ height: height }" >
|
|
|
|
+ <swiper :style="{ height: height }" :current="tabIndex" @change="swiperChange">
|
|
|
|
+ <swiper-item v-for="(tab,index) in navigationList" :key="index">
|
|
|
|
+ <mescroll-item ref="MescrollItem" :i="tabIndex" :index="tabIndex" :tabs="navigationList" :height="height">
|
|
|
|
+ </mescroll-item>
|
|
|
|
+ </swiper-item>
|
|
|
|
+ </swiper>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
- <view class="self-pickup-point">
|
|
|
|
|
|
|
|
- <view class="a-b">
|
|
|
|
- <view class="a-b1">
|
|
|
|
- 自提点:
|
|
|
|
- <text class="red">
|
|
|
|
- 上海市浦东新区秀浦路29号三层303室
|
|
|
|
- </text>
|
|
|
|
- </view>
|
|
|
|
- <view class="a-b2">
|
|
|
|
-
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- <view class="op-area">
|
|
|
|
- <button class="action-btn" @click="goPay()">确认核销</button>
|
|
|
|
- </view>
|
|
|
|
</view>
|
|
</view>
|
|
- <view class="list" @click="goOrderDetails()">
|
|
|
|
- <view class="myclient_list">
|
|
|
|
- <view class="myclient_list_name">
|
|
|
|
- <view class="nl">
|
|
|
|
- 重磅集合!花王系列、宝洁洗衣液等好物全重磅集合!
|
|
|
|
- </view>
|
|
|
|
- <view class="status success">
|
|
|
|
- 已发货
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- <view class="myclient_list_content">
|
|
|
|
- <view class="phone">
|
|
|
|
- <image referrerpolicy="no-referrer" src="http://www.gzzzyd.com/groupon/home_slices/日期@2x.png" />
|
|
|
|
- <text>
|
|
|
|
- 团购日期:04/26 10:15 至 04/26
|
|
|
|
- </text>
|
|
|
|
- </view>
|
|
|
|
- <view class="time">
|
|
|
|
- <image referrerpolicy="no-referrer" src="http://www.gzzzyd.com/groupon/home_slices/出厂编号-线@2x.png" />
|
|
|
|
- <text>
|
|
|
|
- 履约编号:02023042616510560470
|
|
|
|
- </text>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- <view class="all-products-body">
|
|
|
|
- <view class="all-products-item" @click="addGoodPopupShow = true">
|
|
|
|
- <image
|
|
|
|
- src="https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/38e693de009644aa9de2dc6d6f7e747a_mergeImage.png"
|
|
|
|
- mode="scaleToFill" />
|
|
|
|
-
|
|
|
|
- <view class="all-products-item-content">
|
|
|
|
- <view class="all-products-item-content-t">
|
|
|
|
- 宫中秘策(GOONGBE)进口儿童韩国进口儿童防晒霜80g
|
|
|
|
- </view>
|
|
|
|
- <view class="all-products-item-content-b">
|
|
|
|
- <view style="display:flex;">
|
|
|
|
- <text class="red"> 共2件</text>
|
|
|
|
- </view>
|
|
|
|
-
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- <view class="all-products-item" @click="addGoodPopupShow = true">
|
|
|
|
- <image
|
|
|
|
- src="https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/38e693de009644aa9de2dc6d6f7e747a_mergeImage.png"
|
|
|
|
- mode="scaleToFill" />
|
|
|
|
-
|
|
|
|
- <view class="all-products-item-content">
|
|
|
|
- <view class="all-products-item-content-t">
|
|
|
|
- 宫中秘策(GOONGBE)进口儿童韩国进口儿童防晒霜80g
|
|
|
|
- </view>
|
|
|
|
- <view class="all-products-item-content-b">
|
|
|
|
- <view style="display:flex;">
|
|
|
|
- <text class="red"> 共2件</text>
|
|
|
|
- </view>
|
|
|
|
-
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
-
|
|
|
|
|
|
|
|
- </view>
|
|
|
|
-
|
|
|
|
- <view class="self-pickup-point">
|
|
|
|
-
|
|
|
|
- <view class="a-b">
|
|
|
|
- <view class="a-b1">
|
|
|
|
- 自提点:
|
|
|
|
- <text class="red">
|
|
|
|
- 上海市浦东新区秀浦路29号三层303室
|
|
|
|
- </text>
|
|
|
|
- </view>
|
|
|
|
- <view class="a-b2">
|
|
|
|
-
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- <view class="op-area">
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- <view class="loadingicon acea-row row-center-wrapper" v-if="orderList.length > 0">
|
|
|
|
- <text class="loading iconfont icon-jiazai" :hidden="loading == false"></text>
|
|
|
|
- {{ loadTitle }}
|
|
|
|
- </view>
|
|
|
|
- <view v-if="orderList.length == 0">
|
|
|
|
- <emptyPage v-if="!loading" :title="$t(`暂无订单`)"></emptyPage>
|
|
|
|
- <view class="loadingicon acea-row row-center-wrapper">
|
|
|
|
- <text class="loading iconfont icon-jiazai" :hidden="loading == false"></text>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
</view>
|
|
</view>
|
|
- <!-- #ifndef MP -->
|
|
|
|
- <home></home>
|
|
|
|
- <!-- #endif -->
|
|
|
|
- <payment :payMode="payMode" :pay_close="pay_close" @onChangeFun="onChangeFun" :order_id="pay_order_id"
|
|
|
|
- :totalPrice="totalPrice"></payment>
|
|
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
|
|
+ import MescrollItem from "./module/mescrollUni-item.vue";
|
|
import {
|
|
import {
|
|
getUserOrderPage,
|
|
getUserOrderPage,
|
|
postUserOrderCancel,
|
|
postUserOrderCancel,
|
|
@@ -226,6 +59,7 @@ import emptyPage from '@/components/emptyPage.vue';
|
|
import colors from '@/mixins/color.js';
|
|
import colors from '@/mixins/color.js';
|
|
export default {
|
|
export default {
|
|
components: {
|
|
components: {
|
|
|
|
+ MescrollItem,
|
|
payment,
|
|
payment,
|
|
home,
|
|
home,
|
|
emptyPage,
|
|
emptyPage,
|
|
@@ -236,11 +70,13 @@ export default {
|
|
mixins: [colors],
|
|
mixins: [colors],
|
|
data () {
|
|
data () {
|
|
return {
|
|
return {
|
|
|
|
+ tabIndex:0,
|
|
|
|
+ height:'',
|
|
navigationList: [{
|
|
navigationList: [{
|
|
title: '全部',
|
|
title: '全部',
|
|
id: 0
|
|
id: 0
|
|
}
|
|
}
|
|
- ,
|
|
|
|
|
|
+ ,
|
|
{
|
|
{
|
|
title: '待发货',
|
|
title: '待发货',
|
|
id: 1
|
|
id: 1
|
|
@@ -301,6 +137,10 @@ export default {
|
|
},
|
|
},
|
|
computed: mapGetters(['isLogin']),
|
|
computed: mapGetters(['isLogin']),
|
|
onShow () {
|
|
onShow () {
|
|
|
|
+ let sysInfo = uni.getSystemInfoSync()
|
|
|
|
+ this.height= sysInfo.windowHeight -(sysInfo.screenWidth/750) * (100) +'px';
|
|
|
|
+ console.log(this.height)
|
|
|
|
+
|
|
if (this.isLogin) {
|
|
if (this.isLogin) {
|
|
this.page = 1;
|
|
this.page = 1;
|
|
this.orderList = []
|
|
this.orderList = []
|
|
@@ -532,13 +372,11 @@ export default {
|
|
/**
|
|
/**
|
|
* 切换类型
|
|
* 切换类型
|
|
*/
|
|
*/
|
|
- statusClick: function (status) {
|
|
|
|
- if (status == this.orderStatus) return;
|
|
|
|
- this.orderStatus = status;
|
|
|
|
- this.loadend = false;
|
|
|
|
- this.page = 1;
|
|
|
|
- this.$set(this, 'orderList', []);
|
|
|
|
- this.getOrderList();
|
|
|
|
|
|
+ statusClick: function (e) {
|
|
|
|
+ this.tabIndex = e.index
|
|
|
|
+ },
|
|
|
|
+ swiperChange(e) {
|
|
|
|
+ this.tabIndex = e.detail.current
|
|
},
|
|
},
|
|
/**
|
|
/**
|
|
* 获取订单列表
|
|
* 获取订单列表
|
|
@@ -615,6 +453,9 @@ export default {
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style scoped lang="scss">
|
|
<style scoped lang="scss">
|
|
|
|
+ .bord{
|
|
|
|
+ border: 1px solid red;
|
|
|
|
+ }
|
|
.my-order .nav {
|
|
.my-order .nav {
|
|
background-color: #F9F9F9;
|
|
background-color: #F9F9F9;
|
|
width: 100%;
|
|
width: 100%;
|