소스 검색

[专题显示接口][修改]:[专题显示接口]

tags/湖南版5.1.4
meo 6 년 전
부모
커밋
3d84491382
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. +16
    -0
      pages/main/index.js

+ 16
- 0
pages/main/index.js 파일 보기

@@ -320,6 +320,7 @@ Page({
// that.checkUserCarStatus();
that.getUserInfo();
that.getBannerlist();
that.topicShow();
if (app.couponChannelListCallback) {
app.couponChannelListCallback(app.globalData.token);
}
@@ -437,6 +438,21 @@ Page({
})
;
},
// 专题显示
topicShow: function () {
let that = this;
Http.get({
url: config.api.topicShow,
data: {
token: app.globalData.token
}
}).then(res => {
console.log(res);
})
.catch(err => {
console.log(err);
})
},

/**
* 检查用户是否有车


불러오는 중...
취소
저장