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

修改活动和任务的类型

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