闫增涛
2025-03-28 b97bfcb85b2ded3b1f380e9a98b54b836faabba5
packageBookService/pages/bookServices/detail/components/note/note.js
@@ -1,5 +1,8 @@
// pages/bookServices/detail/components/note/note.js
const app = getApp();
import {
  loginInfo
} from "../../../../../../assets/js/login";
Component({
  /**
   * 组件的属性列表
@@ -64,6 +67,7 @@
      });
    },
    openDialog() {
      loginInfo(app, (data) => {})
      this.setData({
        submitTitle: this.properties.bookInfo.name,
        showNoteDialog: true,