heyujie
2022-06-20 07db4702cc86f56e8da819674d717e5c0404e0ea
src/pages/desktop/index/components/Desktop.vue
@@ -49,7 +49,6 @@
          </span>
        </div>
        <div class="login-content">
          <!-- status-icon -->
          <el-form
            :model="phone"
            :rules="phoneCodeRule"
@@ -218,7 +217,9 @@
          </div>
        </div>
      </div>
      <div class="no-order-list" v-else>抱歉,没有查询到订单。</div>
      <div class="no-order-list" v-else>
        {{loadingOrders?"订单加载中,请稍后...":"抱歉,未查询到订单信息!"}}
      </div>
      <span slot="footer" class="dialog-footer">
        <div class="btns">
          <el-button class="cancel" @click="$emit('quit')">退出登录</el-button>
@@ -259,7 +260,6 @@
      innerDialog: false,
      versionName: "",
      codeMsg: "获取验证码",
      // versionState: ,
      secrectKey: "",
      curOrder: {},
      curProd: {},
@@ -268,6 +268,7 @@
      snExpire: false,
      timer: null,
      token: "",
      loadingOrders:true,
      orderList: [ ],
      phone: {
        phoneNum: "",
@@ -365,6 +366,7 @@
              .then((res) => {
                if (res.code == 200) {
                  this.orderList = res.data.list;
                  this.loadingOrders = false
                } else {
                  this.$notify.error("获取订单列表失败");
                }