Logo white

wxd / MShopWeApp

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • MShopWeApp
  • pages
  • user
  • tment_details
  • tment_details.js
  • 预约所有页面提交
    f51c01b1
    iceling authored
    2019-11-12 17:05:42 +0800  
    Browse Code »
tment_details.js 336 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
var e = getApp(),
  a = e.globalData.setting,
  os = a,
  t = e.request;
Page({

  /**
   * 页面的初始数据
   */
  data: {
    iurl: a.imghost,
  },

  /**
   * 生命周期函数--监听页面加载
   */
  onLoad: function(options) {

  },
  /**
   * 生命周期函数--监听页面显示
   */
  onShow: function() {

  },
})