|
@@ -42,6 +42,7 @@ onMounted(() => {
|
|
|
}).then((res) => {
|
|
|
if (res.code == 0) {
|
|
|
state.detail = res.data
|
|
|
+ state.postId = state.detail.postId
|
|
|
handleStatus()
|
|
|
if (!res.data.srcContentId) {
|
|
|
reSetBindTwtterId({
|
|
@@ -61,8 +62,8 @@ onMounted(() => {
|
|
|
}).then((res) => {
|
|
|
if (res.code == 0) {
|
|
|
state.detail = res.data
|
|
|
+ state.postId = state.detail.postId
|
|
|
handleStatus()
|
|
|
-
|
|
|
if (!res.data.srcContentId) {
|
|
|
reSetBindTwtterId({
|
|
|
postId: state.postId || '',
|