Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
hello uni-app x
提交
f350dcca
H
hello uni-app x
项目概览
DCloud
/
hello uni-app x
通知
6048
Star
92
Fork
165
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
19
列表
看板
标记
里程碑
合并请求
1
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
H
hello uni-app x
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
19
Issue
19
列表
看板
标记
里程碑
合并请求
1
合并请求
1
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
f350dcca
编写于
12月 01, 2024
作者:
W
wanganxp
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
补充原生弹窗api的页面hide生命周期。优化自定义一键登陆页面
上级
14641660
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
20 addition
and
4 deletion
+20
-4
pages/API/choose-image/choose-image.uvue
pages/API/choose-image/choose-image.uvue
+3
-0
pages/API/choose-location/choose-location.uvue
pages/API/choose-location/choose-location.uvue
+5
-0
pages/API/choose-video/choose-video.uvue
pages/API/choose-video/choose-video.uvue
+3
-0
pages/API/create-rewarded-video-ad/create-rewarded-video-ad.uvue
...PI/create-rewarded-video-ad/create-rewarded-video-ad.uvue
+3
-0
pages/API/get-univerify-manager/univerify-custom-page.uvue
pages/API/get-univerify-manager/univerify-custom-page.uvue
+3
-4
pages/API/open-location/open-location.uvue
pages/API/open-location/open-location.uvue
+3
-0
未找到文件。
pages/API/choose-image/choose-image.uvue
浏览文件 @
f350dcca
...
@@ -163,6 +163,9 @@
...
@@ -163,6 +163,9 @@
cropResize: false
cropResize: false
}
}
},
},
onHide() {
console.log("Page Hide");
},
onUnload() {
onUnload() {
this.imageList = [];
this.imageList = [];
this.sourceTypeIndex = 2
this.sourceTypeIndex = 2
...
...
pages/API/choose-location/choose-location.uvue
浏览文件 @
f350dcca
...
@@ -47,6 +47,9 @@
...
@@ -47,6 +47,9 @@
hoverPayload: false
hoverPayload: false
}
}
},
},
onHide() {
console.log("Page Hide");
},
methods: {
methods: {
chooseLocation: function () {
chooseLocation: function () {
let chooseLocationOptions = {
let chooseLocationOptions = {
...
@@ -106,8 +109,10 @@
...
@@ -106,8 +109,10 @@
test() {
test() {
const pages = getCurrentPages()
const pages = getCurrentPages()
const page = pages[pages.length - 1]
const page = pages[pages.length - 1]
// #ifdef APP || WEB
const dialogPages = page.getDialogPages()
const dialogPages = page.getDialogPages()
this.dialogPagesNum = dialogPages.length
this.dialogPagesNum = dialogPages.length
// #endif
}
}
}
}
}
}
...
...
pages/API/choose-video/choose-video.uvue
浏览文件 @
f350dcca
...
@@ -58,6 +58,9 @@
...
@@ -58,6 +58,9 @@
albumMode: "custom"
albumMode: "custom"
}
}
},
},
onHide() {
console.log("Page Hide");
},
methods: {
methods: {
chooseVideo() {
chooseVideo() {
uni.chooseVideo({
uni.chooseVideo({
...
...
pages/API/create-rewarded-video-ad/create-rewarded-video-ad.uvue
浏览文件 @
f350dcca
...
@@ -17,6 +17,9 @@
...
@@ -17,6 +17,9 @@
onReady() {
onReady() {
this.loadAd()
this.loadAd()
},
},
onHide() {
console.log("Page Hide");
},
methods: {
methods: {
loadAd() {
loadAd() {
if (this.btnDisable)
if (this.btnDisable)
...
...
pages/API/get-univerify-manager/univerify-custom-page.uvue
浏览文件 @
f350dcca
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<view class="container">
<view class="container">
<view class="safe_content">
<view class="safe_content">
<text class="close_icon" @click="closePage">{{closeIcon}}</text>
<text class="close_icon" @click="closePage">{{closeIcon}}</text>
<text class="title">
登录后 体验完整功能
</text>
<text class="title">
这是一个普通uvue的dialogPage页面
</text>
<view class="number">
<view class="number">
<text id="number-text" class="number-text" ref="number-text">{{phone}}</text>
<text id="number-text" class="number-text" ref="number-text">{{phone}}</text>
<text id="slogan-text" class="slogan-text">{{slogan}}</text>
<text id="slogan-text" class="slogan-text">{{slogan}}</text>
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<button id="login-button" class="login-button" @click="loginIn">本机号码一键登录</button>
<button id="login-button" class="login-button" @click="loginIn">本机号码一键登录</button>
<view class="privacy">
<view class="privacy">
<checkbox id="privacy-checkbox" class="privacy-checkbox" ref="privacy-checkbox" :checked="true"></checkbox>
<checkbox id="privacy-checkbox" class="privacy-checkbox" ref="privacy-checkbox" :checked="true"></checkbox>
<text class="privacy-normal-text">
已阅读并
同意</text>
<text class="privacy-normal-text">
登录即
同意</text>
<text id="privacy-text" class="privacy-text" @click="openLink">{{privacyName}}</text>
<text id="privacy-text" class="privacy-text" @click="openLink">{{privacyName}}</text>
</view>
</view>
<text class="other" @click="otherLogin">其他登录方式</text>
<text class="other" @click="otherLogin">其他登录方式</text>
...
@@ -151,12 +151,11 @@
...
@@ -151,12 +151,11 @@
top: 15px;
top: 15px;
font-family: uni-icon;
font-family: uni-icon;
font-size: 24px;
font-size: 24px;
/* font-weight: bold; */
}
}
.title {
.title {
font-size: 20px;
align-self: center;
align-self: center;
font-weight: bold;
top: 20px;
top: 20px;
}
}
...
...
pages/API/open-location/open-location.uvue
浏览文件 @
f350dcca
...
@@ -54,6 +54,9 @@
...
@@ -54,6 +54,9 @@
title: 'openLocation'
title: 'openLocation'
}
}
},
},
onHide() {
console.log("Page Hide");
},
methods: {
methods: {
openLocation: function (e) {
openLocation: function (e) {
console.log(e)
console.log(e)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录