From ce9433b4e3f3afb0aa085f5e38d24507d5d2b065 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Thu, 29 Feb 2024 14:14:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=94=BF=E7=AD=96=E7=AD=94?= =?UTF-8?q?=E7=96=91,=E6=95=99=E5=AD=A6=E8=A7=86=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.js | 4 +- manifest.json | 4 +- pages.json | 16 ++++++ pages/index/index.vue | 3 +- pages/rich/mp4.vue | 124 ++++++++++++++++++++++++++++++++++++++++ pages/rich/rich.vue | 129 ++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 274 insertions(+), 6 deletions(-) create mode 100644 pages/rich/mp4.vue create mode 100644 pages/rich/rich.vue diff --git a/config/app.js b/config/app.js index aed86ed..5d52a61 100644 --- a/config/app.js +++ b/config/app.js @@ -12,8 +12,8 @@ let httpApiSix let wsApi // 在打包之前请检查当前环境是否正确 -// const env = 'dev'; // 开发 -const env = 'prod'; // 生产 +const env = 'dev'; // 开发 +// const env = 'prod'; // 生产 // const env = 'prew'; // 预上线 switch (env) { diff --git a/manifest.json b/manifest.json index 146049c..797c17b 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "惠农生活", "appid" : "__UNI__3A527D1", "description" : "", - "versionName" : "1.9.3", - "versionCode" : 193, + "versionName" : "1.9.4", + "versionCode" : 194, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages.json b/pages.json index 70a268c..774e89f 100644 --- a/pages.json +++ b/pages.json @@ -312,6 +312,22 @@ "navigationStyle": "custom", "onReachBottomDistance": 300 } + }, + { + "path" : "pages/rich/rich", + "style" : + { + "navigationBarTitleText" : "政策答疑", + "enablePullDownRefresh" : false + } + }, + { + "path" : "pages/rich/mp4", + "style" : + { + "navigationBarTitleText" : "教学视频", + "enablePullDownRefresh" : false + } } ], "subPackages": [{ diff --git a/pages/index/index.vue b/pages/index/index.vue index 08c3ffb..6b1f513 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -585,7 +585,6 @@ import activityCard from "@/components/activityCard.vue" } else { uni.navigateTo({ - url: `/pages/plantGrass/plant_detail/index?id=${item.community_id}` }) } @@ -613,7 +612,7 @@ import activityCard from "@/components/activityCard.vue" // url: `/pages/nongKe/cloud_entrepot/index?street=${this.street_id}&town=${this.town}&source=103&location=${this.latitude},${this.longitude}` // }) uni.navigateTo({ - url: `pages/cloud_warehouse/big_classification/index` + url: `/pages/nongKe/cloud_entrepot/indexh?street_id=${this.street_id}&townName=${this.town}&source=103&location=${this.latitude},${this.longitude}` }) }, diff --git a/pages/rich/mp4.vue b/pages/rich/mp4.vue new file mode 100644 index 0000000..cb3c1ea --- /dev/null +++ b/pages/rich/mp4.vue @@ -0,0 +1,124 @@ + + + + \ No newline at end of file diff --git a/pages/rich/rich.vue b/pages/rich/rich.vue new file mode 100644 index 0000000..dbb8644 --- /dev/null +++ b/pages/rich/rich.vue @@ -0,0 +1,129 @@ + + + + \ No newline at end of file