123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- Page({
-
- data: {
- performance: [{
- name: "《人在江湖》郭德纲 于谦",
- year: "2年前",
- count: "5601.9万",
- time: "34:36"
- },
- {
- name: "《人在江湖》郭德纲 于谦",
- year: "2年前",
- count: "5601.9万",
- time: "34:36"
- },
- {
- name: "《人在江湖》郭德纲 于谦",
- year: "2年前",
- count: "5601.9万",
- time: "34:36"
- },
- {
- name: "《人在江湖》郭德纲 于谦",
- year: "2年前",
- count: "5601.9万",
- time: "34:36"
- },
- {
- name: "《人在江湖》郭德纲 于谦",
- year: "2年前",
- count: "5601.9万",
- time: "34:36"
- },
- {
- name: "《人在江湖》郭德纲 于谦",
- year: "2年前",
- count: "5601.9万",
- time: "34:36"
- },
- {
- name: "《人在江湖》郭德纲 于谦",
- year: "2年前",
- count: "5601.9万",
- time: "34:36"
- },
- {
- name: "《人在江湖》郭德纲 于谦",
- year: "2年前",
- count: "5601.9万",
- time: "34:36"
- },
- ]
- },
-
- onLoad: function (options) {
- console.log(options)
- this.setData({
- performanceInfo: [{
- imgurl: options.url+'=5&upload_type=album&device_type=ios&name=medium&magick=png',
- title: options.title,
- author: "某某某",
- num1: "767.6万",
- num2: "257"
- }],
- imgurl: options.url+'=5&upload_type=album&device_type=ios&name=medium&magick=png',
- });
- },
-
- onShareAppMessage: function () {
- }
- })
|