li-guang
2020-12-17 3ca3956fab5452be3b92cdeaa6ee8c40bf067842
hive-app/pages/workbench/submitSucceed.vue
@@ -3,6 +3,7 @@
   <view class="flex flex-v align-center">
      <image class="img" mode="aspectFit" src="../../static/images/succeed.png"></image>
      <text class="font-16">提交成功请到前台付款</text>
      <button class="blue-btn btn mt-20">查看详情</button>
      <button class="white-btn btn mt-20">返回首页</button>
   </view>
@@ -14,6 +15,8 @@
<style>
   .img{
      width:200px;
      height: 150px;
      margin-top: 50px;
   }
   .btn{
      padding: 0 40px;