feat: 视频水印固定位置显示;允许截屏禁止录屏

This commit is contained in:
2026-06-24 14:57:45 +08:00
parent bad93a3a89
commit 3fcbd371e1
14 changed files with 586 additions and 53 deletions

View File

@@ -113,19 +113,19 @@ export default {
if (v.type == 0) {
if (v.shopProduct) {
uni.navigateTo({
url: `/pages/goods/index/index?navTitle=''&isMiaosha=0&title=''&id=${v.shopProduct.productId}`,
url: `/pages/goods/index?navTitle=''&isMiaosha=0&title=''&id=${v.shopProduct.productId}`,
});
}
}
}
if (v.type == 1) {
uni.navigateTo({
url: `/pages/mine/wallet/recharge/index`,
url: `/pages/wallet/recharge`,
});
}
if (v.type == 2) {
uni.navigateTo({
url: `/pages/mine/vip/index`,
url: `/pages/vip/index`,
});
}