|
@@ -3,7 +3,6 @@ package front
|
|
|
import (
|
|
|
"encoding/json"
|
|
|
"errors"
|
|
|
- "fmt"
|
|
|
"log"
|
|
|
"strings"
|
|
|
"time"
|
|
@@ -266,7 +265,6 @@ func (w *WxDataExport) SetDontPromptAgain() {
|
|
|
func (w *WxDataExport) GetDontPromptAgain() {
|
|
|
isPrompt := true
|
|
|
userId := w.GetSession("mgoUserId").(string)
|
|
|
- fmt.Println("userId", userId)
|
|
|
user, ok := public.MQFW.FindById("user", userId, `{"i_export_promptAgain":1}`)
|
|
|
if ok && user != nil && len(*user) > 0 {
|
|
|
if util.IntAll((*user)["i_export_promptAgain"]) == 1 {
|