diff --git a/pages.json b/pages.json index 003a3de..5fbe6bd 100644 --- a/pages.json +++ b/pages.json @@ -13,16 +13,14 @@ { "path": "pages/menu/index/index", "style": { - "navigationStyle": "custom", - "enablePullDownRefresh": true + "navigationStyle": "custom" } }, { "path": "pages/menu/token/btc/index", "style": { - "navigationStyle": "custom", - "enablePullDownRefresh": true + "navigationStyle": "custom" } }, @@ -179,20 +177,27 @@ } }, - - - { - "path": "pages/menu/sendToken/addAddress/index", + { + "path": "pages/menu/sendToken/addAddress2/index", "style": { "navigationStyle": "custom" } }, + { - "path": "pages/menu/sendToken/addAddress2/index", + "path": "pages/menu/sendToken/addAddress/index", "style": { "navigationStyle": "custom" } }, + + { + "path": "pages/menu/sendToken/addAddress/index2", + "style": { + "navigationStyle": "custom" + } + }, + { "path": "pages/menu/profile/index", "style": { @@ -206,7 +211,12 @@ "navigationStyle": "custom" } }, - + { + "path": "pages/menu/sendToken/address/index2", + "style": { + "navigationStyle": "custom" + } + }, { "path": "pages/menu/sendToken/address/index", "style": { diff --git a/pages/menu/address/showKey/index.css b/pages/menu/address/showKey/index.css index eaf3d8b..a2e6c9f 100644 --- a/pages/menu/address/showKey/index.css +++ b/pages/menu/address/showKey/index.css @@ -9,7 +9,14 @@ text-align: center; } - + .back{ + width: 16rpx; + height: 24rpx; + position: absolute; + left:36rpx; + top: 50%; + transform: translateY(-50%); + } #payPwd{ diff --git a/pages/menu/address/showKey/index.vue b/pages/menu/address/showKey/index.vue index 9499d0a..7f7c99e 100644 --- a/pages/menu/address/showKey/index.vue +++ b/pages/menu/address/showKey/index.vue @@ -1,6 +1,7 @@