|
@@ -476,7 +476,7 @@ export default {
|
|
|
},
|
|
|
// 提问
|
|
|
async askingGo(type = "") {
|
|
|
- await activity.checkAskActivity({ ActivityId: this.id, PageRouter: this.$store.state.pageRouterActivity });
|
|
|
+ await activity.checkAskActivity({ ActivityId: Number(this.id), PageRouter: this.$store.state.pageRouterActivity });
|
|
|
uni.navigateTo({
|
|
|
url: "/activityPages/generationAsk/generationAsk?id=" + this.id + "&type=" + type,
|
|
|
});
|