|
@@ -46,9 +46,7 @@ const saveTitle = () => {
|
|
var iframeWindow = iframe.contentWindow || window.frames["yourIframeId"]
|
|
var iframeWindow = iframe.contentWindow || window.frames["yourIframeId"]
|
|
if (iframeWindow) {
|
|
if (iframeWindow) {
|
|
iframeWindow.saveTitle(
|
|
iframeWindow.saveTitle(
|
|
- input1.value.length >= 7
|
|
|
|
- ? input1.value + "\n" + '线上创作'
|
|
|
|
- : input1.value
|
|
|
|
|
|
+ input1.value + "\n" + '线上创作'
|
|
)
|
|
)
|
|
isShowToastFromGame.value = false
|
|
isShowToastFromGame.value = false
|
|
}
|
|
}
|