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()
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 => {

Loading…
Cancel
Save