소스 검색

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


불러오는 중...
취소
저장