Przeglądaj źródła

Merge remote-tracking branch 'origin/master'

wushaodong 4 lat temu
rodzic
commit
0a1f3ac130

+ 1 - 1
uis/views/customer/index.html

@@ -344,7 +344,7 @@
                     yes: function (index, dom) {
                         layui.onSubmitChild = function (res) {
                             if (res.code === 0) {
-                                layer.msg('添加成功!', {icon: 1})
+                                layer.msg('内部跟踪成功!', {icon: 1})
                             }
                             layer.close(index);
                             //刷新表格

+ 1 - 1
uis/views/customer/internal_trace.html

@@ -85,7 +85,7 @@
 
         form.on('submit(component-form-element)', function (data) {
             admin.req({
-                url: '/customer/new_customer/'+customer_id+'/add_review/'
+                url: '/customer/new_customer/'+customer_id+'/inner_review/'
                 , data: data.field
                 , type: 'post'
                 , done: function (res) {