wenmenghao321 2 年之前
父节点
当前提交
526633844a

+ 1 - 1
src/web/staticres/js/superSearch.js

@@ -1589,7 +1589,7 @@ function distributeInit(){
   $.ajax({
     type: 'get',
     contentType: "application/json",
-    url: '/bigmember/isAdd',
+    url: '/bigmember/use/isAdd',
     success: function (r) {
       if (r.data) {
         if(r.data.entSubscribe == 1){

+ 1 - 0
src/web/templates/common/personDialog.html

@@ -197,6 +197,7 @@
         region: num ? '' : selectAreas.toString(),
         queryType: num || ''
       }
+      // eType 企业
       $.ajax({
               type: 'post',
               contentType: "application/json",

+ 2 - 1
src/web/templates/pc/biddetail_rec.html

@@ -1809,7 +1809,7 @@ var ucbs_source="pc_rec",ucbsId="{{.T.obj.ucbsId}}";
           $.ajax({
           type: 'get',
           contentType: "application/json",
-          url: '/bigmember/isAdd',
+          url: '/bigmember/use/isAdd',
           success: function (r) {
            if (r.data) {
              if(r.data.entSubscribe == 1){
@@ -1818,6 +1818,7 @@ var ucbs_source="pc_rec",ucbsId="{{.T.obj.ucbsId}}";
            }
           }
         })
+        $('#manual-distribution').show();
         // 分发弹框
         $('#manual-distribution').on('click', function(){
           if(pagedata.area){