主持法师

This commit is contained in:
minimaxagent1 2025-08-07 13:47:13 +08:00
parent b5fd142d35
commit 29848591ab
2 changed files with 8 additions and 5 deletions

View File

@ -68,13 +68,14 @@ export default {
return { return {
activeTab: 0, // activeTab: 0, //
tabs: [], tabs: [],
monkInfo: {} monkInfo: {},
} }
}, },
onLoad(options) { onLoad() {
let id=uni.getStorageSync('abbotId')
// //
if (options.id) { if (id) {
this.fetchMonkDetail(options.id); this.fetchMonkDetail(id);
} }
}, },
methods: { methods: {

View File

@ -271,6 +271,8 @@ import { getArticleById } from "../../api/article/article.js";
audioUrl: response.data.audioUrl || '' audioUrl: response.data.audioUrl || ''
}; };
uni.setStorageSync('abbotId', response.data.abbotId);
// //
this.stopMarquee(); this.stopMarquee();
this.startMarquee(); this.startMarquee();