zhouhao
2022-01-10 8adc5b5f8085101034d3381213f82036ca46426a
src/views/main/singsuc.vue
@@ -5,8 +5,12 @@
    <div style="  text-align: center;">
    <img  height="180" src="../../assets/img/successw.png"  />
    </div>
    <div class="content">
    <div class="content" v-if="$route.query.bizType==0">
      <p class="content-text"> 您的授信已提交,稍后查询授信状态</p>
      <van-button  @click="returnApp" round block color="#6cc3bb" style="width:80%">确认</van-button>
    </div>
    <div class="content" v-else>
      <p class="content-text">分佣垫付已提交,稍后查询结果</p>
      <van-button  @click="returnApp" round block color="#6cc3bb" style="width:80%">确认</van-button>
    </div>
  </div>
@@ -28,7 +32,7 @@
  //方法集合
  methods: {
      returnApp(){
           window.location.href ="https://www.qianyuechenggong.com/"
           window.location.href ="https://www.qadlj.com/authorizeBack.html"
    }
  },
  //生命周期 - 创建完成(可以访问当前this实例)