diff --git a/pages/my/channelMerchants/myMerchants.vue b/pages/my/channelMerchants/myMerchants.vue index 5714b6a..5ca0049 100644 --- a/pages/my/channelMerchants/myMerchants.vue +++ b/pages/my/channelMerchants/myMerchants.vue @@ -60,58 +60,38 @@ - + 渠道码 - + - - - - - - + - {{ item.artificerName }} - + 名称:{{ item.name }} - + - 可服务 - {{item.time}} + 地址:{{ item.address }} - - - 休息中 - - - + + + - - - - - - - - - + @@ -139,16 +119,14 @@ erweimapath: '', invitationCode: '', tuiguang: '', - codeList: [], } }, onLoad() { this.avatar = uni.getStorageSync('avatar') this.getData(); - this.getBackImageList(); this.getUserInfo(); - this.getlist(); - this.tabNavSon(); + // this.getlist(); + // this.tabNavSon(); this.$Request.getT('/app/common/type/116').then(res => { if (res.code === 0) { if (res.data && res.data.value) { @@ -251,15 +229,6 @@ } }) }, - changeClickSon(item){ - var index = [] - for(var i=0;i { - console.log(res) - } - }) - }, - hideModal() { - this.modalName = null; - }, - qrR(path) { - this.erweimapath = path; - }, - posterSuccess(haibaoImg) { - this.haibaoImg = haibaoImg; - this.modalName = 'Image'; - }, - showModal() { - if (!this.haibaoImg) { - this.haibaoShow = true; - this.$queue.showLoading('海报生成中...'); - } else { - this.modalName = 'Image'; - } - }, goNav(link){ uni.navigateTo({ - url:link+'?navName='+'经纪人' + url:link+'?navName='+'渠道商' }) }, getData(){ - this.$Request.get("/app/commission/jjr/myJjr").then(res => { + this.$Request.get("/app/commission/qds/myQds").then(res => { console.log("res.data--->", res.data); if (res.code == 0) { this.listData=res.data @@ -468,6 +392,12 @@ flex-direction: column; align-items: center; } + .list-view-code{ + width:100%; + display: flex; + flex-direction: column; + align-items: center; + } .mian-list{ width:100%; display: flex; @@ -624,8 +554,20 @@ } .liebiao{ //height: 100vh; - margin-top: 85px; + margin-top: 25px; display: flex; flex-direction: column; } + .touxiang-left-content{ + margin-bottom: 15px; + } + .touxiang-left-content-img{ + width : 320px; + height: 320px; + } + .list-right-top-name{ + font-size: 16px; + font-weight: 600; + color: #333; + } \ No newline at end of file diff --git a/pages/my/index.vue b/pages/my/index.vue index 00baba9..69da7d5 100644 --- a/pages/my/index.vue +++ b/pages/my/index.vue @@ -163,38 +163,38 @@ 城市合伙人 - - - - - - - + + + + + 预约 + + + + 上线 + @@ -324,6 +333,24 @@ this.$refs.pinglun.open('bottom'); this.getPingL(this.videoID); }, + shangxian(item){//请TA上线 + var data={ + userId: item.createBy, + byUserId: uni.getStorageSync('userId'), + } + this.$Request.post("/app/message/insertUpMessage", data).then(res => { + if (res.code == 0) { + uni.showToast({ + title: '提醒成功!' + }) + }else{ + uni.showToast({ + icon:'error', + title: '提醒失败!' + }) + } + }); + }, getPingL(shipinquanId){//获取评论列表 var data={ page: this.page,