提交 9dfc5635 编写于 作者: tao.wu's avatar tao.wu

Merge remote-tracking branch 'origin/dev-stage2-20191125' into dev-stage2-20191125

...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
showAwadModal: true, // 根据活动时间是否展示中奖弹层以及查看昨日榜单逻辑 showAwadModal: true, // 根据活动时间是否展示中奖弹层以及查看昨日榜单逻辑
yestodayAwards: '', // 昨日可获得 yestodayAwards: '', // 昨日可获得
token: '', token: '',
activityId: 2, // 上线前等产品通知修改默认值 activityId: '', // 上线前等产品通知修改默认值
encryptId: '', // 加密后的id,(分享传参用) encryptId: '', // 加密后的id,(分享传参用)
serverTime: '', serverTime: '',
...@@ -665,6 +665,9 @@ ...@@ -665,6 +665,9 @@
}); });
this.$router.push({ this.$router.push({
name: 'person-detail', name: 'person-detail',
query: {
activityId: vm.activityId
}
}); });
}, },
// 查看个人榜单 // 查看个人榜单
......
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
getPersonDetails() { getPersonDetails() {
getPersonDetails({ getPersonDetails({
pageNo: this.pageNo, pageNo: this.pageNo,
activityId: 2 activityId: this.$route.query.activityId
}).then(res => { }).then(res => {
console.log(res) console.log(res)
if(res.code == '000000') { if(res.code == '000000') {
......
...@@ -9,10 +9,10 @@ export const getUserScoreInfo = () => { ...@@ -9,10 +9,10 @@ export const getUserScoreInfo = () => {
return request({ return request({
url: `campaign/ranking/user_info`, url: `campaign/ranking/user_info`,
method: 'post', method: 'post',
// withCredentials: true, withCredentials: true,
headers: { // headers: {
token: 'D3FFA515261C48478773C0BA17C11F52' // token: 'D3FFA515261C48478773C0BA17C11F52'
} // }
}) })
} }
...@@ -29,7 +29,7 @@ export const getBEServerTime = () => { ...@@ -29,7 +29,7 @@ export const getBEServerTime = () => {
// 获取已邀请的医生列表 // 获取已邀请的医生列表
export const getInviteList = () => { export const getInviteList = () => {
return request({ return request({
url: `campaign/inviteDetail/oneList?pageNo=1&pageSize=10`, url: `campaign/inviteDetail/oneList?pageNo=1&pageSize=4`,
method: 'get', method: 'get',
withCredentials: true, withCredentials: true,
// headers: { // headers: {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册