浏览代码

样式调整

jwyu 3 年之前
父节点
当前提交
7906901ddb
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      src/views/hzyb/chart/component/noAuth.vue

+ 10 - 0
src/views/hzyb/chart/component/noAuth.vue

@@ -37,6 +37,10 @@ const handleApply=()=>{
     }
     wx.miniProgram.navigateTo({ url: '/pages-applyPermission/applyPermission?source=3&from_page=图库详情' })
 }
+
+const goBack=()=>{
+  wx.miniProgram.switchTab({url:'/pages/chart/chart'})
+}
 </script>
 
 <template>
@@ -66,6 +70,7 @@ const handleApply=()=>{
     <block v-if="authType == 4">
       <div style="margin-bottom: 15px">您已提交申请</div>
       <div>请等待销售人员与您联系</div>
+      <div class="global-btn-yellow-change btn" style="margin-top: 30px" @click="goBack">返回</div>
     </block>
   </div>
 </template>
@@ -74,11 +79,15 @@ const handleApply=()=>{
 .chart-noauth-wrap {
   padding-top: 50px;
   text-align: center;
+  font-size: 32px;
   .img {
     width: 100%;
+    margin-bottom: 50px;
   }
   .img-wait {
+    margin-top: 200px;
     width: 186px;
+    margin-bottom: 50px;
   }
   .global-btn-yellow-change{
     background: linear-gradient(270deg, #EEC795 0%, #D9A360 100%);
@@ -93,6 +102,7 @@ const handleApply=()=>{
     margin-left: auto;
     margin-right: auto;
     margin-top: 40px;
+    display: block;
   }
 }
 </style>