|
|
@ -1053,5 +1053,11 @@ Page({ |
|
|
|
}) |
|
|
|
}) |
|
|
|
let city = wx.getStorageSync('city') |
|
|
|
let city = wx.getStorageSync('city') |
|
|
|
this.setCity(city) |
|
|
|
this.setCity(city) |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
onShareAppMessage: function () { |
|
|
|
|
|
|
|
return { |
|
|
|
|
|
|
|
title: '艾儿数据', |
|
|
|
|
|
|
|
path: 'pages/look/look', // 路径,传递参数到指定页面。
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
}) |
|
|
|
}) |