订单退款js404

This commit is contained in:
sugar1569 2019-01-02 10:05:13 +08:00
parent 09e4d23ce9
commit d59ec1ccb3

View File

@ -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();