diff --git a/common/custom.scss b/common/custom.scss
index 0b5cb16..5fe6090 100644
--- a/common/custom.scss
+++ b/common/custom.scss
@@ -6,6 +6,18 @@
margin-left: 28rpx;
margin-right: 28rpx;
}
+%blcok {
+ margin-top: 30rpx;
+ border-radius: 30rpx;
+ padding: 26rpx 30rpx;
+}
+.blcok {
+ @extend %blcok;
+}
+.blcok-white{
+ @extend %blcok;
+ background-color: #fff;
+}
.com-radius {
border-radius: 20rpx;
}
@@ -27,6 +39,11 @@
.w-full{
width: 100%;
}
+.flex-column-center{
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+}
/************* 动画 /**************/
diff --git a/components/tpx-tabs/tpx-tabs.vue b/components/tpx-tabs/tpx-tabs.vue
new file mode 100644
index 0000000..d5a29c9
--- /dev/null
+++ b/components/tpx-tabs/tpx-tabs.vue
@@ -0,0 +1,96 @@
+
+
+
+
+
+ {{item.title}}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/post/post.vue b/pages/post/post.vue
index 6004535..622f237 100644
--- a/pages/post/post.vue
+++ b/pages/post/post.vue
@@ -1,5 +1,140 @@
- 啊实打实
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ { }"
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{ handleSearchParamChange() }" :show-action="false">
-
-
-
+
+
+
+
-
-
-
- {{orsItem.title}}
- (0)
-
-
-
+ { handleSearchParamChange() }" mode="info"
+ >
+ (0)
+
@@ -97,71 +93,76 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 进仓确认
- 再来一单
-
- 取消
- 去付款
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 进仓确认
+ 再来一单
+
+ 取消
+ 去付款
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
@@ -191,7 +192,7 @@
...JSON.parse(JSON.stringify({ ordStaEnum, ordStatusList, payTypeEnum, payTypeList, dlvTypeEnum, dlvTypeList, dateTypeEnum, dateTypeList })),
searchParam: {
keyword: '',
- ordStatus: 1 // 订单状态, 1:寄件; 2:收件; 3:待付款;
+ ordStatus: ordStatusList[0].val // 订单状态, 1:寄件; 2:收件; 3:待付款;
},
showSearchMore: false,
showCladar: false,
@@ -252,7 +253,10 @@
this.showSearchMore = !this.showSearchMore
},
handleSearchParamChange(key, val) {
- this.searchParam[key] = val
+ if(key) {
+ this.searchParam[key] = val
+ }
+
},
async handleDealItem(item, deal = { type: '1' }) {
switch (deal.type){
@@ -339,36 +343,7 @@
.pgb-cont{
padding: 30rpx;
}
- .sta-item {
- flex: 1;
- padding: 30rpx 0 30rpx 0;
- margin-right: 30rpx;
- position: relative;
- font-size: 28rpx;
- color: #FFF;
- opacity: 0.8;
- .stai-text{
- position: relative;
- display: inline-block;
- }
- &.active{
- font-weight: 600;
- opacity: 1;
- .stai-text{
- &::after {
- content: ' ';
- position: absolute;
- bottom: -30rpx;
- left: 50%;
- margin-left: -32rpx;
- width: 64rpx;
- height: 6rpx;
- background: #FFF;
- }
- }
-
- }
- }
+
.ord-list-item{
box-shadow: 0rpx 3rpx 12rpx 0rpx rgba(139,139,139,0.06);
border-radius: 20rpx;