更换团购商品列表

This commit is contained in:
xuwenbo
2020-09-11 08:27:43 +08:00
parent 3a847ac185
commit f8205c8ba9
5 changed files with 331 additions and 71 deletions

View File

@ -33,6 +33,7 @@
</template>
<script>
import { dataFormatL } from "@/utils";
let HAS_LIVE = false
// #ifdef MP-WEIXIN
HAS_LIVE = true
@ -116,9 +117,9 @@
let that = this;
let date = '';
if (that.detail.liveStatus == 102) {
// date = that.$tools.dateFormat('mm-dd HH:MM', new Date(that.detail.starttime * 1000)).replace('-',
// '/');
that.liveStatus['102'].title = '预告 ' ;
date = dataFormatL('mm-dd HH:MM', new Date(that.detail.starttime * 1000)).replace('-',
'/');
that.liveStatus['102'].title = '预告 ' + date;
}
livePlayer
.getLiveStatus({
@ -302,4 +303,4 @@
}
}
}
</style>
</style>