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 @@ + + + + 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 @@ + + + + + \ 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 @@ + + + + + \ 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