congzc vor 1 Jahr
Ursprung
Commit
0cc032fa91
4 geänderte Dateien mit 44 neuen und 32 gelöschten Zeilen
  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 Datei anzeigen

@@ -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 Datei anzeigen

@@ -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 Datei anzeigen

@@ -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 Datei anzeigen

@@ -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 ---------------------


Laden…
Abbrechen
Speichern