diff --git a/api/model/sharing.js b/api/model/sharing.js index 4d88525..9054866 100644 --- a/api/model/sharing.js +++ b/api/model/sharing.js @@ -100,6 +100,7 @@ const api = { url: '/fen/checkShare', method: 'POST', auth: true, + showLoading : true, }, /** * 校验视频转发是否达标 @@ -108,7 +109,6 @@ const api = { url: '/fen/checkVideoShare', method: 'POST', auth: true, - limit : 500, showLoading : true, }, /** @@ -118,7 +118,6 @@ const api = { url: '/fen/checkGroupShare', method: 'POST', auth: true, - limit : 500, showLoading : true, }, /** @@ -128,7 +127,6 @@ const api = { url: '/fen/checkArticleShare', method: 'POST', auth: true, - limit : 500, showLoading : true, }, } diff --git a/pages/index/record.vue b/pages/index/record.vue index 4566ebe..595e7d1 100644 --- a/pages/index/record.vue +++ b/pages/index/record.vue @@ -140,7 +140,7 @@ 2: '../../static/image/record/fail.png', // 未通过 }, // todo - sliderBgUrl: 'https://thumbnail0.baidupcs.com/thumbnail/5128034cfj9ac619ca072da4706a6c90?fid=3983569511-250528-294545550145327&time=1742536800&rt=sh&sign=FDTAER-DCb740ccc5511e5e8fedcff06b081203-iqtAvQatpPXXyCeN8GEAHhPMHEM%3D&expires=8h&chkv=0&chkbd=0&chkpc=&dp-logid=8764190582084176609&dp-callid=0&file_type=0&size=c850_u580&quality=100&vuk=-&ft=video', + sliderBgUrl: '', mixinsListApi : 'getSharePage', } }, diff --git a/pages_order/components/popupUnlock.vue b/pages_order/components/popupUnlock.vue index ccfd890..b657ed5 100644 --- a/pages_order/components/popupUnlock.vue +++ b/pages_order/components/popupUnlock.vue @@ -37,6 +37,7 @@ this.$refs.popup.open(); }, close() { + console.log('--close popup') this.$refs.popup.close(); }, }, diff --git a/pages_order/mine/team.vue b/pages_order/mine/team.vue index bca2f21..e2a11f0 100644 --- a/pages_order/mine/team.vue +++ b/pages_order/mine/team.vue @@ -127,7 +127,7 @@ state: 0, }, // todo - sliderBgUrl: 'https://thumbnail0.baidupcs.com/thumbnail/5128034cfj9ac619ca072da4706a6c90?fid=3983569511-250528-294545550145327&time=1742536800&rt=sh&sign=FDTAER-DCb740ccc5511e5e8fedcff06b081203-iqtAvQatpPXXyCeN8GEAHhPMHEM%3D&expires=8h&chkv=0&chkbd=0&chkpc=&dp-logid=8764190582084176609&dp-callid=0&file_type=0&size=c850_u580&quality=100&vuk=-&ft=video', + sliderBgUrl: '', mixinsListApi : 'getUserInfoVipList', } }, diff --git a/pages_order/record/videoSharing.vue b/pages_order/record/videoSharing.vue index b92b443..ac514cd 100644 --- a/pages_order/record/videoSharing.vue +++ b/pages_order/record/videoSharing.vue @@ -36,8 +36,8 @@ -