jufubao-base 1.0.150 → 1.0.151
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
|
@@ -115,6 +115,7 @@
|
|
|
115
115
|
background: tabIndex === 2 ? mainColor : '#fff',
|
|
116
116
|
}"
|
|
117
117
|
>可转换票券</view>
|
|
118
|
+
<view class="debuger" v-if="cardList.length === 0" @click="openDebugger(true)" style="opacity: 0">debuger</view>
|
|
118
119
|
</view>
|
|
119
120
|
<view
|
|
120
121
|
class="jfb-base-card__body-tips"
|
|
@@ -225,6 +226,7 @@ import { jfbRootExec } from "@/utils/xd.event";
|
|
|
225
226
|
import JfbBaseCardMixin from "./JfbBaseCardMixin";
|
|
226
227
|
import componentsMixins from "@/mixins/componentsMixins";
|
|
227
228
|
import extsMixins from "@/mixins/extsMixins";
|
|
229
|
+
import openDebuggerMixins from "@/mixins/openDebuggerMixins";
|
|
228
230
|
import { mapState, mapActions } from "vuex";
|
|
229
231
|
import { getContainerPropsValue, isWechat,isQrCode } from "@/utils/xd.base";
|
|
230
232
|
import XdNoticeBar from "@/components/XdNoticeBar/XdNoticeBar";
|
|
@@ -240,7 +242,7 @@ export default {
|
|
|
240
242
|
XdCardV2,
|
|
241
243
|
XdCardV2Skelton
|
|
242
244
|
},
|
|
243
|
-
mixins: [componentsMixins, extsMixins, JfbBaseCardMixin],
|
|
245
|
+
mixins: [componentsMixins, extsMixins, JfbBaseCardMixin,openDebuggerMixins],
|
|
244
246
|
computed: {
|
|
245
247
|
...mapState({
|
|
246
248
|
jwxSDK: (state) => state.jwxSDK,
|