|
@@ -15,9 +15,9 @@
|
|
|
<view class="nl">
|
|
|
{{item.mainTitle}}
|
|
|
</view>
|
|
|
- <view class="status">
|
|
|
- {{item.grouponBizStateDesc}}
|
|
|
- </view>
|
|
|
+<!-- <view class="status">-->
|
|
|
+<!-- {{item.grouponBizStateDesc}}-->
|
|
|
+<!-- </view>-->
|
|
|
</view>
|
|
|
<view class="myclient_list_content">
|
|
|
|
|
@@ -130,12 +130,12 @@ export default {
|
|
|
{
|
|
|
title: '已完成',
|
|
|
id: 3,
|
|
|
- grouponState: 3,
|
|
|
+ grouponState: 4,
|
|
|
},
|
|
|
{
|
|
|
title: '售后',
|
|
|
id: 4,
|
|
|
- grouponState: 4,
|
|
|
+ grouponState: 8,
|
|
|
},
|
|
|
],
|
|
|
loading: false, //是否加载中
|
|
@@ -145,6 +145,7 @@ export default {
|
|
|
grouponState: 0, //订单状态
|
|
|
page: 1,
|
|
|
limit: 5,
|
|
|
+ stateDesc: '全部'
|
|
|
};
|
|
|
},
|
|
|
computed: mapGetters(['isLogin']),
|
|
@@ -184,7 +185,7 @@ export default {
|
|
|
*/
|
|
|
goOrderDetails: function (grouponId, queryType) {
|
|
|
uni.navigateTo({
|
|
|
- url: '/pages/groupbuying/leader_order_details/index?grouponId=' + grouponId + '&queryType=' + queryType
|
|
|
+ url: '/pages/groupbuying/leader_order_details/index?grouponId=' + grouponId + '&queryType=' + queryType + '&state=' + this.grouponState
|
|
|
});
|
|
|
// let that = this;
|
|
|
// if (!order_id)
|