Skip to content

Instantly share code, notes, and snippets.

@xuyazhong
Created February 28, 2019 06:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xuyazhong/5f7c112a24edcb4b4a171df19477e8e3 to your computer and use it in GitHub Desktop.
Save xuyazhong/5f7c112a24edcb4b4a171df19477e8e3 to your computer and use it in GitHub Desktop.
let getQuery = "" + decodeURIComponent(options.q)
console.log("getQuery =>", getQuery);
wx.showModal({
title: 'onLoad',
content: getQuery
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment