Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
d27ad82ad4
1 changed files with 0 additions and 6 deletions
  1. 6
      pages/ztbvip/index.js

6
pages/ztbvip/index.js

@ -5,9 +5,6 @@ const tdsdk = require('../../libs/tdweapp.js')
const app = getApp() const app = getApp()
Page({ Page({
/**
* 页面的初始数据
*/
data: { data: {
userInfo: null, userInfo: null,
userName: null, userName: null,
@ -18,9 +15,6 @@ Page({
vipInfo: null, vipInfo: null,
visible: false visible: false
}, },
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) { onLoad: function (options) {
this.setData({ safeBottom: app.globalData.safeBottom, userInfo: app.globalData.userInfo }) this.setData({ safeBottom: app.globalData.safeBottom, userInfo: app.globalData.userInfo })
getMemberExpenseList().then(res => { getMemberExpenseList().then(res => {

Loading…
Cancel
Save