Sfoglia il codice sorgente

【功能完善】商城:售后退货,已经完成

YunaiV 9 mesi fa
parent
commit
6900eb1909
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      pages/order/aftersale/list.vue

+ 2 - 2
pages/order/aftersale/list.vue

@@ -37,14 +37,14 @@
           <text class="_icon-forward"></text>
         </view>
         <view class="tool-btn-box ss-flex ss-col-center ss-row-right ss-p-r-20">
-          <!-- TODO 功能缺失:填写退货信息 -->
           <view>
             <button
               class="ss-reset-button tool-btn"
               @tap.stop="onApply(order.id)"
               v-if="order?.buttons.includes('cancel')"
-              >取消申请</button
             >
+              取消申请
+            </button>
           </view>
         </view>
       </view>