card-mini/packagecard/moments/list/momentsshowlist.js

19 lines
353 B
JavaScript
Raw Normal View History

2021-07-14 14:20:54 +08:00
// pages/moments/list/momentsshowlist.js
2021-09-01 16:55:20 +08:00
const app = getApp()
2021-07-14 14:20:54 +08:00
Page({
/**
* 页面的初始数据
*/
data: {
2021-09-01 16:55:20 +08:00
url: 'https://cbc.wgink.ink/systemcard/app/cardconfigarticle/listrelease?token=' + app.globalData.token
2021-07-14 14:20:54 +08:00
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
},
})