提交 649c2668 编写于 作者: huangwensu's avatar huangwensu

修改活动和任务的类型

上级 082473b9
......@@ -163,7 +163,7 @@ export default {
showCarveUp: false, //是否展示瓜分弹框
userId: '',
userName: '',
taskId: '',
taskId: 0,
origin: 'tims',
encryptId: '',
showFirstEnter: false, //是否展示第一次进入获得勤奋分弹框
......@@ -183,7 +183,7 @@ export default {
mounted() {
let _this = this;
if (process.client) {
_this.activityId = _this.$route.query.id || 9;
_this.activityId = parseInt(_this.$route.query.id) || 9;
_this.isWeb = _this.$rocNative.isWeb;
window.__refresh = function() {
_this.getUserInfo();
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册