diff --git a/components/content/submit.vue b/components/content/submit.vue
new file mode 100644
index 0000000..8131352
--- /dev/null
+++ b/components/content/submit.vue
@@ -0,0 +1,72 @@
+
+
+
+
+
+ 存草稿
+
+
+
+
+
+ 预览
+
+
+
+ {{ submiitTitle }}
+
+
+
+
+
+
+
diff --git a/manifest.json b/manifest.json
index 84260f9..f3f3714 100644
--- a/manifest.json
+++ b/manifest.json
@@ -55,8 +55,7 @@
"appid" : "wxe7ae8cbe1673834c",
"setting" : {
"urlCheck" : false,
- "ignoreDevUnusedFiles":false
-
+ "ignoreDevUnusedFiles" : false
},
"usingComponents" : true,
"permission" : {}
diff --git a/package.json b/package.json
index 68c29ba..136edbc 100644
--- a/package.json
+++ b/package.json
@@ -14,9 +14,7 @@
"author": "",
"license": "ISC",
"dependencies": {
- "@climblee/uv-ui": "^1.1.20",
"ali-oss": "^6.21.0",
- "dayjs": "^1.11.12",
- "uview-ui": "^2.0.36"
+ "dayjs": "^1.11.12"
}
}
diff --git a/pages.json b/pages.json
index 4b74139..5594fdb 100644
--- a/pages.json
+++ b/pages.json
@@ -1,16 +1,16 @@
{
- "easycom": {
- "autoscan": true,
- "custom": {
- "^uv-(.*)": "@climblee/uv-ui/components/uv-$1/uv-$1.vue"
- },
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
"pages": [
{
"path": "pages/index/index",
"style": {
- "navigationBarTitleText": "unapp模板"
+ "navigationBarTitleText": ""
+ }
+ },
+ {
+ "path" : "pages/publish/publishPost",
+ "style" :
+ {
+ "navigationBarTitleText" : ""
}
},
{
@@ -90,13 +90,6 @@
"navigationBarTitleText" : ""
}
},
- {
- "path" : "pages/publish/publishPost",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
{
"path" : "pages/publish/actorRelease",
"style" :
@@ -161,15 +154,5 @@
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom"
},
- "uniIdRouter": {},
- "condition" : { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": [
- {
- "name": "", //模式名称
- "path": "", //启动页面,必选
- "query": "" //启动参数,在页面的onLoad函数里面得到
- }
- ]
- }
+ "uniIdRouter": {}
}
diff --git a/pages/publish/publishPost.vue b/pages/publish/publishPost.vue
index eb42395..e85a995 100644
--- a/pages/publish/publishPost.vue
+++ b/pages/publish/publishPost.vue
@@ -4,20 +4,185 @@
leftClick
@leftClick="$utils.navigateBack"
title="发布帖子"/>
- 发布帖子
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 是否置顶
+
+
+
+
+
+ {{ item.info }}
+
+
+
+
+
+
+
+
+
+
+