shish 3 år sedan
förälder
incheckning
c6c9195631
2 ändrade filer med 3 tillägg och 3 borttagningar
  1. 1 1
      hdApp/src/pages.json
  2. 2 2
      hdApp/src/pagesPurchase/refundDetail.vue

+ 1 - 1
hdApp/src/pages.json

@@ -341,7 +341,7 @@
 				{ "path": "workOrderResult", "style": { "navigationBarTitleText": "结果" } },
 				{ "path": "refund", "style": { "navigationBarTitleText": "退款" } },
 				{ "path": "refundList", "style": { "navigationBarTitleText": "售后记录" } },
-				{ "path": "refundDetail", "style": { "navigationBarTitleText": "退款详情" } },
+				{ "path": "refundDetail", "style": { "navigationBarTitleText": "售后详情" } },
 				{ "path": "ship", "style": { "navigationBarTitleText": "发货" } },
 				{ "path": "fill-form", "style": { "navigationBarTitleText": "填写收花人" } },
 				{ "path": "debtList", "style": { "navigationBarTitleText": "待结订单" } },

+ 2 - 2
hdApp/src/pagesPurchase/refundDetail.vue

@@ -2,7 +2,7 @@
   <view class="app-content">
     <view class="info-content_box">
 
-      <view class="module-com content-box proInfo">
+      <view class="module-com content-box proInfo" v-if="!$util.isEmpty(refundData.itemList)">
         <view class="commodity-view">
           <view class="infoAEdit">
             <text>退货花材</text>
@@ -62,7 +62,7 @@
     <view class="app-footer">
       <view class="flex-center"> </view>
       <view class="operate-btn-wrap">
-        <button class="admin-button-com middle" style="margin-right:30upx;" @click.stop="cancelFn(refundData.info)" v-if="refundData.info.status == 0">取消申请</button>
+        <button class="admin-button-com big" style="margin-right:50upx;" @click.stop="cancelFn(refundData.info)" v-if="refundData.info.status == 0">取消申请</button>
       </view>
     </view>