|
|
@ -1,4 +1,6 @@ |
|
|
// pages/list/six/index.js
|
|
|
// pages/list/six/index.js
|
|
|
|
|
|
let app = getApp() |
|
|
|
|
|
|
|
|
import commonApi from "../../../utils/https/common" |
|
|
import commonApi from "../../../utils/https/common" |
|
|
import util from "../../../utils/util" |
|
|
import util from "../../../utils/util" |
|
|
Page({ |
|
|
Page({ |
|
|
@ -48,6 +50,14 @@ Page({ |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
goH5(e){ |
|
|
|
|
|
let url = e.currentTarget.dataset.url; |
|
|
|
|
|
app.globalData.weburl = url; |
|
|
|
|
|
console.log(app.globalData.weburl); |
|
|
|
|
|
wx.navigateTo({ |
|
|
|
|
|
url: "/pages/pbService/web/index" |
|
|
|
|
|
}) |
|
|
|
|
|
}, |
|
|
getTypes:function(){ |
|
|
getTypes:function(){ |
|
|
// 获取苏城六纪下面的分类
|
|
|
// 获取苏城六纪下面的分类
|
|
|
commonApi._post("act/get_type_by_area",{ |
|
|
commonApi._post("act/get_type_by_area",{ |
|
|
|