@@ -129,14 +129,17 @@ function inviteFriend() { | |||||
//#region 页面跳转 | //#region 页面跳转 | ||||
function bueCoin() { | 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 --------------------- | //#endregion --------------------- | ||||
@@ -249,14 +249,17 @@ function chooseAvatar() { | |||||
//#region 路由跳转 | //#region 路由跳转 | ||||
function goBuyCoin() { | 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) { | function goLookPhoto(id, status) { | ||||
@@ -219,14 +219,17 @@ function inviteFriend() { | |||||
//#region 页面跳转 | //#region 页面跳转 | ||||
function buyCoin() { | 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 --------------------- | //#endregion --------------------- | ||||
@@ -105,14 +105,17 @@ function previewImage(index) { | |||||
//#region 页面跳转 | //#region 页面跳转 | ||||
function bueCoin() { | 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 --------------------- | //#endregion --------------------- | ||||