增加激励视频广告

This commit is contained in:
唐明明
2022-06-29 18:08:50 +08:00
parent 8235720d27
commit f2e01ae412
14 changed files with 13022 additions and 12723 deletions

View File

@@ -11,10 +11,11 @@
}).then(res => {
if (res.update) {
uni.showModal({
title: "更新提示",
content: res.note || '版本更新信息',
confirmText: "更新",
success: modalRes => {
title : "更新提示",
content : res.note || '版本更新信息',
confirmText : "更新",
showCancel : false,
success : modalRes => {
if (modalRes.confirm) {
if (plus.os.name == "Android") {
uni.showToast({