diff --git a/lang/cht.json b/lang/cht.json
index f85607ed..3e0ab10f 100644
--- a/lang/cht.json
+++ b/lang/cht.json
@@ -137,6 +137,7 @@
"plugins-signin-user-qrcode-saveinfo": "簽到碼編輯",
"plugins-signin-user-coming-list": "用戶簽到",
"plugins-points-index": "積分商城",
+ "plugins-points-scan": "掃碼領積分",
"plugins-brand-index": "品牌",
"plugins-shop-index": "所有店鋪",
"plugins-shop-detail": "店鋪首頁",
diff --git a/lang/en.json b/lang/en.json
index 28570e5a..24896e96 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -137,6 +137,7 @@
"plugins-signin-user-qrcode-saveinfo": "Sign in code editing",
"plugins-signin-user-coming-list": "User check-in",
"plugins-points-index": "Points Mall",
+ "plugins-points-scan": "Scan the QR code to claim points",
"plugins-brand-index": "brand",
"plugins-shop-index": "All stores",
"plugins-shop-detail": "Store homepage",
diff --git a/lang/spa.json b/lang/spa.json
index 00ffe36b..34fe4763 100644
--- a/lang/spa.json
+++ b/lang/spa.json
@@ -137,6 +137,7 @@
"plugins-signin-user-qrcode-saveinfo": "Edición del Código de registro",
"plugins-signin-user-coming-list": "Registro de usuarios",
"plugins-points-index": "Centro Comercial de puntos",
+ "plugins-points-scan": "Escanear el Código para obtener puntos",
"plugins-brand-index": "Marca",
"plugins-shop-index": "Todas las tiendas",
"plugins-shop-detail": "Página de inicio de la tienda",
diff --git a/lang/zh.json b/lang/zh.json
index 3bbbc77a..390f8d11 100644
--- a/lang/zh.json
+++ b/lang/zh.json
@@ -140,6 +140,7 @@
"plugins-signin-user-qrcode-saveinfo": "签到码编辑",
"plugins-signin-user-coming-list": "用户签到",
"plugins-points-index": "积分商城",
+ "plugins-points-scan": "扫码领积分",
"plugins-brand-index": "品牌",
"plugins-shop-index": "所有店铺",
"plugins-shop-detail": "店铺首页",
diff --git a/pages.json b/pages.json
index b22859df..a37e8e06 100644
--- a/pages.json
+++ b/pages.json
@@ -831,6 +831,13 @@
"enablePullDownRefresh": true,
"navigationBarTitleText": ""
}
+ },
+ {
+ "path": "scan/scan",
+ "style": {
+ "enablePullDownRefresh": false,
+ "navigationBarTitleText": ""
+ }
}]
},
{
diff --git a/pages/plugins/points/scan/scan.css b/pages/plugins/points/scan/scan.css
new file mode 100644
index 00000000..93d249db
--- /dev/null
+++ b/pages/plugins/points/scan/scan.css
@@ -0,0 +1,3 @@
+page {
+ background: #fff;
+}
\ No newline at end of file
diff --git a/pages/plugins/points/scan/scan.vue b/pages/plugins/points/scan/scan.vue
new file mode 100644
index 00000000..601bfed8
--- /dev/null
+++ b/pages/plugins/points/scan/scan.vue
@@ -0,0 +1,161 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{data.msg}}
+
+
+
+
+ {{data.msg}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file