fix
This commit is contained in:
parent
dcd90f4c7f
commit
018ad823ba
@ -114,6 +114,7 @@ onShow(() => {
|
||||
onLoad((options) => {
|
||||
if (window.plus) {
|
||||
const token = plus?.webview.getWebviewById("wv").tokenScan;
|
||||
console.log("token", token);
|
||||
if (token) {
|
||||
const header = document.querySelector(".uni-page-head-hd");
|
||||
console.log("header", header);
|
||||
|
@ -164,6 +164,7 @@ const state = reactive({
|
||||
onLoad((options) => {
|
||||
if (window.plus) {
|
||||
const token = plus?.webview.getWebviewById("wv").tokenScan;
|
||||
console.log("token", token);
|
||||
if (token) {
|
||||
const header = document.querySelector(".uni-page-head-hd");
|
||||
console.log("header", header);
|
||||
|
@ -71,6 +71,7 @@ const state = reactive({
|
||||
onLoad((options) => {
|
||||
if (window.plus) {
|
||||
const token = plus?.webview.getWebviewById("wv").tokenScan;
|
||||
console.log("token", token);
|
||||
if (token) {
|
||||
const header = document.querySelector(".uni-page-head-hd");
|
||||
console.log("header", header);
|
||||
|
Loading…
Reference in New Issue
Block a user