shenjj 7 жил өмнө
parent
commit
027d8d384b

+ 12 - 1
components/common/loading/PageLoading.vue

@@ -1,9 +1,20 @@
 <template>
   <div class="loading">
-    <img src="/images/all/loading.gif" alt="">
+    <!--<img src="/images/all/loading.gif" alt="">-->
+    <!--<div class="wrap">-->
+      <!--<div class="outer"></div>-->
+    <!--</div>-->
   </div>
 </template>
 <style scoped>
+  @keyframes spin {
+    0%   { transform: rotate(360deg); }
+    100% { transform: rotate(0deg); }
+  }
+  .wrap { width: 64px; height: 64px; position: absolute;left: 50%;top:50%;margin-left:-32px;margin-top: -32px; }
+  .outer {
+    background-repeat: no-repeat;
+    background-size:100%; position: absolute; width: 100%; height: 100%; background-image: url('/images/mobile/loading.png'); animation: spin 800ms infinite linear; }
   .loading {
     position: fixed;
     top: 0;

+ 1 - 1
components/mobile/common/Loading.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="loading">
-    <img src="/images/all/loading.gif" alt="">
+    <!--<img src="/images/all/loading.gif" alt="">-->
   </div>
 </template>
 <style lang="scss" scoped>

+ 1 - 1
components/mobile/register-saler/register/StepThird.vue

@@ -299,7 +299,7 @@
     </div>
 
     <div class="loading" v-show="showLoading">
-      <img src="/images/all/loading.gif" alt="">
+      <!--<img src="/images/all/loading.gif" alt="">-->
     </div>
     <remind-box :title="collectResult" :timeoutCount="timeoutCount"></remind-box>
   </div>

+ 1 - 1
components/register-saler/register/StepThird.vue

@@ -266,7 +266,7 @@
       <span @click="btnDisabled?'':selectFlag == 'open'?submitApply():goProduct()" :class="btnDisabled?'btn-disabled':''">提交申请</span>
     </div>
     <div class="loading" v-show="showLoading">
-      <img src="/images/all/loading.gif" alt="">
+      <!--<img src="/images/all/loading.gif" alt="">-->
     </div>
   </div>
 </template>

+ 6 - 5
pages/mobile/order/details.vue

@@ -273,10 +273,10 @@
             <!--</div>-->
             <img src="/images/order/zhuanpiao.png" v-if="orderList.invoicetype === 1205"/>
             <img src="/images/order/pupiao.png" v-else/>
-            <div class="invoiceList clearfix" style="font-size: 0.28rem;color: #333">
-              {{orderList.invoicetitle}}
-              <!--<div class="pull-left">发票抬头:</div>-->
-              <!--<div class="pull-right">{{orderList.invoicetitle || '空'}}</div>-->
+            <div class="invoiceList clearfix">
+              <!--{{orderList.invoicetitle}}-->
+              <div class="pull-left">发票抬头:</div>
+              <div class="pull-left">{{orderList.invoicetitle || '空'}}</div>
             </div>
             <div class="invoiceList clearfix" v-if="orderList.invoicetype === 1205">
               <div class="pull-left">单位地址:</div>
@@ -314,7 +314,8 @@
               <!--<div class="pull-left" :style="orderList.invoicetype === 1206 ? 'width: auto;text-align: left' : ''">{{invoiceAddress.telephone || '空'}}</div>-->
             <!--</div>-->
             <div class="invoiceList clearfix">
-              {{invoiceAddress.area}}{{invoiceAddress.detailAddress}}
+              <div class="pull-left">收票地址:</div>
+              <div class="pull-left">{{invoiceAddress.area}}{{invoiceAddress.detailAddress}}</div>
             </div>
           </div>
         </div>