jufubao-base 1.0.169-beta18 → 1.0.169-beta19
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
CHANGED
|
@@ -41,13 +41,12 @@
|
|
|
41
41
|
</view>
|
|
42
42
|
</view>
|
|
43
43
|
<view class="JfbBaseNotice">
|
|
44
|
-
<
|
|
44
|
+
<xd-notice
|
|
45
45
|
:panelSetting="noticeSetting"
|
|
46
46
|
:apiGetContent="apiGetContent"
|
|
47
|
-
></
|
|
47
|
+
></xd-notice>
|
|
48
48
|
</view>
|
|
49
49
|
<view class="card_list_wrap" :style="listBoxStyle">
|
|
50
|
-
|
|
51
50
|
<!-- 我的票券包- 已绑票券 -->
|
|
52
51
|
<template v-if="menuType === 'card'">
|
|
53
52
|
<view v-if="loadingList">
|
|
@@ -137,7 +136,7 @@
|
|
|
137
136
|
|
|
138
137
|
</template>
|
|
139
138
|
</view>
|
|
140
|
-
|
|
139
|
+
|
|
141
140
|
</view>
|
|
142
141
|
</view>
|
|
143
142
|
</template>
|
|
@@ -145,7 +144,7 @@
|
|
|
145
144
|
<script>
|
|
146
145
|
import XdFontIcon from "@/components/XdFontIcon/XdFontIcon";
|
|
147
146
|
import XdUnit from "@/components/XdUnit/XdUnit";
|
|
148
|
-
import
|
|
147
|
+
import XdNotice from "./XdNotice";
|
|
149
148
|
import { jfbRootExec } from "@/utils/xd.event";
|
|
150
149
|
import JfbBaseTfkCardLoginMixin from "./JfbBaseTfkCardLoginMixin";
|
|
151
150
|
import { getContainerPropsValue } from "@/utils/xd.base";
|
|
@@ -163,7 +162,7 @@
|
|
|
163
162
|
XdNoticeBar,
|
|
164
163
|
XdCouponItem,
|
|
165
164
|
XdUnit,
|
|
166
|
-
|
|
165
|
+
XdNotice,
|
|
167
166
|
},
|
|
168
167
|
mixins: [
|
|
169
168
|
componentsMixins, extsMixins, JfbBaseTfkCardLoginMixin
|
|
@@ -460,7 +459,7 @@
|
|
|
460
459
|
})
|
|
461
460
|
},
|
|
462
461
|
noticeSetting(){
|
|
463
|
-
|
|
462
|
+
|
|
464
463
|
return {
|
|
465
464
|
style: this.noticeStyle,
|
|
466
465
|
is_hide_dailog: this.notice_is_hide_dailog,
|
|
@@ -542,7 +541,7 @@
|
|
|
542
541
|
this.couponUseBtnPadding = getContainerPropsValue(value, "content.couponUseBtnPadding", {top: 20, left: 20, right: 20, bottom: 20});
|
|
543
542
|
this.couponBtnRadius = getContainerPropsValue(value, "content.couponBtnRadius", 16);
|
|
544
543
|
this.couponLeftBgColor = getContainerPropsValue(value, "content.couponLeftBgColor", "");
|
|
545
|
-
|
|
544
|
+
|
|
546
545
|
this.bindCardText = getContainerPropsValue(value, "content.bindCardText", "");
|
|
547
546
|
this.bindCardTextStyle = getContainerPropsValue(value, "content.bindCardTextStyle", {});
|
|
548
547
|
this.bindCardShowType = getContainerPropsValue(value, "content.bindCardShowType", 'text');
|
|
@@ -558,7 +557,7 @@
|
|
|
558
557
|
this.disabledPath = getContainerPropsValue(value, "content.disabledPath", {value: ""}).value;
|
|
559
558
|
this.menuShowType = getContainerPropsValue(value, "content.menuShowType", 'text');
|
|
560
559
|
this.cardFontColor = getContainerPropsValue(value, "content.cardFontColor", '#333');
|
|
561
|
-
|
|
560
|
+
|
|
562
561
|
this.noticeStyle = getContainerPropsValue(value, "content.noticeStyle", '1');
|
|
563
562
|
this.notice_is_hide_dailog = getContainerPropsValue(value, "content.notice_is_hide_dailog", 'N');
|
|
564
563
|
this.noticeIsTitle = getContainerPropsValue(value, "content.noticeIsTitle", '');
|
|
@@ -640,7 +639,7 @@
|
|
|
640
639
|
getCardList(){
|
|
641
640
|
let show_type = this.menuType === 'coupon' ? 'coupon' : 'normal';
|
|
642
641
|
let params = {show_type};
|
|
643
|
-
|
|
642
|
+
|
|
644
643
|
// let params = {is_all: 'Y', is_show_entry_settings: 'Y'};
|
|
645
644
|
// if(options['jfb_business_code']) {
|
|
646
645
|
// params['card_business_code'] = options['jfb_business_code'];
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
import storage from "@/common/storage";
|
|
188
188
|
|
|
189
189
|
export default{
|
|
190
|
-
name: "
|
|
190
|
+
name: "XdNotice",
|
|
191
191
|
components: {
|
|
192
192
|
XdFontIcon,
|
|
193
193
|
XdContentXss,
|
|
@@ -547,4 +547,4 @@
|
|
|
547
547
|
.isMp {
|
|
548
548
|
width: 100%;
|
|
549
549
|
}
|
|
550
|
-
</style>
|
|
550
|
+
</style>
|