diff --git a/pages.json b/pages.json index a6bae24..f760af3 100644 --- a/pages.json +++ b/pages.json @@ -467,7 +467,16 @@ "enablePullDownRefresh": false } } - ] + ,{ + "path" : "seekadvicefrom/seekadvicefrom", + "style" : + { + "navigationBarTitleText": "咨询医生", + "enablePullDownRefresh": false + } + + } + ] }], "globalStyle": { "navigationBarTextStyle": "white", diff --git a/pagesB/mysigning/mysigning.vue b/pagesB/mysigning/mysigning.vue index eeeecc4..ca6e877 100644 --- a/pagesB/mysigning/mysigning.vue +++ b/pagesB/mysigning/mysigning.vue @@ -51,7 +51,7 @@ 医生:张三 - + 咨询 @@ -117,6 +117,12 @@ url: "/pagesB/contractsigningprotocol/contractsigningprotocol" }) }, + //咨询 + goseekadvicefrom() { + uni.navigateTo({ + url: `/pagesC/seekadvicefrom/seekadvicefrom?title=咨询医生` + }) + }, } } @@ -253,4 +259,4 @@ } } } - + \ No newline at end of file diff --git a/pagesC/seekadvicefrom/seekadvicefrom.vue b/pagesC/seekadvicefrom/seekadvicefrom.vue new file mode 100644 index 0000000..dc4eb30 --- /dev/null +++ b/pagesC/seekadvicefrom/seekadvicefrom.vue @@ -0,0 +1,621 @@ + + + + + \ No newline at end of file diff --git a/static/docHead.png b/static/docHead.png new file mode 100644 index 0000000..15a18db Binary files /dev/null and b/static/docHead.png differ diff --git a/static/ico/emoji.png b/static/ico/emoji.png new file mode 100644 index 0000000..80c212d Binary files /dev/null and b/static/ico/emoji.png differ diff --git a/static/ico/file.png b/static/ico/file.png new file mode 100644 index 0000000..1ac02dd Binary files /dev/null and b/static/ico/file.png differ diff --git a/static/ico/more.png b/static/ico/more.png new file mode 100644 index 0000000..a4a0d8a Binary files /dev/null and b/static/ico/more.png differ diff --git a/static/ico/send.png b/static/ico/send.png new file mode 100644 index 0000000..4a5be32 Binary files /dev/null and b/static/ico/send.png differ diff --git a/static/ico/success.png b/static/ico/success.png new file mode 100644 index 0000000..3256df9 Binary files /dev/null and b/static/ico/success.png differ diff --git a/static/myHead.png b/static/myHead.png new file mode 100644 index 0000000..c4ac392 Binary files /dev/null and b/static/myHead.png differ