ss
重庆迈尖科技有限公司
2020-06-11 c9a8fbd14b52f15716d996aa24fde2dbfa563361
AppInside/cloudPushOrder/cloudPushOrderManage.html
@@ -316,7 +316,8 @@
   <script>
      // "http://api.flqapp.com";
      var host = "http://192.168.1.253:8080";
      var host1 = "http://192.168.1.114:8848";
      var h5Url = "http://192.168.1.114:8848";
      var check = null;
      var wId = null;
@@ -336,15 +337,7 @@
               custom: false, // 优先发送自选商品库
               official: false, // 自动采集官方推荐
               count: 0,
               goodsList: [
                  //    {
                  //    goods: {
                  //       shopInfo: {
                  //          shopName: null
                  //       }
                  //    }
                  // },
               ]
               goodsList: []
            },
            watch: {
@@ -364,7 +357,6 @@
                  if (type == 2) { //切换到发单商品库
                     app.page = 1;
                     app.fetchGoodsList();
                  }
               },
@@ -376,7 +368,7 @@
               },
               // 开通云发单
               openCloudPushOrder: function() {
                  yesApp.jumpWeb(host1 + '/flqFront/AppInside/cloudPushOrder/openCloudPushOrder.html', null);
                  yesApp.jumpWeb(h5Url + '/flqFront/AppInside/cloudPushOrder/openCloudPushOrder.html', null);
               },
               // 登录微信
               loginWX: function() {
@@ -384,7 +376,7 @@
                     app.fetchQrcodeMaclogin();
                  } else {
                     yesApp.jumpWeb(host1 + '/flqFront/AppInside/cloudPushOrder/openCloudPushOrder.html', null);
                     yesApp.jumpWeb(h5Url + '/flqFront/AppInside/cloudPushOrder/openCloudPushOrder.html', null);
                  }
               },
@@ -408,7 +400,7 @@
               pushOpenVip: function() {
                  $('.dialogmask_notOpen').css('display', 'none')
                  yesApp.jumpWeb(host1 + '/flqFront/AppInside/cloudPushOrder/openCloudPushOrder.html', null);
                  yesApp.jumpWeb(h5Url + '/flqFront/AppInside/cloudPushOrder/openCloudPushOrder.html', null);
               },
               commitAddTxRecord: function() {
@@ -521,6 +513,7 @@
                           app.circle = result.data.circle;
                           app.userInfo = result.data;
                        } else {
                           yesApp.toast(result.msg);
                        }