diff --git a/pages.json b/pages.json index 429b8d4..93c4064 100644 --- a/pages.json +++ b/pages.json @@ -91,6 +91,9 @@ { "path": "mine/verifyRecord" }, + { + "path": "mine/signIn" + }, diff --git a/pages/index/center.vue b/pages/index/center.vue index 5b486ee..b68c309 100644 --- a/pages/index/center.vue +++ b/pages/index/center.vue @@ -110,13 +110,13 @@ 代金券 - - + + 联系客服 - + 每日签到 @@ -136,7 +136,8 @@ - + + 核销明细 @@ -148,6 +149,8 @@ + + @@ -292,6 +293,10 @@ }) }, + openServicePopup(phone, title) { + // todo + this.$refs.customerServicePopup.open(phone, title) + }, onScan() { // todo }, diff --git a/pages_order/mine/signIn.vue b/pages_order/mine/signIn.vue new file mode 100644 index 0000000..1140d84 --- /dev/null +++ b/pages_order/mine/signIn.vue @@ -0,0 +1,217 @@ + + + + + \ No newline at end of file diff --git a/pages_order/static/signIn/icon-arrow.png b/pages_order/static/signIn/icon-arrow.png new file mode 100644 index 0000000..9db47e2 Binary files /dev/null and b/pages_order/static/signIn/icon-arrow.png differ diff --git a/pages_order/static/signIn/icon-tips.png b/pages_order/static/signIn/icon-tips.png new file mode 100644 index 0000000..9a513b4 Binary files /dev/null and b/pages_order/static/signIn/icon-tips.png differ