H5/pages/ad_page/wx_pyqset.vue
@@ -50,14 +50,14 @@ } }, onLoad(option) { //this.checkId(); this.checkId(); }, methods: { //检查白名单 checkId() { var openId = uni.getStorageSync('smsopenid'); var whiteid = comUtils.getSmsStatus(status); var whiteid = comUtils.getAllowdId(status); if (openId == "" || whiteid.indexOf(openId) < 0) { uni.reLaunch({ url: '/pages/emptypage/nopermissions'