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 @@
+
+
+
+ 温馨提示
+
+
+
+ {{msg}}
+
+
+
+
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+
+
+
+
+ 防伪查询验证
+
+
+ 请输入防伪码或扫码识别验证
+
+
+
+
+
+
+
+
+
+ 1. 名创优品防伪验证,扫描包装盒的防伪码即可打开验证页面,刮开涂层输入验证码进行验证。
+ 2. 名创优品用正版授权+亲民价格的战略打法,颠覆了动漫IP周边产品开发的传统模式和价格生态。不断创新门店消费场景,以IP场景带动产品销售,释放IP潮流消费活力,打造独特的“IP乐园”。
+ 品牌也借助这些全球顶级IP的影响力进一步扩大了自身在全世界范围内的知名度和美誉度。
+
+
+
+
+
+
+
+
+
+
+
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 @@
+
+
+
+
+
+
+
+
+
+ 防伪查询验证
+
+
+
+
+ 您所查询的产品为正品
+
+
+ 防伪码:4635994051440753
+ 首次查询时间:2025-08-15 12:05:18
+ 恭喜您,您所查询的防伪码是第 5 次查询。 感谢您购买名创优品的产品!
+
+
+
+
+
+
+
+
+
+
+
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