diff --git a/common/js/config.js b/common/js/config.js index c417d1c..6eb1c0f 100644 --- a/common/js/config.js +++ b/common/js/config.js @@ -22,6 +22,9 @@ if (process.env.NODE_ENV === 'development') { var config = { imgDomain: '', + + imgUrl: 'http://file.v3.admin.act315.com/wxapp/', + baseUrl: baseUrl + '/', // 经销商请求地址 baseDealerUrl: baseUrl + '/dealer/', diff --git a/pages.json b/pages.json index af23aef..dd9f558 100644 --- a/pages.json +++ b/pages.json @@ -85,6 +85,25 @@ } } + ] + }, + { + "root": "trace", + "pages": [{ + "path" : "pages/fake/mould1/index", + "style" : + { + "navigationBarTitleText" : "防伪码查询" + } + }, + { + "path" : "pages/fake/mould1/success", + "style" : + { + "navigationBarTitleText" : "防伪码查询" + } + } + ] } ], diff --git a/trace/pages/fake/mould1/components/verifyPopup.vue b/trace/pages/fake/mould1/components/verifyPopup.vue new file mode 100644 index 0000000..0408fe3 --- /dev/null +++ b/trace/pages/fake/mould1/components/verifyPopup.vue @@ -0,0 +1,92 @@ + + + + + + \ No newline at end of file diff --git a/trace/pages/fake/mould1/index.vue b/trace/pages/fake/mould1/index.vue new file mode 100644 index 0000000..c8ff888 --- /dev/null +++ b/trace/pages/fake/mould1/index.vue @@ -0,0 +1,153 @@ + + + + + diff --git a/trace/pages/fake/mould1/success.vue b/trace/pages/fake/mould1/success.vue new file mode 100644 index 0000000..7ec0ef9 --- /dev/null +++ b/trace/pages/fake/mould1/success.vue @@ -0,0 +1,105 @@ + + + + + diff --git a/trace/static/fake/mould1/brandImg.png b/trace/static/fake/mould1/brandImg.png new file mode 100644 index 0000000..10b8c4c Binary files /dev/null and b/trace/static/fake/mould1/brandImg.png differ diff --git a/trace/static/fake/mould1/safe.png b/trace/static/fake/mould1/safe.png new file mode 100644 index 0000000..c5af41b Binary files /dev/null and b/trace/static/fake/mould1/safe.png differ diff --git a/trace/static/indexBG.png b/trace/static/indexBG.png new file mode 100644 index 0000000..09356a8 Binary files /dev/null and b/trace/static/indexBG.png differ diff --git a/trace/static/scanIcon.png b/trace/static/scanIcon.png new file mode 100644 index 0000000..e5ceb0d Binary files /dev/null and b/trace/static/scanIcon.png differ diff --git a/trace/static/warning.png b/trace/static/warning.png new file mode 100644 index 0000000..06d983f Binary files /dev/null and b/trace/static/warning.png differ