@@ -1,6 +1,6 @@
// let BASE_Server = "http://127.0.0.1:8329"
// let BASE_Server = "https://192.168.1.109:8080"
-let BASE_Server = "https://sookajs.top:28080"
+let BASE_Server = "https://sookajs.top:18080"
@@ -147,7 +147,6 @@ Page({
bindViewDetails(e) {
-
let details = e.currentTarget.dataset.index
wx.navigateTo({
url: '../notice/notice_details?details='+JSON.stringify(details)
@@ -17,8 +17,7 @@ Page({
* 生命周期函数--监听页面加载
*/
onLoad(options) {
-let details=JSON.parse(options.details)
+ let details=JSON.parse(options.details)
this.setData({
noticeTitle: details.noticeTitle,
noticeType: details.noticeType,