|  | @@ -103,8 +103,11 @@ try {
 | 
											
												
													
														|  |      axBody: function () {
 |  |      axBody: function () {
 | 
											
												
													
														|  |        return __webpack_require__.e(/*! import() | components/ax-body/ax-body */ "components/ax-body/ax-body").then(__webpack_require__.bind(null, /*! @/components/ax-body/ax-body.vue */ 194))
 |  |        return __webpack_require__.e(/*! import() | components/ax-body/ax-body */ "components/ax-body/ax-body").then(__webpack_require__.bind(null, /*! @/components/ax-body/ax-body.vue */ 194))
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  | 
 |  | +    axPopup: function () {
 | 
											
												
													
														|  | 
 |  | +      return __webpack_require__.e(/*! import() | components/ax-popup/ax-popup */ "components/ax-popup/ax-popup").then(__webpack_require__.bind(null, /*! @/components/ax-popup/ax-popup.vue */ 201))
 | 
											
												
													
														|  | 
 |  | +    },
 | 
											
												
													
														|  |      appNavigation: function () {
 |  |      appNavigation: function () {
 | 
											
												
													
														|  | -      return Promise.all(/*! import() | components/app-navigation/app-navigation */[__webpack_require__.e("common/vendor"), __webpack_require__.e("components/app-navigation/app-navigation")]).then(__webpack_require__.bind(null, /*! @/components/app-navigation/app-navigation.vue */ 201))
 |  | 
 | 
											
												
													
														|  | 
 |  | +      return Promise.all(/*! import() | components/app-navigation/app-navigation */[__webpack_require__.e("common/vendor"), __webpack_require__.e("components/app-navigation/app-navigation")]).then(__webpack_require__.bind(null, /*! @/components/app-navigation/app-navigation.vue */ 208))
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  |    }
 |  |    }
 | 
											
												
													
														|  |  } catch (e) {
 |  |  } catch (e) {
 | 
											
										
											
												
													
														|  | @@ -144,16 +147,25 @@ var render = function () {
 | 
											
												
													
														|  |    var l1 = _vm.__map(_vm.list.data, function (item, index) {
 |  |    var l1 = _vm.__map(_vm.list.data, function (item, index) {
 | 
											
												
													
														|  |      var $orig = _vm.__get_orig(item)
 |  |      var $orig = _vm.__get_orig(item)
 | 
											
												
													
														|  |      var g1 =
 |  |      var g1 =
 | 
											
												
													
														|  | -      (_vm.user_info === null || _vm.user_info.firmId === null) &&
 |  | 
 | 
											
												
													
														|  | 
 |  | +      (_vm.user_info.firmType === 0 ||
 | 
											
												
													
														|  | 
 |  | +        _vm.user_info.firmId === null ||
 | 
											
												
													
														|  | 
 |  | +        _vm.user_info === null) &&
 | 
											
												
													
														|  |        item.params.nowPrice
 |  |        item.params.nowPrice
 | 
											
												
													
														|  |          ? item.params.nowPrice.toFixed(4)
 |  |          ? item.params.nowPrice.toFixed(4)
 | 
											
												
													
														|  |          : null
 |  |          : null
 | 
											
												
													
														|  | -    var g2 = !(_vm.user_info === null || _vm.user_info.firmId === null)
 |  | 
 | 
											
												
													
														|  | 
 |  | +    var g2 = !(
 | 
											
												
													
														|  | 
 |  | +      _vm.user_info.firmType === 0 ||
 | 
											
												
													
														|  | 
 |  | +      _vm.user_info.firmId === null ||
 | 
											
												
													
														|  | 
 |  | +      _vm.user_info === null
 | 
											
												
													
														|  | 
 |  | +    )
 | 
											
												
													
														|  |        ? item.params.firmPrice.toFixed(4)
 |  |        ? item.params.firmPrice.toFixed(4)
 | 
											
												
													
														|  |        : null
 |  |        : null
 | 
											
												
													
														|  |      var g3 =
 |  |      var g3 =
 | 
											
												
													
														|  | -      !(_vm.user_info === null || _vm.user_info.firmId === null) &&
 |  | 
 | 
											
												
													
														|  | -      item.params.nowPrice
 |  | 
 | 
											
												
													
														|  | 
 |  | +      !(
 | 
											
												
													
														|  | 
 |  | +        _vm.user_info.firmType === 0 ||
 | 
											
												
													
														|  | 
 |  | +        _vm.user_info.firmId === null ||
 | 
											
												
													
														|  | 
 |  | +        _vm.user_info === null
 | 
											
												
													
														|  | 
 |  | +      ) && item.params.nowPrice
 | 
											
												
													
														|  |          ? item.params.nowPrice.toFixed(4)
 |  |          ? item.params.nowPrice.toFixed(4)
 | 
											
												
													
														|  |          : null
 |  |          : null
 | 
											
												
													
														|  |      return {
 |  |      return {
 | 
											
										
											
												
													
														|  | @@ -185,6 +197,9 @@ var render = function () {
 | 
											
												
													
														|  |      _vm.e6 = function ($event) {
 |  |      _vm.e6 = function ($event) {
 | 
											
												
													
														|  |        return _vm.$app.url.goto("/pages/map/map", false)
 |  |        return _vm.$app.url.goto("/pages/map/map", false)
 | 
											
												
													
														|  |      }
 |  |      }
 | 
											
												
													
														|  | 
 |  | +    _vm.e7 = function ($event) {
 | 
											
												
													
														|  | 
 |  | +      return _vm.$refs.filter.close()
 | 
											
												
													
														|  | 
 |  | +    }
 | 
											
												
													
														|  |    }
 |  |    }
 | 
											
												
													
														|  |    _vm.$mp.data = Object.assign(
 |  |    _vm.$mp.data = Object.assign(
 | 
											
												
													
														|  |      {},
 |  |      {},
 | 
											
										
											
												
													
														|  | @@ -371,6 +386,12 @@ var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/r
 | 
											
												
													
														|  |  //
 |  |  //
 | 
											
												
													
														|  |  //
 |  |  //
 | 
											
												
													
														|  |  //
 |  |  //
 | 
											
												
													
														|  | 
 |  | +//
 | 
											
												
													
														|  | 
 |  | +//
 | 
											
												
													
														|  | 
 |  | +//
 | 
											
												
													
														|  | 
 |  | +//
 | 
											
												
													
														|  | 
 |  | +//
 | 
											
												
													
														|  | 
 |  | +//
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  var bmap = __webpack_require__(/*! static/js/bmap-wx.js */ 49);
 |  |  var bmap = __webpack_require__(/*! static/js/bmap-wx.js */ 49);
 | 
											
												
													
														|  |  var _default = {
 |  |  var _default = {
 | 
											
										
											
												
													
														|  | @@ -423,6 +444,9 @@ var _default = {
 | 
											
												
													
														|  |      }))();
 |  |      }))();
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    mounted: function mounted() {
 |  |    mounted: function mounted() {
 | 
											
												
													
														|  | 
 |  | +    if (this.isAd) {
 | 
											
												
													
														|  | 
 |  | +      this.$refs.filter.open();
 | 
											
												
													
														|  | 
 |  | +    }
 | 
											
												
													
														|  |      this.setListHeight();
 |  |      this.setListHeight();
 | 
											
												
													
														|  |      this.setAppNavigationHeight();
 |  |      this.setAppNavigationHeight();
 | 
											
												
													
														|  |      this.get_frimid();
 |  |      this.get_frimid();
 | 
											
										
											
												
													
														|  | @@ -430,6 +454,8 @@ var _default = {
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    data: function data() {
 |  |    data: function data() {
 | 
											
												
													
														|  |      return {
 |  |      return {
 | 
											
												
													
														|  | 
 |  | +      isAd: false,
 | 
											
												
													
														|  | 
 |  | +      playbil_img: 'https://hyxhsh.oss-cn-chengdu.aliyuncs.com/63b7c68b71a69169d1b33f92/store/bdb/user/avatar/XVsEVGuCCbNv4aee36cc2f76e7050f62ebad3080ad88.jpg/1.jpg',
 | 
											
												
													
														|  |        user_info: {},
 |  |        user_info: {},
 | 
											
												
													
														|  |        // 导航栏高度
 |  |        // 导航栏高度
 | 
											
												
													
														|  |        appNavigationHeight: 0,
 |  |        appNavigationHeight: 0,
 | 
											
										
											
												
													
														|  | @@ -548,16 +574,16 @@ var _default = {
 | 
											
												
													
														|  |            this.$api.base("post", "/userApi/add-firm-user?firmId=" + parseInt(this.$app.storage.get('FRIM_ID')), {}, {
 |  |            this.$api.base("post", "/userApi/add-firm-user?firmId=" + parseInt(this.$app.storage.get('FRIM_ID')), {}, {
 | 
											
												
													
														|  |              error: false
 |  |              error: false
 | 
											
												
													
														|  |            }).then(function (res) {
 |  |            }).then(function (res) {
 | 
											
												
													
														|  | -            _this3.$app.popup.alert(res.msg);
 |  | 
 | 
											
												
													
														|  |              _this3.get_userinfo();
 |  |              _this3.get_userinfo();
 | 
											
												
													
														|  |              setTimeout(function () {
 |  |              setTimeout(function () {
 | 
											
												
													
														|  |                _this3.$app.storage.remove('FRIM_ID');
 |  |                _this3.$app.storage.remove('FRIM_ID');
 | 
											
												
													
														|  |              }, 500);
 |  |              }, 500);
 | 
											
												
													
														|  | 
 |  | +            _this3.$app.popup.alert(res.msg);
 | 
											
												
													
														|  |            }).catch(function (err) {
 |  |            }).catch(function (err) {
 | 
											
												
													
														|  | -            _this3.$app.popup.alert(err.msg);
 |  | 
 | 
											
												
													
														|  |              setTimeout(function () {
 |  |              setTimeout(function () {
 | 
											
												
													
														|  |                _this3.$app.storage.remove('FRIM_ID');
 |  |                _this3.$app.storage.remove('FRIM_ID');
 | 
											
												
													
														|  |              }, 500);
 |  |              }, 500);
 | 
											
												
													
														|  | 
 |  | +            // this.$app.popup.alert(err.msg)
 | 
											
												
													
														|  |            });
 |  |            });
 | 
											
												
													
														|  |          } else {
 |  |          } else {
 | 
											
												
													
														|  |            uni.showModal({
 |  |            uni.showModal({
 |