浏览代码

4

dev_YWQ
congzc 1年前
父节点
当前提交
0cc032fa91
共有 4 个文件被更改,包括 44 次插入32 次删除
  1. +11
    -8
      src/pages/generateVideo/index.vue
  2. +11
    -8
      src/pages/index/index.vue
  3. +11
    -8
      src/pages/lookPhoto/index.vue
  4. +11
    -8
      src/pages/recorded/index.vue

+ 11
- 8
src/pages/generateVideo/index.vue 查看文件

@@ -129,14 +129,17 @@ function inviteFriend() {
//#region 页面跳转
function bueCoin() {
uni.showToast({
title: "暂未开放",
icon: "none",
mask: true,
});
// uni.navigateTo({
// url: "/pages/home/buyCoin",
// });
if (userInfoModulesPinia.platForm == 3) {
uni.showToast({
title: "暂未开放",
icon: "none",
mask: true,
});
} else {
uni.navigateTo({
url: "/pages/index/buyCoin",
});
}
}
//#endregion ---------------------


+ 11
- 8
src/pages/index/index.vue 查看文件

@@ -249,14 +249,17 @@ function chooseAvatar() {
//#region 路由跳转
function goBuyCoin() {
uni.showToast({
title: "暂未开放",
icon: "none",
mask: true,
});
// uni.navigateTo({
// url: "/pages/home/buyCoin",
// });
if (userInfoModulesPinia.platForm == 3) {
uni.showToast({
title: "暂未开放",
icon: "none",
mask: true,
});
} else {
uni.navigateTo({
url: "/pages/index/buyCoin",
});
}
}
function goLookPhoto(id, status) {


+ 11
- 8
src/pages/lookPhoto/index.vue 查看文件

@@ -219,14 +219,17 @@ function inviteFriend() {
//#region 页面跳转
function buyCoin() {
uni.showToast({
title: "暂未开放",
icon: "none",
mask: true,
});
// uni.navigateTo({
// url: "/pages/index/buyCoin",
// });
if (userInfoModulesPinia.platForm == 3) {
uni.showToast({
title: "暂未开放",
icon: "none",
mask: true,
});
} else {
uni.navigateTo({
url: "/pages/index/buyCoin",
});
}
}
//#endregion ---------------------


+ 11
- 8
src/pages/recorded/index.vue 查看文件

@@ -105,14 +105,17 @@ function previewImage(index) {
//#region 页面跳转
function bueCoin() {
uni.showToast({
title: "暂未开放",
icon: "none",
mask: true,
});
// uni.navigateTo({
// url: "/pages/home/buyCoin",
// });
if (userInfoModulesPinia.platForm == 3) {
uni.showToast({
title: "暂未开放",
icon: "none",
mask: true,
});
} else {
uni.navigateTo({
url: "/pages/index/buyCoin",
});
}
}
//#endregion ---------------------


正在加载...
取消
保存