jufubao-mall 2.0.16-beta5 → 2.0.16-beta53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/components/JfbMallConfirm/Api.js +4 -4
- package/src/components/JfbMallNewShopList/JfbMallNewShopList.vue +5 -5
- package/src/components/JfbMallNewShopList/Mock.js +0 -360
- package/src/components/JfbMallNewShopList/XdQueryFilter.vue +4 -11
- package/src/components/JfbMallNewShopList/cusAttr/content.js +2 -2
- package/src/components/JfbMallNewShopList/cusAttr/shops.js +5 -5
- package/src/components/JfbMallNewShopList/cusAttr/style.js +1 -1
- package/src/components/JfbMallResourceShopList/Api.js +1 -1
- package/src/components/JfbMallResourceShopList/Attr.js +12 -289
- package/src/components/JfbMallResourceShopList/JfbMallResourceShopList.vue +676 -122
- package/src/components/JfbMallResourceShopList/Mock.js +302 -37
- package/src/components/JfbMallResourceShopList/XdQueryFilter.vue +319 -247
- package/src/components/JfbMallResourceShopList/cusAttr/advanced.js +135 -0
- package/src/components/JfbMallResourceShopList/cusAttr/content.js +406 -0
- package/src/components/JfbMallResourceShopList/cusAttr/style.js +448 -0
- package/src/components/JfbMallShop/JfbMallShop.vue +77 -64
- package/src/components/JfbMallShop/Mock.js +16 -94
- package/src/components/JfbMallShop/cusAttr/content.js +28 -21
- package/src/components/JfbMallShop/cusAttr/style.js +6 -5
- package/src/components/JfbMallShopList/JfbMallShopList.vue +5 -5
package/package.json
CHANGED
|
@@ -68,7 +68,7 @@ module.exports = [
|
|
|
68
68
|
{
|
|
69
69
|
mapFnName: 'cardList',
|
|
70
70
|
title: '展示可选卡列表',
|
|
71
|
-
path: '/mall/v1/order/list-binded-cards',
|
|
71
|
+
path: '/mall/v1/order/list-binded-cards/mall',
|
|
72
72
|
isRule: false,
|
|
73
73
|
params: {},
|
|
74
74
|
isConsole: true,
|
|
@@ -86,7 +86,7 @@ module.exports = [
|
|
|
86
86
|
{
|
|
87
87
|
mapFnName: 'selectCard',
|
|
88
88
|
title: '选择卡',
|
|
89
|
-
path: '/mall/v1/order/use-binded-card',
|
|
89
|
+
path: '/mall/v1/order/use-binded-card/mall',
|
|
90
90
|
isRule: false,
|
|
91
91
|
data: {
|
|
92
92
|
namespace: ['namespace', 'String', true],
|
|
@@ -119,7 +119,7 @@ module.exports = [
|
|
|
119
119
|
{
|
|
120
120
|
mapFnName: 'addCard',
|
|
121
121
|
title: '添加卡',
|
|
122
|
-
path: '/mall/v1/order/use-new-card',
|
|
122
|
+
path: '/mall/v1/order/use-new-card/mall',
|
|
123
123
|
isRule: false,
|
|
124
124
|
data: {
|
|
125
125
|
namespace: ['namespace', 'String', true],
|
|
@@ -266,7 +266,7 @@ module.exports = [
|
|
|
266
266
|
{
|
|
267
267
|
mapFnName: "useBindedWallet",
|
|
268
268
|
title: "使用已绑钱包",
|
|
269
|
-
path: "/mall/v1/order/use-binded-wallet",
|
|
269
|
+
path: "/mall/v1/order/use-binded-wallet/mall",
|
|
270
270
|
isRule: false,
|
|
271
271
|
data: {
|
|
272
272
|
selected_card_list_json: ['卡', 'string', true],
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<!-- #endif -->
|
|
18
18
|
<view class="jfb-mall-new-shop-list__body" >
|
|
19
19
|
<!--搜索条件-->
|
|
20
|
-
<view v-if="showQuery === 'Y' && isFixed" :style="{height:cateFixedHeight + 'rpx'}"></view>
|
|
20
|
+
<view v-if="showQuery === 'Y' && isFixed && searchFilterList.length > 0" :style="{height:cateFixedHeight + 'rpx'}"></view>
|
|
21
21
|
<view
|
|
22
22
|
class="query_wrap"
|
|
23
23
|
:class="{isFixed:isFixed}"
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
this.serverType = gCPVal(container, 'serverType', [['SELL']]);
|
|
276
276
|
this.shopType = gCPVal(container, 'shopType', '');
|
|
277
277
|
this.shopListStyle = gCPVal(container, 'shopListStyle', 'v2');
|
|
278
|
-
this.showQuery =
|
|
278
|
+
this.showQuery = gCPVal(container, 'showQuery', 'N');
|
|
279
279
|
if(this.showQuery === 'Y') this.filterMode = gCPVal(container, 'filterMode', [['filter']])
|
|
280
280
|
else this.filterMode = [];
|
|
281
281
|
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
this.cusContent = cusContent;
|
|
305
305
|
|
|
306
306
|
//style
|
|
307
|
-
let sValue = `{"cardItemSpace":16,"margin":{"bottom":16,"left":
|
|
307
|
+
let sValue = `{"cardItemSpace":16,"margin":{"bottom":16,"left":16,"right":16,"top":16},"backgroundColor":"rgba(245, 245, 245, 1)"}`
|
|
308
308
|
let shopStyle = this.getRelationStatus(container,'shopStyle', { cardItemSpaceStatus:['cardItemSpace'],bodyPaddingStatus:['bodyPadding']}, sValue);
|
|
309
309
|
this.bodyPadding = gCPVal(container,'bodyPadding', [{ bottom:0,left:16, right:16,top:16}], {sKey:'bodyPaddingStatus',fields:['bodyPadding'],cusFields: ['shopStyle','margin',shopStyle],isPMR: true});
|
|
310
310
|
this.contentBgColor = gCPVal(container,'contentBgColor', '#f8f8f8', {sKey:'contentBgColorStatus',fields:['contentBgColor']});
|
|
@@ -518,8 +518,6 @@
|
|
|
518
518
|
keyword: this.keyword,
|
|
519
519
|
city_code: this.stateCity.city_code,
|
|
520
520
|
type:'sell',
|
|
521
|
-
filter_item: this.filterMode.filter(item=>item !== 'filter').join(','),
|
|
522
|
-
|
|
523
521
|
}
|
|
524
522
|
jfbRootExec("getNewSearchFilterList", {
|
|
525
523
|
vm: this,
|
|
@@ -663,6 +661,8 @@
|
|
|
663
661
|
&_title {
|
|
664
662
|
text-align: center;
|
|
665
663
|
flex: 1;
|
|
664
|
+
font-size: 28rpx;
|
|
665
|
+
color: #333;
|
|
666
666
|
}
|
|
667
667
|
|
|
668
668
|
&_item {
|
|
@@ -480,366 +480,6 @@ module.exports = {
|
|
|
480
480
|
"latitude": "36.49419441977518",
|
|
481
481
|
"discount_ratio": 8100
|
|
482
482
|
},
|
|
483
|
-
{
|
|
484
|
-
"brand_id": 20013,
|
|
485
|
-
"brand_name": "塞奇",
|
|
486
|
-
"brand_type": "MA",
|
|
487
|
-
"business_status": "OPEN_BUSINESS",
|
|
488
|
-
"consume_mode": [
|
|
489
|
-
"SELL"
|
|
490
|
-
],
|
|
491
|
-
"consume_options":[],
|
|
492
|
-
"consume_mode_name": "",
|
|
493
|
-
"distance": "1233km",
|
|
494
|
-
"distance_conversion": "1,232.4km",
|
|
495
|
-
"default_consume_type": "CV",
|
|
496
|
-
"consume_type": [
|
|
497
|
-
"CV"
|
|
498
|
-
],
|
|
499
|
-
"is_support_jhd": true,
|
|
500
|
-
"address": "兰州新区兰州市新区中川园区栖霞中心社区京都之星购物中心1F-1029-2号",
|
|
501
|
-
"province_name": "",
|
|
502
|
-
"city_name": "",
|
|
503
|
-
"area_name": "",
|
|
504
|
-
"street_name": "",
|
|
505
|
-
"phone": "0931-8423221",
|
|
506
|
-
"resource_shop_id": 8057328,
|
|
507
|
-
"exts_params": "eyJyZXNvdXJjZV9zaG9wX2lkIjo4MDU3MzI4LCJzaG9wX2lkIjoxMTM2OTYxLCJ2ZXJzaW9uIjoyfQ",
|
|
508
|
-
"resource_shop_name": "塞奇新区京都广场店[无]",
|
|
509
|
-
"shop_icon": "https://jfbcake.oss-cn-beijing.aliyuncs.com/uploads/20200629/43c89de1f4563758938f4c1585695523.png",
|
|
510
|
-
"shop_id": 1136961,
|
|
511
|
-
"shop_tags": [],
|
|
512
|
-
"stars": 0,
|
|
513
|
-
"time_slot_name": "-",
|
|
514
|
-
"business_code": "",
|
|
515
|
-
"longitude": "103.67888288761792",
|
|
516
|
-
"latitude": "36.487307479335655",
|
|
517
|
-
"discount_ratio": 8100
|
|
518
|
-
},
|
|
519
|
-
{
|
|
520
|
-
"brand_id": 20007,
|
|
521
|
-
"brand_name": "甜美香积",
|
|
522
|
-
"brand_type": "MA",
|
|
523
|
-
"business_status": "OPEN_BUSINESS",
|
|
524
|
-
"consume_mode": [
|
|
525
|
-
"SELL"
|
|
526
|
-
],
|
|
527
|
-
"consume_options":[],
|
|
528
|
-
"consume_mode_name": "",
|
|
529
|
-
"distance": "1234km",
|
|
530
|
-
"distance_conversion": "1,233.0km",
|
|
531
|
-
"default_consume_type": "CV",
|
|
532
|
-
"consume_type": [
|
|
533
|
-
"CV"
|
|
534
|
-
],
|
|
535
|
-
"is_support_jhd": false,
|
|
536
|
-
"address": "城关区城区甘肃省兰州市城关区雁儿湾路236号欣欣嘉园东区9-103室",
|
|
537
|
-
"province_name": "",
|
|
538
|
-
"city_name": "",
|
|
539
|
-
"area_name": "",
|
|
540
|
-
"street_name": "",
|
|
541
|
-
"phone": "0931-8696076",
|
|
542
|
-
"resource_shop_id": 3500732,
|
|
543
|
-
"exts_params": "eyJyZXNvdXJjZV9zaG9wX2lkIjozNTAwNzMyLCJzaG9wX2lkIjoxMDA3MzIsInZlcnNpb24iOjJ9",
|
|
544
|
-
"resource_shop_name": "甜美香积欣欣嘉园店[无]",
|
|
545
|
-
"shop_icon": "https://jfbcake.oss-cn-beijing.aliyuncs.com/uploads/20200629/bc0d713ffe1ad05c9105ce3b7cac3256.png",
|
|
546
|
-
"shop_id": 100732,
|
|
547
|
-
"shop_tags": [],
|
|
548
|
-
"stars": 0,
|
|
549
|
-
"time_slot_name": "08:00-21:00",
|
|
550
|
-
"business_code": "",
|
|
551
|
-
"longitude": "103.90956080000001",
|
|
552
|
-
"latitude": "36.048156600000006",
|
|
553
|
-
"discount_ratio": 8100
|
|
554
|
-
},
|
|
555
|
-
{
|
|
556
|
-
"brand_id": 20013,
|
|
557
|
-
"brand_name": "塞奇",
|
|
558
|
-
"brand_type": "MA",
|
|
559
|
-
"business_status": "OPEN_BUSINESS",
|
|
560
|
-
"consume_mode": [
|
|
561
|
-
"SELL"
|
|
562
|
-
],
|
|
563
|
-
"consume_options":[],
|
|
564
|
-
"consume_mode_name": "",
|
|
565
|
-
"distance": "1234km",
|
|
566
|
-
"distance_conversion": "1,233.1km",
|
|
567
|
-
"default_consume_type": "CV",
|
|
568
|
-
"consume_type": [
|
|
569
|
-
"CV"
|
|
570
|
-
],
|
|
571
|
-
"is_support_jhd": false,
|
|
572
|
-
"address": "城关区兰州市城关区雁南街道刘家滩村608府25-2号",
|
|
573
|
-
"province_name": "",
|
|
574
|
-
"city_name": "",
|
|
575
|
-
"area_name": "",
|
|
576
|
-
"street_name": "",
|
|
577
|
-
"phone": "13919270868",
|
|
578
|
-
"resource_shop_id": 8000467,
|
|
579
|
-
"exts_params": "eyJyZXNvdXJjZV9zaG9wX2lkIjo4MDAwNDY3LCJzaG9wX2lkIjoxMDM5NzQ0LCJ2ZXJzaW9uIjoyfQ",
|
|
580
|
-
"resource_shop_name": "塞奇科教城店[无]",
|
|
581
|
-
"shop_icon": "https://jfbcake.oss-cn-beijing.aliyuncs.com/uploads/20200629/43c89de1f4563758938f4c1585695523.png",
|
|
582
|
-
"shop_id": 1039744,
|
|
583
|
-
"shop_tags": [],
|
|
584
|
-
"stars": 0,
|
|
585
|
-
"time_slot_name": "-",
|
|
586
|
-
"business_code": "",
|
|
587
|
-
"longitude": "103.90137905904297",
|
|
588
|
-
"latitude": "36.0615664312187",
|
|
589
|
-
"discount_ratio": 8100
|
|
590
|
-
},
|
|
591
|
-
{
|
|
592
|
-
"brand_id": 20007,
|
|
593
|
-
"brand_name": "甜美香积",
|
|
594
|
-
"brand_type": "MA",
|
|
595
|
-
"business_status": "OPEN_BUSINESS",
|
|
596
|
-
"consume_mode": [
|
|
597
|
-
"SELL"
|
|
598
|
-
],
|
|
599
|
-
"consume_options":[],
|
|
600
|
-
"consume_mode_name": "",
|
|
601
|
-
"distance": "1234km",
|
|
602
|
-
"distance_conversion": "1,233.7km",
|
|
603
|
-
"default_consume_type": "CV",
|
|
604
|
-
"consume_type": [
|
|
605
|
-
"CV"
|
|
606
|
-
],
|
|
607
|
-
"is_support_jhd": false,
|
|
608
|
-
"address": "城关区城区甘肃省兰州市城关区格林小镇16号8号商铺",
|
|
609
|
-
"province_name": "",
|
|
610
|
-
"city_name": "",
|
|
611
|
-
"area_name": "",
|
|
612
|
-
"street_name": "",
|
|
613
|
-
"phone": "0931-8594076",
|
|
614
|
-
"resource_shop_id": 3500731,
|
|
615
|
-
"exts_params": "eyJyZXNvdXJjZV9zaG9wX2lkIjozNTAwNzMxLCJzaG9wX2lkIjoxMDA3MzEsInZlcnNpb24iOjJ9",
|
|
616
|
-
"resource_shop_name": "甜美香积格林小镇店[无]",
|
|
617
|
-
"shop_icon": "https://jfbcake.oss-cn-beijing.aliyuncs.com/uploads/20200629/bc0d713ffe1ad05c9105ce3b7cac3256.png",
|
|
618
|
-
"shop_id": 100731,
|
|
619
|
-
"shop_tags": [],
|
|
620
|
-
"stars": 0,
|
|
621
|
-
"time_slot_name": "08:00-21:00",
|
|
622
|
-
"business_code": "",
|
|
623
|
-
"longitude": "103.89042809999998",
|
|
624
|
-
"latitude": "36.0665271",
|
|
625
|
-
"discount_ratio": 8100
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
"brand_id": 20156,
|
|
629
|
-
"brand_name": "安旗",
|
|
630
|
-
"brand_type": "MA",
|
|
631
|
-
"business_status": "OPEN_BUSINESS",
|
|
632
|
-
"consume_mode": [
|
|
633
|
-
"SELL"
|
|
634
|
-
],
|
|
635
|
-
"consume_options":[],
|
|
636
|
-
"consume_mode_name": "",
|
|
637
|
-
"distance": "1234km",
|
|
638
|
-
"distance_conversion": "1,233.7km",
|
|
639
|
-
"default_consume_type": "CV",
|
|
640
|
-
"consume_type": [
|
|
641
|
-
"CV"
|
|
642
|
-
],
|
|
643
|
-
"is_support_jhd": false,
|
|
644
|
-
"address": "城关区焦家湾街道甘肃省兰州市城关区东岗东路483号",
|
|
645
|
-
"province_name": "",
|
|
646
|
-
"city_name": "",
|
|
647
|
-
"area_name": "",
|
|
648
|
-
"street_name": "",
|
|
649
|
-
"phone": "156-0931-3067",
|
|
650
|
-
"resource_shop_id": 3512729,
|
|
651
|
-
"exts_params": "eyJyZXNvdXJjZV9zaG9wX2lkIjozNTEyNzI5LCJzaG9wX2lkIjoxMTE3MDMsInZlcnNpb24iOjJ9",
|
|
652
|
-
"resource_shop_name": "安旗焦家湾店[无]",
|
|
653
|
-
"shop_icon": "https://jfbcake.oss-cn-beijing.aliyuncs.com/uploads/20210119/2fa6587feb8dce76942010d6adc4a1e3.jpg",
|
|
654
|
-
"shop_id": 111703,
|
|
655
|
-
"shop_tags": [],
|
|
656
|
-
"stars": 0,
|
|
657
|
-
"time_slot_name": "09:00-21:00",
|
|
658
|
-
"business_code": "",
|
|
659
|
-
"longitude": "103.90647489999999",
|
|
660
|
-
"latitude": "36.03784149999999",
|
|
661
|
-
"discount_ratio": 7700
|
|
662
|
-
},
|
|
663
|
-
{
|
|
664
|
-
"brand_id": 20011,
|
|
665
|
-
"brand_name": "红房子",
|
|
666
|
-
"brand_type": "MA",
|
|
667
|
-
"business_status": "OPEN_BUSINESS",
|
|
668
|
-
"consume_mode": [
|
|
669
|
-
"SELL"
|
|
670
|
-
],
|
|
671
|
-
"consume_options":[],
|
|
672
|
-
"consume_mode_name": "",
|
|
673
|
-
"distance": "1234km",
|
|
674
|
-
"distance_conversion": "1,234.0km",
|
|
675
|
-
"default_consume_type": "CV",
|
|
676
|
-
"consume_type": [
|
|
677
|
-
"CV"
|
|
678
|
-
],
|
|
679
|
-
"is_support_jhd": false,
|
|
680
|
-
"address": "城关区城区甘肃省兰州市城关区雁南路18号软件大厦一层A-B-2-3室",
|
|
681
|
-
"province_name": "",
|
|
682
|
-
"city_name": "",
|
|
683
|
-
"area_name": "",
|
|
684
|
-
"street_name": "",
|
|
685
|
-
"phone": "0931-8853015",
|
|
686
|
-
"resource_shop_id": 3500717,
|
|
687
|
-
"exts_params": "eyJyZXNvdXJjZV9zaG9wX2lkIjozNTAwNzE3LCJzaG9wX2lkIjoxMDA3MTcsInZlcnNpb24iOjJ9",
|
|
688
|
-
"resource_shop_name": "红房子飞雁街店[无]",
|
|
689
|
-
"shop_icon": "https://jfbcake.oss-cn-beijing.aliyuncs.com/uploads/20200629/2853d901c59fccd9d69526ad394a6d3c.png",
|
|
690
|
-
"shop_id": 100717,
|
|
691
|
-
"shop_tags": [],
|
|
692
|
-
"stars": 0,
|
|
693
|
-
"time_slot_name": "08:00-21:00",
|
|
694
|
-
"business_code": "",
|
|
695
|
-
"longitude": "103.894136",
|
|
696
|
-
"latitude": "36.054105",
|
|
697
|
-
"discount_ratio": 8600
|
|
698
|
-
},
|
|
699
|
-
{
|
|
700
|
-
"brand_id": 21103,
|
|
701
|
-
"brand_name": "谷麦密码",
|
|
702
|
-
"brand_type": "MA",
|
|
703
|
-
"business_status": "OPEN_BUSINESS",
|
|
704
|
-
"consume_mode": [
|
|
705
|
-
"SELL"
|
|
706
|
-
],
|
|
707
|
-
"consume_options":[],
|
|
708
|
-
"consume_mode_name": "",
|
|
709
|
-
"distance": "1235km",
|
|
710
|
-
"distance_conversion": "1,234.2km",
|
|
711
|
-
"default_consume_type": "CV",
|
|
712
|
-
"consume_type": [
|
|
713
|
-
"CV"
|
|
714
|
-
],
|
|
715
|
-
"is_support_jhd": false,
|
|
716
|
-
"address": "城关区兰州市城关区南滨河路东路5002号(室内步行街1层1012号商铺)",
|
|
717
|
-
"province_name": "",
|
|
718
|
-
"city_name": "",
|
|
719
|
-
"area_name": "",
|
|
720
|
-
"street_name": "",
|
|
721
|
-
"phone": "13919033881",
|
|
722
|
-
"resource_shop_id": 3517423,
|
|
723
|
-
"exts_params": "eyJyZXNvdXJjZV9zaG9wX2lkIjozNTE3NDIzLCJzaG9wX2lkIjoxMzU2MDAsInZlcnNpb24iOjJ9",
|
|
724
|
-
"resource_shop_name": "谷麦密码名城广场店[无]",
|
|
725
|
-
"shop_icon": "https://jfbcake.oss-cn-beijing.aliyuncs.com/uploads/20230529/5c5e45188cde68ea6efa95dcb8c982c4.jpg",
|
|
726
|
-
"shop_id": 135600,
|
|
727
|
-
"shop_tags": [],
|
|
728
|
-
"stars": 0,
|
|
729
|
-
"time_slot_name": "09:00-21:00",
|
|
730
|
-
"business_code": "",
|
|
731
|
-
"longitude": "103.87480457697183",
|
|
732
|
-
"latitude": "36.084009425167906",
|
|
733
|
-
"discount_ratio": 7700
|
|
734
|
-
},
|
|
735
|
-
{
|
|
736
|
-
"brand_id": 20011,
|
|
737
|
-
"brand_name": "红房子",
|
|
738
|
-
"brand_type": "MA",
|
|
739
|
-
"business_status": "OPEN_BUSINESS",
|
|
740
|
-
"consume_mode": [
|
|
741
|
-
"SELL"
|
|
742
|
-
],
|
|
743
|
-
"consume_options":[],
|
|
744
|
-
"consume_mode_name": "",
|
|
745
|
-
"distance": "1235km",
|
|
746
|
-
"distance_conversion": "1,234.3km",
|
|
747
|
-
"default_consume_type": "CV",
|
|
748
|
-
"consume_type": [
|
|
749
|
-
"CV"
|
|
750
|
-
],
|
|
751
|
-
"is_support_jhd": false,
|
|
752
|
-
"address": "城关区甘肃省兰州市城关区雁滩路3566-2号",
|
|
753
|
-
"province_name": "",
|
|
754
|
-
"city_name": "",
|
|
755
|
-
"area_name": "",
|
|
756
|
-
"street_name": "",
|
|
757
|
-
"phone": "0931-8230106",
|
|
758
|
-
"resource_shop_id": 3517647,
|
|
759
|
-
"exts_params": "eyJyZXNvdXJjZV9zaG9wX2lkIjozNTE3NjQ3LCJzaG9wX2lkIjoxMzMwOTksInZlcnNpb24iOjJ9",
|
|
760
|
-
"resource_shop_name": "红房子雁滩店[无]",
|
|
761
|
-
"shop_icon": "https://jfbcake.oss-cn-beijing.aliyuncs.com/uploads/20200629/2853d901c59fccd9d69526ad394a6d3c.png",
|
|
762
|
-
"shop_id": 133099,
|
|
763
|
-
"shop_tags": [],
|
|
764
|
-
"stars": 0,
|
|
765
|
-
"time_slot_name": "09:00-18:00",
|
|
766
|
-
"business_code": "",
|
|
767
|
-
"longitude": "103.88307653342991",
|
|
768
|
-
"latitude": "36.06753095801935",
|
|
769
|
-
"discount_ratio": 8600
|
|
770
|
-
},
|
|
771
|
-
{
|
|
772
|
-
"brand_id": 20074,
|
|
773
|
-
"brand_name": "法贝德",
|
|
774
|
-
"brand_type": "MA",
|
|
775
|
-
"business_status": "OPEN_BUSINESS",
|
|
776
|
-
"consume_mode": [
|
|
777
|
-
"SELL"
|
|
778
|
-
],
|
|
779
|
-
"consume_options":[],
|
|
780
|
-
"consume_mode_name": "",
|
|
781
|
-
"distance": "1235km",
|
|
782
|
-
"distance_conversion": "1,234.3km",
|
|
783
|
-
"default_consume_type": "CV",
|
|
784
|
-
"consume_type": [
|
|
785
|
-
"CV"
|
|
786
|
-
],
|
|
787
|
-
"is_support_jhd": false,
|
|
788
|
-
"address": "城关区甘肃省兰州市城关区拱星墩街道段家滩路507号筑梦时代广场5栋1楼102号铺面",
|
|
789
|
-
"province_name": "",
|
|
790
|
-
"city_name": "",
|
|
791
|
-
"area_name": "",
|
|
792
|
-
"street_name": "",
|
|
793
|
-
"phone": "18109317967",
|
|
794
|
-
"resource_shop_id": 8002284,
|
|
795
|
-
"exts_params": "eyJyZXNvdXJjZV9zaG9wX2lkIjo4MDAyMjg0LCJzaG9wX2lkIjoxMDQxODA5LCJ2ZXJzaW9uIjoyfQ",
|
|
796
|
-
"resource_shop_name": "法贝德筑梦时代店[无]",
|
|
797
|
-
"shop_icon": "https://jfbcake.oss-cn-beijing.aliyuncs.com/uploads/20200804/d48dc9dc025ad2240c7602a4ca15260b.jpg",
|
|
798
|
-
"shop_id": 1041809,
|
|
799
|
-
"shop_tags": [],
|
|
800
|
-
"stars": 0,
|
|
801
|
-
"time_slot_name": "-",
|
|
802
|
-
"business_code": "",
|
|
803
|
-
"longitude": "103.89317007380113",
|
|
804
|
-
"latitude": "36.04904662594761",
|
|
805
|
-
"discount_ratio": 8000
|
|
806
|
-
},
|
|
807
|
-
{
|
|
808
|
-
"brand_id": 20007,
|
|
809
|
-
"brand_name": "甜美香积",
|
|
810
|
-
"brand_type": "MA",
|
|
811
|
-
"business_status": "OPEN_BUSINESS",
|
|
812
|
-
"consume_mode": [
|
|
813
|
-
"SELL"
|
|
814
|
-
],
|
|
815
|
-
"consume_options":[],
|
|
816
|
-
"consume_mode_name": "",
|
|
817
|
-
"distance": "1235km",
|
|
818
|
-
"distance_conversion": "1,234.7km",
|
|
819
|
-
"default_consume_type": "CV",
|
|
820
|
-
"consume_type": [
|
|
821
|
-
"CV"
|
|
822
|
-
],
|
|
823
|
-
"is_support_jhd": false,
|
|
824
|
-
"address": "城关区甘肃省兰州市城关区雁滩路3113号欣大百货一层1-22号",
|
|
825
|
-
"province_name": "",
|
|
826
|
-
"city_name": "",
|
|
827
|
-
"area_name": "",
|
|
828
|
-
"street_name": "",
|
|
829
|
-
"phone": "09318833656",
|
|
830
|
-
"resource_shop_id": 8000706,
|
|
831
|
-
"exts_params": "eyJyZXNvdXJjZV9zaG9wX2lkIjo4MDAwNzA2LCJzaG9wX2lkIjoxMDQwNDc2LCJ2ZXJzaW9uIjoyfQ",
|
|
832
|
-
"resource_shop_name": "甜美香积欣大百货店[无]",
|
|
833
|
-
"shop_icon": "https://jfbcake.oss-cn-beijing.aliyuncs.com/uploads/20200629/bc0d713ffe1ad05c9105ce3b7cac3256.png",
|
|
834
|
-
"shop_id": 1040476,
|
|
835
|
-
"shop_tags": [],
|
|
836
|
-
"stars": 0,
|
|
837
|
-
"time_slot_name": "-",
|
|
838
|
-
"business_code": "",
|
|
839
|
-
"longitude": "103.87782198517985",
|
|
840
|
-
"latitude": "36.06679685897937",
|
|
841
|
-
"discount_ratio": 8100
|
|
842
|
-
}
|
|
843
483
|
],
|
|
844
484
|
"total_size": 1,
|
|
845
485
|
"next_page_token":"",
|
|
@@ -93,7 +93,7 @@ export default {
|
|
|
93
93
|
};
|
|
94
94
|
},
|
|
95
95
|
boxListComp(){
|
|
96
|
-
let maxHeight = this.$root.layoutInfo['bodyMinHeightRpx'] -
|
|
96
|
+
let maxHeight = this.$root.layoutInfo['bodyMinHeightRpx'] - 400;
|
|
97
97
|
if(this.$configProject.isPreview) maxHeight = 800;
|
|
98
98
|
return {
|
|
99
99
|
backgroundColor: this.filterStyle['filterListColor'] || '#f8f8f8',
|
|
@@ -215,16 +215,9 @@ export default {
|
|
|
215
215
|
setChooseTag(tab, item){
|
|
216
216
|
//单选
|
|
217
217
|
if(!tab.multiple) {
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
}
|
|
222
|
-
//新增
|
|
223
|
-
else {
|
|
224
|
-
this.setSelectData(tab.value, item.value, item, item.label);
|
|
225
|
-
//单选直接触发返回数据
|
|
226
|
-
if(this.isShowBtn === false) this.onConfirm();
|
|
227
|
-
}
|
|
218
|
+
this.setSelectData(tab.value, item.value, item, item.label);
|
|
219
|
+
//单选直接触发返回数据
|
|
220
|
+
if(this.isShowBtn === false) this.onConfirm();
|
|
228
221
|
}
|
|
229
222
|
//多选
|
|
230
223
|
else {
|
|
@@ -127,13 +127,13 @@ export default (data, gValue, gColor, oldData={})=>{
|
|
|
127
127
|
key: 'shopStyle',
|
|
128
128
|
fields: checkFieldsBg,
|
|
129
129
|
gValue,
|
|
130
|
-
sValue:`{"cardItemSpace":16,"margin":{"bottom":16,"left":
|
|
130
|
+
sValue:`{"cardItemSpace":16,"margin":{"bottom":16,"left":16,"right":16,"top":16},"backgroundColor":"rgba(245, 245, 245, 1)"}`,
|
|
131
131
|
}),
|
|
132
132
|
labelInline:true,
|
|
133
133
|
className: 'input100',
|
|
134
134
|
handleCustom(cusRes) {
|
|
135
135
|
XdBus.getParentApi('getCompStylesOptions')({
|
|
136
|
-
layout_ids: '
|
|
136
|
+
layout_ids: '0kzfDGB7TKSmh5z2KTKH4',
|
|
137
137
|
key: Date.now()
|
|
138
138
|
})
|
|
139
139
|
.then(res => {
|
|
@@ -63,7 +63,7 @@ export default function (data, gValue, gColor, oldData) {
|
|
|
63
63
|
},
|
|
64
64
|
{ele: 'group_start'},
|
|
65
65
|
{
|
|
66
|
-
label: '
|
|
66
|
+
label: '',
|
|
67
67
|
ele: 'xd-color',
|
|
68
68
|
groupKey:'style',
|
|
69
69
|
valueKey: 'cardItemBgColor',
|
|
@@ -124,7 +124,7 @@ export default function (data, gValue, gColor, oldData) {
|
|
|
124
124
|
},
|
|
125
125
|
{ele: 'group_start'},
|
|
126
126
|
{
|
|
127
|
-
label: '
|
|
127
|
+
label: '',
|
|
128
128
|
ele: 'xd-site-select-list',
|
|
129
129
|
labelInline: true,
|
|
130
130
|
valueKey: 'cardItemRadius',
|
|
@@ -216,7 +216,7 @@ export default function (data, gValue, gColor, oldData) {
|
|
|
216
216
|
},
|
|
217
217
|
{ele: 'group_start'},
|
|
218
218
|
{
|
|
219
|
-
label: '
|
|
219
|
+
label: '',
|
|
220
220
|
ele: 'xd-site-select-list',
|
|
221
221
|
labelInline: true,
|
|
222
222
|
valueKey: 'itemImageRadius',
|
|
@@ -270,7 +270,7 @@ export default function (data, gValue, gColor, oldData) {
|
|
|
270
270
|
hidden:true,
|
|
271
271
|
},
|
|
272
272
|
{
|
|
273
|
-
label: '
|
|
273
|
+
label: '距离文字色',
|
|
274
274
|
ele: 'xd-radio',
|
|
275
275
|
groupKey: 'style',
|
|
276
276
|
valueKey: 'distanceColorStatus',
|
|
@@ -283,7 +283,7 @@ export default function (data, gValue, gColor, oldData) {
|
|
|
283
283
|
},
|
|
284
284
|
{ele: 'group_start'},
|
|
285
285
|
{
|
|
286
|
-
label: '
|
|
286
|
+
label: '',
|
|
287
287
|
ele: 'xd-color',
|
|
288
288
|
groupKey:'style',
|
|
289
289
|
valueKey: 'distanceColor',
|