Compare commits

..

No commits in common. "727c9fd2f62977abb9cdaaa493d08352a7b425d6" and "2e815440de2163e90145c51a70425ef97a7f7027" have entirely different histories.

View File

@ -55,10 +55,9 @@ export default {
// this.richTextHtml = `data:text/html;charset=utf-8,${encodeURIComponent(this.richTextHtml)}` // this.richTextHtml = `data:text/html;charset=utf-8,${encodeURIComponent(this.richTextHtml)}`
}catch {} }catch {}
}, },
// TODO
toActivity(){ toActivity(){
uni.navigateTo({
url: '/pages/home/active'
})
} }
} }
} }