From 2096dd07cf670398e96b4818876096b2dc607e42 Mon Sep 17 00:00:00 2001
From: cc_zbp <487602586@qq.com>
Date: Wed, 31 May 2023 09:29:51 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=A7=86=E9=A2=91=E8=A7=A3?=
=?UTF-8?q?=E8=AF=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 11 +++++-
pages/gather/gather.vue | 8 +++--
pages/nongKe/teach_video/teach_video.vue | 44 ++++++++++++++++++++++++
pages/supply_chains/supply_chains.vue | 11 +++---
4 files changed, 66 insertions(+), 8 deletions(-)
create mode 100644 pages/nongKe/teach_video/teach_video.vue
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)