From 542593742c26593b049b83b00e1a17209af13343 Mon Sep 17 00:00:00 2001 From: loulijun2021 <1694218219@qq.com> Date: 星期一, 10 十月 2022 13:49:15 +0800 Subject: [PATCH] 1.维修验证页面开发完成 --- pages/xtsy/index.html | 24 +++++++++++++++--------- 1 files changed, 15 insertions(+), 9 deletions(-) diff --git a/pages/xtsy/index.html b/pages/xtsy/index.html index 453a6f7..305a9be 100644 --- a/pages/xtsy/index.html +++ b/pages/xtsy/index.html @@ -19,8 +19,6 @@ <script type="text/javascript" src="../../js/axios.min.js"></script> <script type="text/javascript" src="../../js/http.js"></script> - - <link rel="stylesheet" href="../css/global.css" type="text/css" charset="utf-8" /> <script type="text/javascript" src="../../js/global.js"></script> </head> @@ -31,8 +29,8 @@ <van-nav-bar title="宸ヤ綔鍙�" @click-right="onClickRight"> <template #right> - <van-popover placement="bottom-end" :offset="[13,8]" v-model="showPopover" - trigger="click" :actions="actions" @select="onSelect"> + <van-popover placement="bottom-end" :offset="[13,8]" v-model="showPopover" trigger="click" + :actions="actions" @select="onSelect"> <template #reference> <van-icon name="bars" size='20' color='#fff' /> </template> @@ -137,9 +135,12 @@ url = '../sbgl/dqby.html' break; case '2042': - url = '../sbgl/sbwx.html' + url = '../sbgl/wxsq.html' break; case '2043': + url = '../sbgl/sbwx.html' + break; + case '2044': url = '../sbgl/wxyz.html' break; } @@ -151,12 +152,12 @@ }, // 椤堕儴鍙冲浘鏍囦笅鎷夐�夋嫨 onSelect(action) { - if(action.text==='鎿嶄綔鎸囧'){ + if (action.text === '鎿嶄綔鎸囧') { topPopoverClick('鎿嶄綔鎸囧') - }else if(action.text==='鎴愬搧杩芥函'){ + } else if (action.text === '鎴愬搧杩芥函') { topPopoverClick('鎴愬搧杩芥函') - }else if(action.text==='閫�鍑虹櫥褰�'){ - topPopoverClick('閫�鍑虹櫥褰�') + } else if (action.text === '閫�鍑虹櫥褰�') { + topPopoverClick('閫�鍑虹櫥褰�') } this.overlayShow = false }, @@ -185,5 +186,10 @@ color: #fff; letter-spacing: 2px; } + + .van-nav-bar__right { + padding: 0; + margin-right: 16px; + } </style> </html> -- Gitblit v1.9.3