diff --git a/pages.json b/pages.json
index 87af6d9..b4a315e 100644
--- a/pages.json
+++ b/pages.json
@@ -228,7 +228,16 @@
}
}
- ]
+ ,{
+ "path" : "teach_video/teach_video",
+ "style" :
+ {
+ "navigationBarTitleText": "教学视频",
+ "enablePullDownRefresh": false
+ }
+
+ }
+ ]
},
{
"root": "pages/users",
diff --git a/pages/gather/gather.vue b/pages/gather/gather.vue
index afe2a0f..31af25b 100644
--- a/pages/gather/gather.vue
+++ b/pages/gather/gather.vue
@@ -35,6 +35,11 @@
提现管理
+
+
+
+ 视频教学
+
@@ -241,7 +246,7 @@
// padding-top: 180rpx;
background: linear-gradient(#36A2FF, #fff);
}
-
+
.com {
margin-left: 50%;
transform: translate(-50%);
@@ -315,5 +320,4 @@
}
}
}
-
\ No newline at end of file
diff --git a/pages/nongKe/teach_video/teach_video.vue b/pages/nongKe/teach_video/teach_video.vue
new file mode 100644
index 0000000..280fa48
--- /dev/null
+++ b/pages/nongKe/teach_video/teach_video.vue
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+ 顺序播放
+ 全6节
+
+
+
+
+ 图片
+ 内容
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/supply_chains/supply_chains.vue b/pages/supply_chains/supply_chains.vue
index 9f6531c..eb00d26 100644
--- a/pages/supply_chains/supply_chains.vue
+++ b/pages/supply_chains/supply_chains.vue
@@ -188,11 +188,12 @@
},
// 点赞
giveStart(item) {
- // let status = item.status ? 0 : 1
- // graphicStartApi(item.community_id, { status: status }).then(res => {
- // Toast(res.message)
- // this.getArticleList()
- // })
+ let status = item.status ? 0 : 1
+ console.log('item', item);
+ graphicStartApi(item.community_id, { status: status }).then(res => {
+ Toast(res.message)
+ this.getArticleList()
+ })
},
tabsChange(item) {
this.getArticleList(item.article_category_id)