-
-
Save xuyazhong/5f7c112a24edcb4b4a171df19477e8e3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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