diff --git a/pages/index/index.vue b/pages/index/index.vue
index 1f0414f..42f41cb 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -77,7 +77,7 @@
where: {
category_id: 0,
page: 1,
- limit: 15
+ limit: 30
},
currentItemId: 69, // 默认获取 社区的数据 0 表示推荐 || 69 社区
keyword: '',
@@ -88,7 +88,6 @@
}
},
onPullDownRefresh() {
- this.where.page = 1
this.getCateList()
this.getGoods()
this.selfLocation()
@@ -197,9 +196,7 @@
}, ...data]
},
tabsChange(item) {
- this.cateGoods = []
this.where.category_id = item.category_id
- this.where.page = 1
this.getGoods()
this.street_id = item.id
this.tabsData.tabsActive = item.index
diff --git a/pages/short_video/nvueSwiper/index.nvue b/pages/short_video/nvueSwiper/index.nvue
index 61bb992..b8c1427 100644
--- a/pages/short_video/nvueSwiper/index.nvue
+++ b/pages/short_video/nvueSwiper/index.nvue
@@ -1,6 +1,6 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
- {{list.status == -1 ? '审核未通过' : '已下架'}},内容仅自己可见
-
-
-
- 正在审核,内容仅自己可见
-
-
- {{(list.status == -1 || list.status == -2) ? list.refusal : '发布的内容审核通过后,将在首页展示!'}}
-
-
-
-
-
-
- @{{list.author && list.author.nickname}}
-
-
-
- {{list.content}}
-
- 收起
-
-
-
- {{list.content.slice(0,15)}}...
- 展开
-
-
-
-
-
-
-
-
-
-
- {{goods.spu.store_name}}
-
- ¥{{goods.spu.price}}
- 购买
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{goods.spu.store_name}}
-
- ¥{{goods.spu.price}}
- 购买
-
-
-
-
-
-
-
-
-
-
- #{{list.topic.topic_name}}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{list.count_start > 0 ? list.count_start : '点赞'}}
-
-
-
-
-
-
- 分享
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+ {{list.status == -1 ? '审核未通过' : '已下架'}},内容仅自己可见
+
+
+
+ 正在审核,内容仅自己可见
+
+
+ {{(list.status == -1 || list.status == -2) ? list.refusal : '发布的内容审核通过后,将在首页展示!'}}
+
+
+
+
+
+
+ @{{list.author && list.author.nickname}}
+
+
+
+ {{list.content}}
+
+ 收起
+
+
+
+ {{list.content.slice(0,15)}}...
+ 展开
+
+
+
+
+
+
+
+
+
+
+ {{goods.spu.store_name}}
+
+ ¥{{goods.spu.price}}
+ 购买
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{goods.spu.store_name}}
+
+ ¥{{goods.spu.price}}
+ 购买
+
+
+
+
+
+
+
+
+
+
+ #{{list.topic.topic_name}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{list.count_start > 0 ? list.count_start : '点赞'}}
+
+
+
+
+
+
+ 分享
+
+
+
+
+
+
+
+
+
-
-
-
- 编辑
-
-
-
- 删除
-
-
-
-
-
-
-
- {{list.relevance.length}}
-
-
-
-
-
-
-
-
-
-
-
- {{item.title}}
-
-
-
- {{item.author && item.author.nickname}}
-
-
-
- {{item.count_start}}
-
-
-
-
-
-
-
+
+
+ {{list.relevance.length}}
+
+
+
+
+
+
+
+
+
+
+
+ {{item.title}}
+
+
+
+ {{item.author && item.author.nickname}}
+
+
+
+ {{item.count_start}}
+
+
+
+
+
+
+
-
-
-
- 暂无短视频内容哦~
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 保存到相册
-
-
-
-
-
+
+
+
+ 暂无短视频内容哦~
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存到相册
+
+
+
+
+
\ No newline at end of file
diff --git a/project.config.json b/project.config.json
index c485952..4ec1f4c 100644
--- a/project.config.json
+++ b/project.config.json
@@ -46,7 +46,7 @@
},
"compileType": "miniprogram",
"libVersion": "2.14.3",
- "appid": "wx7502b94d6a53d589",
+ "appid": "wx6e14cb98394e36bc",
"projectname": "crmeb_merchant_h5",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},