Przeglądaj źródła

订单退款js404

sugar1569 7 lat temu
rodzic
commit
d59ec1ccb3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      application/wap/view/first/my/order.html

+ 1 - 1
application/wap/view/first/my/order.html

@@ -171,7 +171,7 @@
                     var that = this;
                     layer.confirm('确定申请退款?',{icon:3},function(index){
                         layer.close(index);
-                        require(['wap/crmeb/module/refund-reason'],function($r){
+                        require(['wap/first/crmeb/module/refund-reason'],function($r){
                             Vue.use($r);
                             that.$orderRefundReason(function(msg){
                                 $h.load();