From d27ad82ad4bcb925795618b4ec8e8572d403bfbd Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Thu, 14 Oct 2021 19:59:54 +0800 Subject: [PATCH] no message --- pages/ztbvip/index.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pages/ztbvip/index.js b/pages/ztbvip/index.js index 1a9166b..b278ed6 100644 --- a/pages/ztbvip/index.js +++ b/pages/ztbvip/index.js @@ -5,9 +5,6 @@ const tdsdk = require('../../libs/tdweapp.js') const app = getApp() Page({ - /** - * 页面的初始数据 - */ data: { userInfo: null, userName: null, @@ -18,9 +15,6 @@ Page({ vipInfo: null, visible: false }, - /** - * 生命周期函数--监听页面加载 - */ onLoad: function (options) { this.setData({ safeBottom: app.globalData.safeBottom, userInfo: app.globalData.userInfo }) getMemberExpenseList().then(res => {