diff --git a/pages.json b/pages.json index 0b4630c..4cd3dbd 100644 --- a/pages.json +++ b/pages.json @@ -114,6 +114,14 @@ "navigationBarTitleText": "", "navigationStyle": "custom" } + }, + { + "path" : "color/index", + "style" : + { + "navigationBarTitleText" : "证件照换底色", + "navigationStyle": "custom" + } } ] diff --git a/pages/index/index.vue b/pages/index/index.vue index 703eb9b..4fa4244 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -18,16 +18,16 @@ - + - + - + - + @@ -215,6 +215,13 @@ } }, methods: { + goTo(url) + { + uni.$u.route({ + type:'navigateTo', + url: url, + }); + }, //获取门店信息 getHomeInfo(){ var _this =this; diff --git a/pagesA/color/index.vue b/pagesA/color/index.vue new file mode 100644 index 0000000..1e854f9 --- /dev/null +++ b/pagesA/color/index.vue @@ -0,0 +1,271 @@ + + + + + diff --git a/static/img/index/add.png b/static/img/index/add.png new file mode 100644 index 0000000..0045bdd Binary files /dev/null and b/static/img/index/add.png differ diff --git a/static/img/index/duigou.png b/static/img/index/duigou.png new file mode 100644 index 0000000..112fbc4 Binary files /dev/null and b/static/img/index/duigou.png differ diff --git a/static/img/index/tips.png b/static/img/index/tips.png new file mode 100644 index 0000000..efeec9a Binary files /dev/null and b/static/img/index/tips.png differ