diff --git a/common/api/user.js b/common/api/user.js
new file mode 100644
index 0000000..a396093
--- /dev/null
+++ b/common/api/user.js
@@ -0,0 +1,13 @@
+export default {
+ init(vm){
+ return {
+ // 首页协议 列子
+ // documentInfo({document_code}) {
+ // return vm.$u.post('StartUp/documentInfo', {
+ // document_code : document_code
+ // });
+ // },
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/common/http.api.js b/common/http.api.js
index 10342c3..556c5ba 100644
--- a/common/http.api.js
+++ b/common/http.api.js
@@ -20,4 +20,4 @@ const install = (Vue, vm) => {
export default {
install
-}
\ No newline at end of file
+}
diff --git a/common/http.interceptor.js b/common/http.interceptor.js
index ebb8144..4025b10 100644
--- a/common/http.interceptor.js
+++ b/common/http.interceptor.js
@@ -19,4 +19,4 @@ const install = (Vue, vm) => {
export default {
install
-}
\ No newline at end of file
+}
diff --git a/main.js b/main.js
index ff7a4ee..a1080e1 100644
--- a/main.js
+++ b/main.js
@@ -20,3 +20,14 @@ import httpApi from '@/common/http.api.js'
Vue.use(httpApi, app)
app.$mount()
+
+
+
+// http拦截器,将此部分放在new Vue()和app.$mount()之间,才能App.vue中正常使用
+import httpInterceptor from '@/common/http.interceptor.js'
+Vue.use(httpInterceptor, app)
+
+// http接口API集中管理引入部分
+import httpApi from '@/common/http.api.js'
+Vue.use(httpApi, app)
+app.$mount()
diff --git a/pages.json b/pages.json
index 26d5d8c..3c1c507 100644
--- a/pages.json
+++ b/pages.json
@@ -89,6 +89,18 @@
}
}
},
+ {
+ "path": "pages/release/tosign",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom",
+ "app-plus": {
+ "titleNView": false,
+ "backgroundColor": "#FFFFFF",
+ "animationType": "slide-in-bottom"
+ }
+ }
+ },
{
"path": "pages/user/info",
"style": {
diff --git a/pages/release/index.vue b/pages/release/index.vue
index 8776ddb..5895586 100644
--- a/pages/release/index.vue
+++ b/pages/release/index.vue
@@ -1,113 +1,370 @@
-
-
-
- 图片
-
-
-
- 标签
- + 新建标签
- {{item}}
-
-
- 正文
+
+
+
+ 图片
+
+
+
+ 标签
+ + 新建标签
+ {{item}}
+
+
+ 简介
+
-
- 发表
-
-
-
-
- 创建属于你的标签吧
+
+
+
+
+
+ 选择商品
+
+
+
+
+
+
+
+
+
+
+
+ {{item.content}}
+
+
+ 确定
+
+
+ 选择商品
+
-
-
+
+
+
+
+
+
+ 木糖少女小紫薯西装领连衣裙夏季新款女装夏收腰格子格纹裙子
+
+
+
+
- 确定
-
+
+
+ 发表
+
+
+
+
+
+ 创建属于你的标签吧
+
+
+
+
+ 确定
+
diff --git a/static/image/tosign/bhottom.png b/static/image/tosign/bhottom.png
new file mode 100644
index 0000000..484ced5
Binary files /dev/null and b/static/image/tosign/bhottom.png differ
diff --git a/static/image/tosign/delete.png b/static/image/tosign/delete.png
new file mode 100644
index 0000000..2ae9792
Binary files /dev/null and b/static/image/tosign/delete.png differ
diff --git a/static/image/tosign/noes.png b/static/image/tosign/noes.png
new file mode 100644
index 0000000..e1d98ab
Binary files /dev/null and b/static/image/tosign/noes.png differ