diff --git a/pages/users/trading_hall/index.vue b/pages/users/trading_hall/index.vue
index 1b1d7cc..fc9102e 100644
--- a/pages/users/trading_hall/index.vue
+++ b/pages/users/trading_hall/index.vue
@@ -11,13 +11,46 @@
-
- 推荐
-
+
+
+ {{this.recomname}}
+
+
-
+
+
+
+ 调货 夹岸数范德萨范德萨衣服上的
+
+
+ 啊沙发上
+
+
+
+
+ 啊沙发上
+
+
+
+
+
+
+
+ 调货 夹岸数范德萨范德萨衣服上的
+
+
+ 啊沙发上
+
+
+
+
+ 啊沙发上
+
+
+
+
@@ -47,13 +80,17 @@
text: '打折专区'
}
],
+ recomname:'',
}
},
methods: {
menuAction(action, rowId) {
+ console.log(action);
// 忽略初始化时的传入的空操作
if (action === '') {
- return
+ this.recomname = this.options[0].text
+ }else{
+ this.recomname = this.options[action].text
}
},
}
@@ -110,6 +147,45 @@
text-align: center;
border-radius: 30px;
border: 1px solid #F84221;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ .recom_bnt{
+
+ }
+ }
+ }
+ .list{
+ width: 100%;
+ display: flex;
+ justify-content: space-around;
+ align-items: center;
+ .item{
+ width: 40%;
+ .shopimg{
+ width: 100%;
+ }
+ .item_text{
+ width: 100%;
+ padding: 15px 10px 15px 10px;
+ text-overflow: ellipsis;
+ overflow: hidden;
+ white-space: nowrap;
+ span{
+ height: 20px;
+ padding: 3px;
+ margin: 2px;
+ background: linear-gradient(180deg, #F98649 0%, #F34E45 100%);
+ border-radius: 4px 0px 4px 0px;
+ color: white;
+ }
+ }
+ .item_prices{
+ font-size: 18px;
+ color:#F84221;
+ padding-left: 15px;
+ border-bottom: 1px solid #707070;
+ }
}
}
\ No newline at end of file