diff --git a/pages.json b/pages.json
index b76c371..74e01ac 100644
--- a/pages.json
+++ b/pages.json
@@ -174,6 +174,11 @@
"style": {
"navigationBarTitleText": ""
}
+ }, {
+ "path": "set/report-form",
+ "style": {
+ "navigationBarTitleText": ""
+ }
},
{
"path": "auth/auth-choose",
diff --git a/pages/mine/set/report-form.vue b/pages/mine/set/report-form.vue
new file mode 100644
index 0000000..8d43f38
--- /dev/null
+++ b/pages/mine/set/report-form.vue
@@ -0,0 +1,299 @@
+
+
+
+
+
+
+ 举报类型
+
+
+
+
+
+
+
+
+ 举报内容
+
+
+
+
+
+
+
+ 上传凭证
+
+
+
+
+
+
+
+ 举报同时拉黑
+
+
+
+
+
+
+ 告诉管理员
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/notice/detail.vue b/pages/notice/detail.vue
index 1d8f853..18c0fb3 100644
--- a/pages/notice/detail.vue
+++ b/pages/notice/detail.vue
@@ -32,7 +32,7 @@
已关注
主页
- 举报
+ 举报
@@ -374,6 +374,9 @@
});
})
},
+ goReportForm() {
+ this.$tab.navigateTo('/pages/mine/set/report-form')
+ },
/**
* 去报名列表
*/
@@ -444,6 +447,8 @@
if ('hb' == dataObj.item.name) {
//海报
this.$refs.canvas.canvasCreate();
+ } else if ('wx' == dataObj.item.name) {
+ this.onShareAppMessage()
}
},
/**
diff --git a/uni_modules/uni-popup/components/uni-popup-share/uni-popup-share.vue b/uni_modules/uni-popup/components/uni-popup-share/uni-popup-share.vue
index 12c65bb..a6d61a9 100644
--- a/uni_modules/uni-popup/components/uni-popup-share/uni-popup-share.vue
+++ b/uni_modules/uni-popup/components/uni-popup-share/uni-popup-share.vue
@@ -48,11 +48,11 @@
icon: '/static/detail/weixin.png',
name: 'wx'
},
- {
- text: '海报',
- icon: '/static/detail/haibao.png',
- name: 'hb'
- },
+ // {
+ // text: '海报',
+ // icon: '/static/detail/haibao.png',
+ // name: 'hb'
+ // },
{
text: '举报',
icon: '/static/detail/jubao.png',