|
@@ -376,7 +376,7 @@ Page({
|
|
|
})
|
|
|
that.posthisfind(JSON.parse(options.row).industryId,)
|
|
|
that.postpredfind(JSON.parse(options.row).industryId,)
|
|
|
- console.log(app.globalData.userInfo)
|
|
|
+ // console.log(app.globalData.userInfo)
|
|
|
},
|
|
|
postfollow:function(){
|
|
|
var that = this;
|
|
@@ -426,8 +426,10 @@ Page({
|
|
|
}
|
|
|
]
|
|
|
var postbyiid = wxRequest.postRequest(Api.posthisfind(),data);
|
|
|
+ wx.showLoading({title: '加载中…'})
|
|
|
postbyiid.then((res)=>{
|
|
|
- console.log(res)
|
|
|
+ // console.log(res)
|
|
|
+ wx.hideLoading()
|
|
|
// console.log(that.recursion(res.data))
|
|
|
if(res.statusCode==200){
|
|
|
that.setData({
|
|
@@ -469,8 +471,9 @@ Page({
|
|
|
}
|
|
|
]
|
|
|
var postbyiid = wxRequest.postRequest(Api.postpredfind(),data);
|
|
|
+ wx.showLoading({title: '加载中…'})
|
|
|
postbyiid.then((res)=>{
|
|
|
-
|
|
|
+ wx.hideLoading()
|
|
|
if(res.statusCode==200){
|
|
|
that.setData({
|
|
|
nextchartData:that.recursion(res.data.data),
|