1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-12 13:19:31 +08:00

feat: 文章详情支持投票功能

This commit is contained in:
小莫唐尼
2025-08-20 23:17:34 +08:00
parent 1075f588fa
commit 623e3fa59a
5 changed files with 1941 additions and 1393 deletions
+2 -2
View File
@@ -14,7 +14,7 @@
const _DEV_ = false
const _DEV_TO_TYPE_ = "page"
const _DEV_TO_PATH_ = "/pagesA/votes/votes"
const _DEV_TO_PATH_ = ""
export default {
mixins: [pluginAvailable],
@@ -71,7 +71,7 @@
methods: {
fnCheckShowStarted() {
// 本地开发,快速跳转页面,发布请设置 _DEV_ = false
if (_DEV_) {
if (_DEV_ && _DEV_TO_PATH_) {
if (_DEV_TO_TYPE_ == 'tabbar') {
uni.switchTab({
url: _DEV_TO_PATH_