From 072089e1819b712503331624e3beb01192268c5b Mon Sep 17 00:00:00 2001 From: zhaoxiaoqiang <287285524@qq.com> Date: Thu, 16 Sep 2021 16:42:15 +0800 Subject: [PATCH] 宁夏添加授权测试 --- src/views/old/store/wx-pay-score.vue | 39 ++++++++++++++++++++++++++++----------- 1 files changed, 28 insertions(+), 11 deletions(-) diff --git a/src/views/old/store/wx-pay-score.vue b/src/views/old/store/wx-pay-score.vue index d00c06d..1a764cc 100644 --- a/src/views/old/store/wx-pay-score.vue +++ b/src/views/old/store/wx-pay-score.vue @@ -1,19 +1,17 @@ <!-- * @Date: 2019-08-30 13:38:35 * @LastEditors: Please set LastEditors - * @LastEditTime: 2021-09-16 12:33:32 + * @LastEditTime: 2021-09-16 16:41:21 * @Description: --> <template> <div class="hb-credit-installment h-100-g"> <van-nav-bar - title="和微分" - left-text="返回" + title="标题" + :right-text="hnOrnxtype==410000?'':'授权测试'" left-arrow - fixed - @click-left="onClickLeft" - style="line-height: 43px;" + @click-right="qrCodePage()" > <i v-if='hnOrnxtype==410000' @@ -21,10 +19,24 @@ slot="left" style="font-size: 25px;" ></i> - <span v-else slot="left" > - - </span> + <span v-else slot="left" ></span> </van-nav-bar> + <!-- <van-nav-bar + title="和微分" + left-text="返回" + left-arrow + fixed + @click-left="onClickLeft" + style="line-height: 43px;" + > + + <template #left > + + </template> + <template #right > + <div class="head-right" v-on:click="qrCodePage()">授权测试</div> + </template> + </van-nav-bar> --> <div class="search"> <van-field rows="1" @@ -405,7 +417,13 @@ query: queryObj, }); }, - }, + qrCodePage() { + this.$router.push({ + path: "/wx-test-code", + query: "", + }); + }, + } }; </script> <style lang="less" scoped> @@ -497,7 +515,6 @@ .hb-credit-installment { background-color: #f5f5f7; - padding:50px 0; min-height: 100%; box-sizing: border-box; .title { -- Gitblit v1.8.0