@@ -5,7 +5,8 @@ |
||
| 5 | 5 |
"template/webView/webView", |
| 6 | 6 |
"template/resultView/resultView", |
| 7 | 7 |
"pages/live/anchorHome/anchorHome", |
| 8 |
- "pages/live/order/order" |
|
| 8 |
+ "pages/live/order/order", |
|
| 9 |
+ "template/contactView/contactView" |
|
| 9 | 10 |
], |
| 10 | 11 |
"window": {
|
| 11 | 12 |
"backgroundTextStyle": "dark", |
@@ -71,45 +71,9 @@ |
||
| 71 | 71 |
"scene": 1011 |
| 72 | 72 |
}, |
| 73 | 73 |
{
|
| 74 |
- "id": 5, |
|
| 75 |
- "name": "公众号菜单栏", |
|
| 76 |
- "pathName": "pages/index/index", |
|
| 77 |
- "query": "page=memberCard", |
|
| 78 |
- "scene": 1035, |
|
| 79 |
- "referrerInfo": {}
|
|
| 80 |
- }, |
|
| 81 |
- {
|
|
| 82 |
- "id": 3, |
|
| 83 |
- "name": "一物一码", |
|
| 84 |
- "pathName": "pages/index/index", |
|
| 85 |
- "query": "code_ticket=P.URL.CN/0MX5D3AIAJZ2:PW3RPK", |
|
| 86 |
- "scene": 1124 |
|
| 87 |
- }, |
|
| 88 |
- {
|
|
| 89 |
- "id": 4, |
|
| 90 |
- "name": "开卡", |
|
| 91 |
- "pathName": "pages/index/index", |
|
| 92 |
- "query": "openCard=1", |
|
| 93 |
- "scene": 1074 |
|
| 94 |
- }, |
|
| 95 |
- {
|
|
| 96 |
- "id": 5, |
|
| 97 |
- "name": "会员活动详情页", |
|
| 98 |
- "pathName": "pages/member/activity/activity", |
|
| 99 |
- "query": "activity_id=KNFYGrDrBGe4MzVw9wNpxL", |
|
| 100 |
- "scene": null |
|
| 101 |
- }, |
|
| 102 |
- {
|
|
| 103 |
- "id": 6, |
|
| 104 |
- "name": "测试", |
|
| 105 |
- "pathName": "pages/index/index", |
|
| 106 |
- "query": "q= http://kodo.tamron.cn/v/0+20+KUscUKUwwKzzxUxRRKRs33RCV5ODKVQZ7CHBK4F75Q7PHSJWLFEO1RJ9DQHZYEIQX1Q2DH30", |
|
| 107 |
- "scene": 1011 |
|
| 108 |
- }, |
|
| 109 |
- {
|
|
| 110 |
- "id": -1, |
|
| 111 |
- "name": "template/resultView/resultView", |
|
| 112 |
- "pathName": "template/resultView/resultView", |
|
| 74 |
+ "id": 2, |
|
| 75 |
+ "name": "template/contactView/contactView", |
|
| 76 |
+ "pathName": "template/contactView/contactView", |
|
| 113 | 77 |
"query": "q= http%3A%2F%2Fkodo.tamron.cn%2Fv%2F0%2B21%2BKUKy6UKURw6jjyUK6KxKyTKTA9LLUFW13BDY2HD3B1ODC74EIPI14UTE0LHFDDV3G7QY3QTX", |
| 114 | 78 |
"scene": null |
| 115 | 79 |
}, |
@@ -0,0 +1,14 @@ |
||
| 1 |
+// template/contact/contact.js |
|
| 2 |
+Page({
|
|
| 3 |
+ /** |
|
| 4 |
+ * 页面的初始数据 |
|
| 5 |
+ */ |
|
| 6 |
+ data: {},
|
|
| 7 |
+ |
|
| 8 |
+ /** |
|
| 9 |
+ * 生命周期函数--监听页面加载 |
|
| 10 |
+ */ |
|
| 11 |
+ onLoad() {
|
|
| 12 |
+ wx.hideHomeButton() |
|
| 13 |
+ } |
|
| 14 |
+}) |
@@ -0,0 +1,4 @@ |
||
| 1 |
+{
|
|
| 2 |
+ "usingComponents": {},
|
|
| 3 |
+ "disableScroll": true |
|
| 4 |
+} |
@@ -0,0 +1,7 @@ |
||
| 1 |
+page {
|
|
| 2 |
+ display: flex; |
|
| 3 |
+ align-items: center; |
|
| 4 |
+ justify-content: center; |
|
| 5 |
+ width: 100%; |
|
| 6 |
+ height: 100%; |
|
| 7 |
+} |
@@ -0,0 +1 @@ |
||
| 1 |
+<button type="primary" open-type="contact">联系客服</button> |
@@ -0,0 +1,7 @@ |
||
| 1 |
+page {
|
|
| 2 |
+ display: flex; |
|
| 3 |
+ align-items: center; |
|
| 4 |
+ justify-content: center; |
|
| 5 |
+ width: 100%; |
|
| 6 |
+ height: 100%; |
|
| 7 |
+} |