From 7759b52788c81e0724350642ed62d40b467c365b Mon Sep 17 00:00:00 2001
From: liangjin <liangjin@finlean.com>
Date: Fri, 23 Apr 2021 15:13:36 +0800
Subject: [PATCH] 账号权限修复

---
 src/views/old/store/wx-test-code.vue |   58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 58 insertions(+), 0 deletions(-)

diff --git a/src/views/old/store/wx-test-code.vue b/src/views/old/store/wx-test-code.vue
new file mode 100644
index 0000000..7749d78
--- /dev/null
+++ b/src/views/old/store/wx-test-code.vue
@@ -0,0 +1,58 @@
+<!--
+ * @Author: 小明丶
+ * @Date: 2021-01-06 15:50:26
+ * @LastEditors: 小明丶
+ * @LastEditTime: 2021-01-06 15:50:27
+ * @Description:
+-->
+<template>
+    <div  class="hb-credit-installment h-100-g">
+        <van-nav-bar
+                title="和微分"
+                left-text="返回"
+                left-arrow
+                @click-left="onClickLeft"
+                style="line-height: 43px;"
+        >
+            <i
+                    class="iconfont iconzuojiantou"
+                    slot="left"
+                    style="font-size: 25px;"
+            ></i>
+        </van-nav-bar>
+        <div class="head">
+            <img src="https://sie.jycash.cn/czjc/img/hwf/authtest.jpg"></img>
+        </div>
+    </div>
+</template>
+<script>
+    export default {
+        components: {
+        },
+        data() {
+            return {
+            };
+        },
+        computed:{
+        },
+        created () {
+
+        },
+        methods: {
+            //顶部tabbar返回按钮
+            onClickLeft() {
+                this.$router.go(-1);
+            },
+        }
+    };
+</script>
+<style lang="less" scoped>
+    .head {
+        width: 100%;
+        height: 100%;
+        img{
+            width: 100%;
+            height: 100%;
+        }
+    }
+</style>

--
Gitblit v1.8.0