您正在查看: 标签 微信公众号 下的文章
微信公众号开发
## 前端
```js
// 设置openID
var url = decodeURI(decodeURI(location.search));
let openID =JSON.parse( localStorage.getItem('openID') );
if (url.indexOf("?") != -1) {
if (this.first_enter || !local...