diff --git a/common/css/common.scss b/common/css/common.scss
index b6959e6..d0fb819 100644
--- a/common/css/common.scss
+++ b/common/css/common.scss
@@ -74,6 +74,9 @@ page,
.font-700{
font-weight: 700;
}
+ .font-bold{
+ font-weight: 700;
+ }
.font-14{
font-size: 14px;
}
@@ -97,4 +100,7 @@ page,
}
.justify-between{
justify-content: space-between;
+ }
+ .justify-center{
+ justify-content: center;
}
\ No newline at end of file
diff --git a/components/wechat-ac-qrcode.vue b/components/wechat-ac-qrcode.vue
index 0f9ab45..9db8e26 100644
--- a/components/wechat-ac-qrcode.vue
+++ b/components/wechat-ac-qrcode.vue
@@ -35,7 +35,10 @@ function qrcodeResult(e) {
\ No newline at end of file
diff --git a/pages.json b/pages.json
index 2bea098..e1661c8 100644
--- a/pages.json
+++ b/pages.json
@@ -231,6 +231,13 @@
"style": {
"navigationBarTitleText": "积分门店"
}
+ },
+ {
+ "path": "exchange/index",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom"
+ }
}
]
diff --git a/user/exchange/components/confirm.vue b/user/exchange/components/confirm.vue
new file mode 100644
index 0000000..04d9acd
--- /dev/null
+++ b/user/exchange/components/confirm.vue
@@ -0,0 +1,101 @@
+
+
+
+
+
+ 确认信息
+
+
+
+ 兑换码包含内容如下:
+
+ 店铺
+ 店铺名称
+
+
+ 名称
+ 10张券兑换码
+
+
+ 优惠券
+ 优惠券名称*2、优惠券名称*1
+
+
+ 取消
+ 确认
+
+
+
+
+
+
+
+
+
diff --git a/user/exchange/components/result.vue b/user/exchange/components/result.vue
new file mode 100644
index 0000000..c9597e7
--- /dev/null
+++ b/user/exchange/components/result.vue
@@ -0,0 +1,81 @@
+
+
+
+
+ {{ title }}
+
+ 确认
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/user/exchange/index.vue b/user/exchange/index.vue
new file mode 100644
index 0000000..890b8cc
--- /dev/null
+++ b/user/exchange/index.vue
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+
+ 兑换您的专属福利
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 兑换说明:
+
+ 兑换说明: 1、请直接输入您获得的兑换码,点击立即兑换即可
+ 2、兑换码为一次性,兑换完成之后即失效
+ 3、兑换获得的奖励,将直接发送至您的账号,可直接前往余额或优惠券查看
+ 4、兑换码为赠品,不可转赠、不退不换
+ 5、兑换码需在有效期内完成兑换,过期即作废
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/user/static/duihuan.png b/user/static/duihuan.png
new file mode 100644
index 0000000..f83fb4e
Binary files /dev/null and b/user/static/duihuan.png differ