|
@@ -5,7 +5,7 @@
|
|
|
var activeApp = (function () {
|
|
|
return new Vue({
|
|
|
el: '#app',
|
|
|
- mixins: [swiperMixin, showMoreMixin],
|
|
|
+ mixins: [swiperMixin, showMoreMixin,cmSysVitaMixins],
|
|
|
data: {
|
|
|
isMobile: window.innerWidth < 992,
|
|
|
showCouponEntry: false,
|
|
@@ -52,6 +52,7 @@ var activeApp = (function () {
|
|
|
}
|
|
|
,
|
|
|
created: function created() {
|
|
|
+ this.cmSysParams.pageType = 13;
|
|
|
this.initUserInfo();
|
|
|
this.getFloorData();
|
|
|
}
|
|
@@ -143,6 +144,7 @@ var activeApp = (function () {
|
|
|
if (res.code === 0) {
|
|
|
that.floorList = res.data.floorList;
|
|
|
that.pageInfo = res.data.page;
|
|
|
+ that.cmSysParams.pageLabel = that.pageInfo.contentLabel;
|
|
|
that.isRequest = false;
|
|
|
that.makeVideoFetchMap();
|
|
|
that.activityEntryVisiable = that.initActivityEntry(res.data.page.redPacketBeginTime, res.data.page.redPacketEndTime);
|