diff --git a/components/area-product-list/index.vue b/components/area-product-list/index.vue
new file mode 100644
index 0000000..0099b88
--- /dev/null
+++ b/components/area-product-list/index.vue
@@ -0,0 +1,229 @@
+
+
+
+
+
+
+
+ {{ item.waresCode }}
+
+
+ {{ formatPrice(item.waresPrice) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/mine/index.vue b/pages/mine/index.vue
index 06f183c..60344c9 100644
--- a/pages/mine/index.vue
+++ b/pages/mine/index.vue
@@ -275,7 +275,7 @@ export default {
name: '数据查询',
imgurl: "../../static/images/mark1.png",
menuKey: "marketDynamics",
- ifshow: false,
+ ifshow: true,
},
{
url: "/pages/bonus/index",
diff --git a/pages/specialArea/index.vue b/pages/specialArea/index.vue
index f1a8808..985864f 100644
--- a/pages/specialArea/index.vue
+++ b/pages/specialArea/index.vue
@@ -6,44 +6,19 @@
-->
-
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+ -->
+
@@ -56,10 +31,11 @@ import * as api from '@/config/goods'
import * as apis from '@/config/index.js'
import clTabbar from '@/components/cl-tabbar.vue'
import * as ban from '@/config/balance.js'
-
+import areaProductList from '@/components/area-product-list/index.vue'
export default {
components: {
'cl-tabbar': clTabbar,
+ 'area-product-list': areaProductList,
},
data() {
return {
@@ -424,14 +400,15 @@ export default {
.goods-sort {
padding-bottom: 130rpx;
.goods-flexs {
- display: flex;
+ // display: flex;
padding: 30rpx 30rpx 20rpx 35rpx;
position: relative;
- flex-wrap: wrap;
+ // flex-wrap: wrap;
margin-left: -25rpx;
.bg-color {
- width: 335rpx;
- height: 72rpx;
+ // width: 335rpx;
+ width: 100%;
+ // height: 72rpx;
background: linear-gradient(
-180deg,
rgba(255, 226, 226, 0.85) 0%,
@@ -444,12 +421,12 @@ export default {
}
.goods-view {
position: relative;
- width: 295rpx;
+ // width: 295rpx;
// height: 180rpx;
margin-left: 20rpx;
background: #ffffff;
border-radius: 15rpx;
- padding: 20rpx 20rpx 10rpx 20rpx;
+ // padding: 20rpx 20rpx 10rpx 20rpx;
margin-bottom: 20rpx;
.goods-top {
z-index: 1;