|
@@ -310,7 +310,7 @@ async function clickBtn() {
|
|
|
window.open('https://twitter.com/search?q=%23denet');
|
|
|
return
|
|
|
}
|
|
|
-
|
|
|
+ state.btn_loading = true
|
|
|
|
|
|
Report.reportLog({
|
|
|
businessType: Report.businessType.buttonClick,
|
|
@@ -321,7 +321,6 @@ async function clickBtn() {
|
|
|
postId: state.postId
|
|
|
});
|
|
|
|
|
|
- state.btn_loading = true
|
|
|
setTimeout(() => {
|
|
|
if (state.btn_loading == true) {
|
|
|
state.btn_loading = false
|