16 lines
384 B
JavaScript
16 lines
384 B
JavaScript
|
var t;
|
||
|
|
||
|
t = getApp(), Page({
|
||
|
data: {
|
||
|
list: t.globalData.xzwdata
|
||
|
},
|
||
|
onLoad: function(t) {},
|
||
|
onShareAppMessage: function(t) {
|
||
|
return "button" === t.from && console.log(t.target), {
|
||
|
title: "星座运势",
|
||
|
path: "/pages/fortune_astro/index",
|
||
|
success: function(t) {},
|
||
|
fail: function(t) {}
|
||
|
};
|
||
|
}
|
||
|
});
|