diff --git a/pages/plugins/binding/index/index.vue b/pages/plugins/binding/index/index.vue
index bb330028..060e7c97 100644
--- a/pages/plugins/binding/index/index.vue
+++ b/pages/plugins/binding/index/index.vue
@@ -29,7 +29,7 @@
-
+
-
+
相关商品
更多
-
-
-
-
-
-
- {{item.title}}
-
- {{currency_symbol}}{{item.min_price}}
-
-
-
-
-
+
+
@@ -92,7 +80,8 @@
const app = getApp();
import componentNoData from "../../../../components/no-data/no-data";
import componentBottomLine from "../../../../components/bottom-line/bottom-line";
- import componentBlogComments from "../../../../components/blog-comments/blog-comments";
+ import componentBlogComments from "../../../../components/blog-comments/blog-comments";
+ import componentGoodsList from "../../../../components/goods-list/goods-list";
var common_static_url = app.globalData.get_static_url('common');
export default {
@@ -118,7 +107,8 @@
components: {
componentNoData,
componentBottomLine,
- componentBlogComments
+ componentBlogComments,
+ componentGoodsList
},
props: {},
@@ -218,5 +208,4 @@
};
\ No newline at end of file
diff --git a/pages/plugins/blog/index/index.css b/pages/plugins/blog/index/index.css
index 780f384c..fba65f55 100644
--- a/pages/plugins/blog/index/index.css
+++ b/pages/plugins/blog/index/index.css
@@ -14,23 +14,6 @@
width: calc(100% - 210rpx);
}
-/**
- * 商品
- */
-.goods-list .item {
- width: calc(50% - 10rpx);
-}
-.goods-list .item:nth-child(2n) {
- float: right;
-}
-.goods-list .item:nth-child(2n+1) {
- float: left;
-}
-.goods-list .item .goods-img {
- width: 100%;
- height: 380rpx !important;
-}
-
/**
* 分类导航
*/
diff --git a/pages/plugins/blog/index/index.vue b/pages/plugins/blog/index/index.vue
index 600c1c5e..2ddf50ad 100644
--- a/pages/plugins/blog/index/index.vue
+++ b/pages/plugins/blog/index/index.vue
@@ -105,19 +105,7 @@
推荐商品
更多
-
-
-
-
-
- {{item.title}}
-
- {{currency_symbol}}{{item.min_price}}
-
-
-
-
-
+
@@ -136,6 +124,7 @@
import componentCountdown from "../../../../components/countdown/countdown";
import componentNoData from "../../../../components/no-data/no-data";
import componentBottomLine from "../../../../components/bottom-line/bottom-line";
+ import componentGoodsList from "../../../../components/goods-list/goods-list";
export default {
data() {
@@ -162,7 +151,8 @@
componentBanner,
componentCountdown,
componentNoData,
- componentBottomLine
+ componentBottomLine,
+ componentGoodsList
},
props: {},
diff --git a/pages/plugins/blog/search/search.vue b/pages/plugins/blog/search/search.vue
index 5340ef75..7f2e2cae 100644
--- a/pages/plugins/blog/search/search.vue
+++ b/pages/plugins/blog/search/search.vue
@@ -16,7 +16,7 @@
{{item.name}}
-
+
diff --git a/pages/plugins/signin/index-detail/index-detail.css b/pages/plugins/signin/index-detail/index-detail.css
index 2a73802f..add70e1b 100644
--- a/pages/plugins/signin/index-detail/index-detail.css
+++ b/pages/plugins/signin/index-detail/index-detail.css
@@ -77,21 +77,4 @@
.coming-tips-container image {
max-width: 100%;
margin-top: 60rpx;
-}
-
-/**
-* 商品列表
-*/
-.data-list .item {
- width: calc(50% - 10rpx);
-}
-.data-list .item:nth-child(2n) {
- float: right;
-}
-.data-list .item:nth-child(2n+1) {
- float: left;
-}
-.data-list .item .goods-img {
- width: 100%;
- height: 380rpx !important;
}
\ No newline at end of file
diff --git a/pages/plugins/signin/index-detail/index-detail.vue b/pages/plugins/signin/index-detail/index-detail.vue
index ee1bf639..87481e95 100644
--- a/pages/plugins/signin/index-detail/index-detail.vue
+++ b/pages/plugins/signin/index-detail/index-detail.vue
@@ -40,7 +40,7 @@
-
+
@@ -53,18 +53,8 @@
推荐商品
更多
-
-
-
-
-
-
- {{item.title}}
- {{currency_symbol}}{{item.min_price}}
-
-
-
-
+
+
@@ -93,7 +83,8 @@