H5/pages/ad_page/sms_examine.vue
@@ -106,7 +106,7 @@ } }, onLoad(option) { //this.checkId(); this.checkId(); }, // 上拉加载 @@ -128,7 +128,7 @@ //检查白名单 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'