This commit is contained in:
pengxiaolong
2025-07-21 22:10:59 +08:00
parent 31527ba8a6
commit 7116e57fc3
157 changed files with 2793 additions and 405 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./common/vendor.js");Math;const o={data:()=>({info:{},userSig:"",chatInfo:{}}),onLoad(e){},methods:{},provide:()=>({$global:{lastPage:null}})},a=e.jo.getInstance({host:"hangzhou.goeasy.io",appkey:"BC-b858b695aa404138a0547d71da77bbb0",modules:["im"]});function t(){const t=e.createSSRApp(o),n=e.createPinia();return t.config.globalProperties.$goeasy=a,t.use(n),{app:t,pinia:n}}t().app.mount("#app"),exports.createApp=t;
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./common/vendor.js");Math;const o={data:()=>({}),onLoad(){},methods:{},provide:()=>({$global:{lastPage:null}})},a=e.jo.getInstance({host:"hangzhou.goeasy.io",appkey:"BC-7a962ba3e9b84034a96dcc703a177017",modules:["im"]});function t(){const t=e.createSSRApp(o),n=e.createPinia();return t.config.globalProperties.$goeasy=a,t.use(n),{app:t,pinia:n}}t().app.mount("#app"),exports.createApp=t;

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
"use strict";exports.generateId=function(){const r=Math.random()>=.5;return`${String.fromCharCode(Math.floor(26*Math.random())+(r?65:97))}${Array.from({length:5},(()=>{const r=Math.random();return r<.3?String.fromCharCode(Math.floor(26*Math.random())+97):r<.6?String.fromCharCode(Math.floor(26*Math.random())+65):Math.floor(10*Math.random())})).join("")}${Date.now().toString(16).slice(-4)}`};

View File

@@ -1 +1 @@
"use strict";exports.TimeFormatting=function(t){const e=new Date(1e3*t);e.getFullYear();const r=String(e.getMonth()+1).padStart(2,"0"),n=String(e.getDate()).padStart(2,"0"),a=String(e.getHours()).padStart(2,"0"),g=String(e.getMinutes()).padStart(2,"0");return String(e.getSeconds()).padStart(2,"0"),`${r}-${n} ${a}:${g}`};
"use strict";exports.TimeFormatting=function(t){const r=new Date(t);r.getFullYear();const e=String(r.getMonth()+1).padStart(2,"0"),n=String(r.getDate()).padStart(2,"0"),a=String(r.getHours()).padStart(2,"0"),g=String(r.getMinutes()).padStart(2,"0");return String(r.getSeconds()).padStart(2,"0"),`${e}-${n} ${a}:${g}`};

View File

@@ -1 +1 @@
"use strict";const o=require("../../common/vendor.js");exports.getConversationList=function(o){return new Promise(((n,e)=>{o.im.latestConversations({onSuccess:function(o){console.log("获取会话列表成功",o),n(o.content)},onFailed:function(o){console.log("获取会话列表失败, code:"+o.code+" content:"+o.content)}})}))},exports.getConversationMessages=function(n,e,t){return new Promise(((c,s)=>{n.im.history({id:e,type:o.jo.IM_SCENE.PRIVATE,lastTimestamp:t,limit:30,onSuccess:function(o){console.log("获取消息列表成功",o),c(o.content)},onFailed:function(o){console.log("获取消息列表失败, code:"+o.code+" content:"+o.content)}})}))},exports.goEasylogin=function(o,n,e,t){console.log("`````````````````goEasylogin`````````````````",n,e,t),o.connect({id:n,data:{avatar:e,nickname:t},onSuccess:function(){console.log("IM连接成功")},onFailed:function(o){console.log("IM连接失败, code:"+o.code+",error:"+o.content)},onProgress:function(o){console.log("IM连接或自动重连中",o)}})},exports.goEasylogout=function(o){o.disconnect({onSuccess:function(){console.log("IM断开成功")},onFailed:function(o){console.log("IM断开失败, code:"+o.code+",error:"+o.content)}})},exports.sendMessage=function(n,e,t,c,s){return new Promise(((i,r)=>{var l=n.im;let a=l.createTextMessage({text:t,to:{type:o.jo.IM_SCENE.PRIVATE,id:e,data:{avatar:c,nickname:s}}});l.sendMessage({message:a,onSuccess:function(){console.log("发送消息成功",a),i(a)},onFailed:function(o){console.log("发送消息失败code:"+o.code+" ,error "+o.content),r(o)}})}))};
"use strict";const o=require("../../common/vendor.js");exports.conversationDelete=function(o,n){return new Promise(((e,t)=>{o.im.removeConversation({conversation:n,onSuccess:function(){e("删除会话成功")},onFailed:function(o){console.log(o)}})}))},exports.conversationTop=function(o,n,e){return new Promise(((t,s)=>{o.im.topConversation({conversation:n,top:e,onSuccess:function(){t("成功")},onFailed:function(o){console.log("失败:",o)}})}))},exports.getConversationList=function(o){return new Promise(((n,e)=>{o.im.latestConversations({onSuccess:function(o){console.log("获取会话列表成功",o),n(o.content)},onFailed:function(o){console.log("获取会话列表失败, code:"+o.code+" content:"+o.content)}})}))},exports.getConversationMessages=function(n,e,t){return new Promise(((s,c)=>{n.im.history({id:e,type:o.jo.IM_SCENE.PRIVATE,lastTimestamp:t,limit:30,onSuccess:function(o){console.log("获取消息列表成功",o),s(o.content)},onFailed:function(o){console.log("获取消息列表失败, code:"+o.code+" content:"+o.content)}})}))},exports.goEasylogin=function(o,n,e,t){console.log("`````````````````goEasylogin`````````````````",n,e,t),o.connect({id:n,data:{avatar:e,nickname:t},onSuccess:function(){console.log("IM连接成功")},onFailed:function(o){console.log("IM连接失败, code:"+o.code+",error:"+o.content)},onProgress:function(o){console.log("IM连接或自动重连中",o)}})},exports.goEasylogout=function(o){o.disconnect({onSuccess:function(){console.log("IM断开成功")},onFailed:function(o){console.log("IM断开失败, code:"+o.code+",error:"+o.content)}})},exports.messageRead=function(n,e){return new Promise(((t,s)=>{n.im.markMessageAsRead({id:e,type:o.jo.IM_SCENE.PRIVATE,onSuccess:function(){t()},onFailed:function(o){console.log("标记私聊已读失败",o)}})}))},exports.sendCustomMessage=function(n,e,t,s,c,i){return new Promise(((r,a)=>{var l=n.im,u=l.createCustomMessage({type:e,payload:s,to:{type:o.jo.IM_SCENE.PRIVATE,id:t,data:{avatar:c,nickname:i}}});l.sendMessage({message:u,onSuccess:function(){r(u)},onFailed:function(o){console.log("Failed to send messagecode:"+o.code+",error"+o.content)}})}))},exports.sendMessage=function(n,e,t,s,c){return new Promise(((i,r)=>{var a=n.im;let l=a.createTextMessage({text:t,to:{type:o.jo.IM_SCENE.PRIVATE,id:e,data:{avatar:s,nickname:c}}});a.sendMessage({message:l,onSuccess:function(){i(l)},onFailed:function(o){console.log("发送消息失败code:"+o.code+" ,error "+o.content),r(o)}})}))};

View File

@@ -1 +1 @@
"use strict";const e=require("../common/vendor.js"),t=require("./addPrefixToHeaderIcon.js");exports.request=function(n){const{url:r,data:a,method:o,header:s,userInfo:i}=n,g="http://120.26.251.180:8086/"+r;return new Promise(i?(n,r)=>{e.index.getStorage({key:"userinfo",success:i=>{i.data?i.data.nickName?e.index.request({url:g,data:a,method:o,header:s,success:function(e){console.log("请求成功",e),n(t.addPrefixToHeaderIcon(e.data))},fail:function(e){r(e)}}):(e.index.setStorageSync("lastPage",getCurrentPages()[getCurrentPages().length-1].route),e.index.reLaunch({url:"/pages/UserInformation/UserInformation"})):(e.index.setStorageSync("lastPage",getCurrentPages()[getCurrentPages().length-1].route),e.index.navigateTo({url:"/pages/login/login"}))},fail:function(t){e.index.setStorageSync("lastPage",getCurrentPages()[getCurrentPages().length-1].route),e.index.navigateTo({url:"/pages/login/login"}),r(t)}})}:(n,r)=>{e.index.request({url:g,data:a,method:o,header:s,success:function(e){console.log("请求成功",e),n(t.addPrefixToHeaderIcon(e.data))},fail:function(e){r(e)}})})};
"use strict";const e=require("../common/vendor.js"),t=require("./addPrefixToHeaderIcon.js");exports.request=function(n){const{url:r,data:a,method:o,header:s,userInfo:i}=n,g="https://pk.zhukeping.com/"+r;return new Promise(i?(n,r)=>{e.index.getStorage({key:"userinfo",success:i=>{i.data?i.data.nickName?e.index.request({url:g,data:a,method:o,header:s,success:function(e){console.log("请求成功",e),n(t.addPrefixToHeaderIcon(e.data))},fail:function(e){r(e)}}):(e.index.setStorageSync("lastPage",getCurrentPages()[getCurrentPages().length-1].route),e.index.reLaunch({url:"/pages/UserInformation/UserInformation"})):(e.index.setStorageSync("lastPage",getCurrentPages()[getCurrentPages().length-1].route),e.index.navigateTo({url:"/pages/login/login"}))},fail:function(t){e.index.setStorageSync("lastPage",getCurrentPages()[getCurrentPages().length-1].route),e.index.navigateTo({url:"/pages/login/login"}),r(t)}})}:(n,r)=>{e.index.request({url:g,data:a,method:o,header:s,success:function(e){console.log("请求成功",e),n(t.addPrefixToHeaderIcon(e.data))},fail:function(e){r(e)}})})};

View File

@@ -1 +1 @@
"use strict";const e=require("../../common/vendor.js"),t=require("../VerifyLogin.js");Math||a();const a=()=>"../../pages/NewAddedPk/NewAddedPk2.js",s={__name:"tabBar",props:{tabIndex:Number,Unread:Number},setup(a){let s=e.ref(!1),n=e.reactive([{iconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Pk.png",selectedIconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/PKClick.png",text:"PK",pagePath:"/pages/Home/Home",middleClass:""},{iconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Forum.png",selectedIconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Forumclick.png",text:"站内信",pagePath:"/pages/Forum/Forum",middleClass:""},{iconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/jiahao.png",selectedIconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/jiahao.png",text:"",pagePath:"/pages/c/c",middleClass:""},{iconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Message.png",selectedIconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Messageclick.png",text:"消息",pagePath:"/pages/index/index",middleClass:""},{iconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Mine.png",selectedIconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Mineclick.png",text:"我的",pagePath:"/pages/Mine/Mine",middleClass:""}]);e.onMounted((()=>{!function(){let e=n.length;if(e%2){s.value=!0;let t=Math.floor(e/2);n[t].middleClass="mid-button"}}()})),e.index.getSystemInfo({success:function(e){e.safeArea.top}});const o=e.ref();const c=()=>!1;function i(a,s){2===s?t.VerifyLogin().then((e=>{e&&o.value.open()})):4===s?t.VerifyLogin().then((t=>{t&&e.index.switchTab({url:"/pages/Mine/Mine",animationType:"none"})})):e.index.switchTab({url:a.pagePath})}return(t,l)=>({a:e.f(e.unref(n),((t,s,n)=>e.e({a:a.tabIndex==s?t.selectedIconPath:t.iconPath,b:3===s&&a.Unread>0},3===s&&a.Unread>0?{c:e.t(a.Unread>99?"99+":a.Unread)}:{},{d:e.t(t.text),e:a.tabIndex==s?"#1DD2F9":"#A7A3A3",f:e.n("list-item flex flex-column flex-middle "+t.middleClass),g:e.o((e=>i(t,s)),s),h:s}))),b:e.n(!0===e.unref(s)?"tab-list-middle":"tab-list-default"),c:e.o(c),d:e.sr(o,"b449a907-0",{k:"createModule"}),e:e.o(t.publishSuccesss)})}},n=e._export_sfc(s,[["__scopeId","data-v-b449a907"]]);wx.createComponent(n);
"use strict";const e=require("../../common/vendor.js"),t=require("../VerifyLogin.js"),a=require("../goEasyTool/tool.js");Math||o();const o=()=>"../../pages/NewAddedPk/NewAddedPk2.js",s={__name:"tabBar",props:{tabIndex:Number},setup(o){const s=e.getCurrentInstance().appContext.config.globalProperties.$goeasy,n=e.ref(0);var c=s.im;function i(e){console.log("监听会话列表",e),n.value=e.unreadTotal}let l=e.ref(!1),d=e.reactive([{iconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Pk.png",selectedIconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/PKClick.png",text:"PK",pagePath:"/pages/Home/Home",middleClass:""},{iconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Forum.png",selectedIconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Forumclick.png",text:"站内信",pagePath:"/pages/Forum/Forum",middleClass:""},{iconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/jiahao.png",selectedIconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/jiahao.png",text:"",pagePath:"/pages/c/c",middleClass:""},{iconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Message.png",selectedIconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Messageclick.png",text:"消息",pagePath:"/pages/index/index",middleClass:""},{iconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Mine.png",selectedIconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Mineclick.png",text:"我的",pagePath:"/pages/Mine/Mine",middleClass:""}]);e.onMounted((()=>{!function(){let e=d.length;if(e%2){l.value=!0;let t=Math.floor(e/2);d[t].middleClass="mid-button"}}(),setTimeout((()=>{a.getConversationList(s).then((e=>{n.value=e.unreadTotal})),c.on(e.jo.IM_EVENT.CONVERSATIONS_UPDATED,i)}),1e3)})),e.index.getSystemInfo({success:function(e){e.safeArea.top}});const h=e.ref();const u=()=>!1;function p(a,o){2===o?t.VerifyLogin().then((e=>{e&&h.value.open()})):4===o?t.VerifyLogin().then((t=>{t&&e.index.switchTab({url:"/pages/Mine/Mine",animationType:"none"})})):e.index.switchTab({url:a.pagePath})}return(t,a)=>({a:e.f(e.unref(d),((t,a,s)=>e.e({a:o.tabIndex==a?t.selectedIconPath:t.iconPath,b:3===a&&n.value>0},3===a&&n.value>0?{c:e.t(n.value>99?"99+":n.value)}:{},{d:e.t(t.text),e:o.tabIndex==a?"#1DD2F9":"#A7A3A3",f:e.n("list-item flex flex-column flex-middle "+t.middleClass),g:e.o((e=>p(t,a)),a),h:a}))),b:e.n(!0===e.unref(l)?"tab-list-middle":"tab-list-default"),c:e.o(u),d:e.sr(h,"99121d5c-0",{k:"createModule"}),e:e.o(t.publishSuccesss)})}},n=e._export_sfc(s,[["__scopeId","data-v-99121d5c"]]);wx.createComponent(n);

View File

@@ -1 +1 @@
<view class="tab-block data-v-b449a907"><view class="{{['tab-list', 'flex', 'flex-center', 'data-v-b449a907', b]}}"><view wx:for="{{a}}" wx:for-item="item" wx:key="h" class="{{['data-v-b449a907', item.f]}}" bindtap="{{item.g}}"><view class="item-img-box data-v-b449a907"><image class="item-img data-v-b449a907" src="{{item.a}}"/><view wx:if="{{item.b}}" class="Unreadcss data-v-b449a907">{{item.c}}</view></view><view class="item-text font-20 data-v-b449a907" style="{{'color:' + item.e}}">{{item.d}}</view></view></view><view class="data-v-b449a907" catchtouchmove="{{c}}"></view><new-added-pk class="createModule r data-v-b449a907" u-r="createModule" bindpublishSuccess="{{e}}" u-i="b449a907-0" bind:__l="__l"></new-added-pk></view>
<view class="tab-block data-v-99121d5c"><view class="{{['tab-list', 'flex', 'flex-center', 'data-v-99121d5c', b]}}"><view wx:for="{{a}}" wx:for-item="item" wx:key="h" class="{{['data-v-99121d5c', item.f]}}" bindtap="{{item.g}}"><view class="item-img-box data-v-99121d5c"><image class="item-img data-v-99121d5c" src="{{item.a}}"/><view wx:if="{{item.b}}" class="Unreadcss data-v-99121d5c">{{item.c}}</view></view><view class="item-text font-20 data-v-99121d5c" style="{{'color:' + item.e}}">{{item.d}}</view></view></view><view class="data-v-99121d5c" catchtouchmove="{{c}}"></view><new-added-pk class="createModule r data-v-99121d5c" u-r="createModule" bindpublishSuccess="{{e}}" u-i="99121d5c-0" bind:__l="__l"></new-added-pk></view>

View File

@@ -1 +1 @@
.flex.data-v-b449a907{display:flex;flex-flow:row wrap}.flex-center.data-v-b449a907{align-items:center;justify-content:center}.flex-column.data-v-b449a907{flex-direction:column;align-items:center}.flex-middle.data-v-b449a907{align-items:center}.font-20.data-v-b449a907{font-size:20rpx}.tab-block.data-v-b449a907{position:relative;position:fixed;bottom:0;z-index:2;background-size:contain;width:100vw;background-color:#fff;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.tab-block .tab-list.data-v-b449a907{height:100rpx;padding:0;z-index:0}.tab-block .createModule.data-v-b449a907{position:fixed;bottom:0;right:0;z-index:998;width:100vw}.tab-block .tab-list-default.data-v-b449a907{background-color:#fff;border-top:1px #dddddd solid}.tab-block .tab-list-middle.data-v-b449a907{position:relative;background-size:cover}.tab-block .list-item.data-v-b449a907{flex:1}.tab-block .list-item .item-img-box.data-v-b449a907{width:38rpx;height:38rpx;margin-bottom:9rpx;position:relative}.tab-block .list-item .item-img.data-v-b449a907{width:38rpx;height:38rpx;color:red}.tab-block .mid-button.data-v-b449a907{position:relative}.tab-block .mid-button .item-img-box.data-v-b449a907{width:150rpx;height:150rpx;margin-bottom:9rpx;position:absolute;z-index:10;top:-104rpx}.tab-block .mid-button .item-img.data-v-b449a907{width:150rpx;height:150rpx}.tab-block .mid-button .item-text.data-v-b449a907{font-size:20rpx;position:absolute;z-index:1002;bottom:-40rpx;color:#393a41}.tab-block .tab-bar.data-v-b449a907{height:30rpx;background-color:#fff}.Unreadcss.data-v-b449a907{position:absolute;background-color:red;margin-top:-65rpx;width:30rpx;height:30rpx;border-radius:50%;text-align:center;font-weight:700;font-size:18rpx;color:#fff;line-height:30rpx;margin-left:30rpx;z-index:1001}
.flex.data-v-99121d5c{display:flex;flex-flow:row wrap}.flex-center.data-v-99121d5c{align-items:center;justify-content:center}.flex-column.data-v-99121d5c{flex-direction:column;align-items:center}.flex-middle.data-v-99121d5c{align-items:center}.font-20.data-v-99121d5c{font-size:20rpx}.tab-block.data-v-99121d5c{position:relative;position:fixed;bottom:0;z-index:2;background-size:contain;width:100vw;background-color:#fff;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.tab-block .tab-list.data-v-99121d5c{height:100rpx;padding:0;z-index:0}.tab-block .createModule.data-v-99121d5c{position:fixed;bottom:0;right:0;z-index:998;width:100vw}.tab-block .tab-list-default.data-v-99121d5c{background-color:#fff;border-top:1px #dddddd solid}.tab-block .tab-list-middle.data-v-99121d5c{position:relative;background-size:cover}.tab-block .list-item.data-v-99121d5c{flex:1}.tab-block .list-item .item-img-box.data-v-99121d5c{width:38rpx;height:38rpx;margin-bottom:9rpx;position:relative}.tab-block .list-item .item-img.data-v-99121d5c{width:38rpx;height:38rpx;color:red}.tab-block .mid-button.data-v-99121d5c{position:relative}.tab-block .mid-button .item-img-box.data-v-99121d5c{width:150rpx;height:150rpx;margin-bottom:9rpx;position:absolute;z-index:10;top:-104rpx}.tab-block .mid-button .item-img.data-v-99121d5c{width:150rpx;height:150rpx}.tab-block .mid-button .item-text.data-v-99121d5c{font-size:20rpx;position:absolute;z-index:1002;bottom:-40rpx;color:#393a41}.tab-block .tab-bar.data-v-99121d5c{height:30rpx;background-color:#fff}.Unreadcss.data-v-99121d5c{position:absolute;background-color:red;margin-top:-65rpx;width:30rpx;height:30rpx;border-radius:50%;text-align:center;font-weight:700;font-size:18rpx;color:#fff;line-height:30rpx;margin-left:30rpx;z-index:1001}

View File

@@ -1 +1 @@
"use strict";const e=require("../../components/request.js"),t=require("../../common/vendor.js"),r={data:()=>({list:[],triggered:!1,page:0,pageSize:10}),onShareAppMessage(e){if("menu"===e.from)return{title:"分享",path:getCurrentPages()[getCurrentPages().length-1].route}},onLoad(){this.getlist()},methods:{getlist(){e.request({url:"systemMessage/list",data:{page:this.page,size:this.pageSize},method:"POST"}).then((e=>{this.triggered=!1,console.log(e),200===e.code&&this.list.push(...e.data)}))},onRefresherRefresh(){console.log("下拉刷新"),this.triggered=!0,this.list=[],this.page=0,this.getlist()},onScrollToLower(){this.page++,this.getlist()}},components:{tabBar:()=>"../../components/tabBar/tabBar.js"}};if(!Array){t.resolveComponent("tabBar")()}Math;const s=t._export_sfc(r,[["render",function(e,r,s,o,a,i){return{a:t.f(a.list,((e,r,s)=>({a:t.t(e.title),b:t.t(e.content),c:t.t(e.time),d:r}))),b:t.o(((...e)=>i.onRefresherRefresh&&i.onRefresherRefresh(...e))),c:t.o(((...e)=>i.onScrollToLower&&i.onScrollToLower(...e))),d:a.triggered,e:t.p({tabIndex:1})}}],["__scopeId","data-v-0b2d7c60"]]);r.__runtimeHooks=2,wx.createPage(s);
"use strict";const e=require("../../components/request.js"),t=require("../../common/vendor.js"),r={data:()=>({list:[],triggered:!1,page:0,pageSize:10}),onShareAppMessage(e){if("menu"===e.from)return{title:"分享",path:getCurrentPages()[getCurrentPages().length-1].route}},onLoad(){this.getlist()},methods:{getlist(){e.request({url:"systemMessage/list",data:{page:this.page,size:this.pageSize},method:"POST"}).then((e=>{this.triggered=!1,console.log(e),200===e.code&&this.list.push(...e.data)}))},onRefresherRefresh(){console.log("下拉刷新"),this.triggered=!0,this.list=[],this.page=0,this.getlist()},onScrollToLower(){this.page++,this.getlist()}},components:{tabBar:()=>"../../components/tabBar/tabBar.js"}};if(!Array){t.resolveComponent("tabBar")()}Math;const s=t._export_sfc(r,[["render",function(e,r,s,o,a,i){return{a:t.f(a.list,((e,r,s)=>({a:t.t(e.title),b:t.t(e.content),c:t.t(e.time),d:r}))),b:t.o(((...e)=>i.onRefresherRefresh&&i.onRefresherRefresh(...e))),c:t.o(((...e)=>i.onScrollToLower&&i.onScrollToLower(...e))),d:a.triggered,e:t.p({tabIndex:1})}}],["__scopeId","data-v-49cfb45d"]]);r.__runtimeHooks=2,wx.createPage(s);

View File

@@ -1 +1 @@
<view class="forum data-v-0b2d7c60"><view class="bg data-v-0b2d7c60"><image class="bgImg data-v-0b2d7c60" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/HomeBackground.png" mode="scaleToFill"/></view><view class="title data-v-0b2d7c60">站内信</view></view><view class="content data-v-0b2d7c60"><view class="scrollView data-v-0b2d7c60"><scroll-view show-scrollbar="false" scroll-y="true" class="scroll data-v-0b2d7c60" refresher-enabled="true" refresher-threshold="40" bindrefresherrefresh="{{b}}" lower-threshold="100" bindscrolltolower="{{c}}" refresher-triggered="{{d}}"><view wx:for="{{a}}" wx:for-item="item" wx:key="d" class="card data-v-0b2d7c60"><view class="cardTitle data-v-0b2d7c60">{{item.a}}</view><view class="cardContent data-v-0b2d7c60">{{item.b}}</view><view class="cardTime data-v-0b2d7c60"><view class="cardTimeTitle data-v-0b2d7c60">{{item.c}}</view></view></view></scroll-view></view></view><view class="tabBar data-v-0b2d7c60"><tab-bar wx:if="{{e}}" class="data-v-0b2d7c60" u-i="0b2d7c60-0" bind:__l="__l" u-p="{{e}}"></tab-bar></view>
<view class="forum data-v-49cfb45d"><view class="bg data-v-49cfb45d"><image class="bgImg data-v-49cfb45d" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/HomeBackground.png" mode="scaleToFill"/></view><view class="title data-v-49cfb45d">站内信</view></view><view class="content data-v-49cfb45d"><view class="scrollView data-v-49cfb45d"><scroll-view show-scrollbar="false" scroll-y="true" class="scroll data-v-49cfb45d" refresher-enabled="true" refresher-threshold="40" bindrefresherrefresh="{{b}}" lower-threshold="100" bindscrolltolower="{{c}}" refresher-triggered="{{d}}"><view wx:for="{{a}}" wx:for-item="item" wx:key="d" class="card data-v-49cfb45d"><view class="cardTitle data-v-49cfb45d">{{item.a}}</view><view class="cardContent data-v-49cfb45d">{{item.b}}</view><view class="cardTime data-v-49cfb45d"><view class="cardTimeTitle data-v-49cfb45d">{{item.c}}</view></view></view></scroll-view></view></view><view class="tabBar data-v-49cfb45d"><tab-bar wx:if="{{e}}" class="data-v-49cfb45d" u-i="49cfb45d-0" bind:__l="__l" u-p="{{e}}"></tab-bar></view>

View File

@@ -1 +1 @@
.bg.data-v-0b2d7c60{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.bgImg.data-v-0b2d7c60{width:100%;height:100%}.title.data-v-0b2d7c60{position:absolute;top:120rpx;left:335rpx;font-size:34rpx;color:#100e0f;font-weight:700}.content.data-v-0b2d7c60{position:absolute;top:250rpx;left:0rpx;right:0rpx;bottom:100rpx}.building.data-v-0b2d7c60{width:100%;height:90%;display:flex;flex-direction:column;justify-content:center;align-items:center}.buildingTitle.data-v-0b2d7c60{font-size:40rpx;color:#999;font-weight:700;text-align:center;margin-top:50rpx}.scrollView.data-v-0b2d7c60{width:100%;height:100%}.scroll.data-v-0b2d7c60{width:100%;height:93%}.card.data-v-0b2d7c60{width:570rpx;background-color:#fff;margin-top:20rpx;margin-left:50rpx;margin-right:50rpx;border-radius:20rpx;box-shadow:0 0 10rpx rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center;padding:40rpx 40rpx 20rpx}.cardTitle.data-v-0b2d7c60{width:570rpx;height:60rpx;margin-top:-10rpx;font-size:30rpx;color:#333;font-weight:700;text-align:center;border-bottom:1px solid #e5e5e5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cardContent.data-v-0b2d7c60{width:570rpx;font-size:28rpx;color:#666;border-bottom:1px solid #e5e5e5;padding:30rpx 0;line-height:50rpx}.cardTime.data-v-0b2d7c60{width:100%;height:60rpx;display:flex;flex-direction:row-reverse;align-items:center}.cardTimeTitle.data-v-0b2d7c60{font-size:28rpx;color:#999;margin-right:20rpx}
.bg.data-v-49cfb45d{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.bgImg.data-v-49cfb45d{width:100%;height:100%}.title.data-v-49cfb45d{position:absolute;top:120rpx;left:335rpx;font-size:34rpx;color:#100e0f;font-weight:700}.content.data-v-49cfb45d{position:absolute;top:250rpx;left:0rpx;right:0rpx;bottom:100rpx}.building.data-v-49cfb45d{width:100%;height:90%;display:flex;flex-direction:column;justify-content:center;align-items:center}.buildingTitle.data-v-49cfb45d{font-size:40rpx;color:#999;font-weight:700;text-align:center;margin-top:50rpx}.scrollView.data-v-49cfb45d{width:100%;height:100%}.scroll.data-v-49cfb45d{width:100%;height:93%}.scroll.data-v-49cfb45d ::-webkit-scrollbar{width:0;height:0;color:transparent;display:none}.card.data-v-49cfb45d{width:570rpx;background-color:#fff;margin-top:20rpx;margin-left:50rpx;margin-right:50rpx;border-radius:20rpx;box-shadow:0 0 10rpx rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center;padding:40rpx 40rpx 20rpx}.cardTitle.data-v-49cfb45d{width:570rpx;height:60rpx;margin-top:-10rpx;font-size:30rpx;color:#333;font-weight:700;text-align:center;border-bottom:1px solid #e5e5e5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cardContent.data-v-49cfb45d{width:570rpx;font-size:28rpx;color:#666;border-bottom:1px solid #e5e5e5;padding:30rpx 0;line-height:50rpx}.cardTime.data-v-49cfb45d{width:100%;height:60rpx;display:flex;flex-direction:row-reverse;align-items:center}.cardTimeTitle.data-v-49cfb45d{font-size:28rpx;color:#999;margin-right:20rpx}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
.page.data-v-55458600{position:relative;width:750rpx;height:1620rpx}.HomeBackground.data-v-55458600{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.top-navigation-container.data-v-55458600{position:fixed;top:160rpx;left:0;width:100%;height:114.5rpx}.Advertisement.data-v-55458600{position:fixed;top:300rpx;left:0;width:100%;height:100rpx;z-index:2}.contentList.data-v-55458600{position:fixed;top:312rpx;left:0;bottom:114.5rpx;width:100%}.scroll.data-v-55458600{height:90%;display:flex;flex-direction:column;justify-content:center;align-items:center}.content-list.data-v-55458600{display:flex;align-items:center;width:712rpx;height:161rpx;background:#fff;border-radius:15rpx;margin-bottom:12rpx;margin-left:20rpx}.headShot.data-v-55458600{width:101rpx;height:101rpx;border-radius:50rpx;margin-left:30rpx;margin-right:33rpx}.content-list-info.data-v-55458600{display:flex;align-items:center}.cardname.data-v-55458600{font-size:31rpx;color:#161616;line-height:38rpx;margin-bottom:20rpx}.Genderimg.data-v-55458600{width:15rpx;height:15rpx;margin-left:10rpx;margin-right:10rpx}.age.data-v-55458600{color:#fff;font-size:14rpx}.Gendermale.data-v-55458600{background:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/maleimg.png) no-repeat center;width:56.3rpx;height:29.58rpx;background-size:100% 100%;display:flex;align-items:center;margin-right:10rpx}.Genderfemale.data-v-55458600{background:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/femaleimg.png) no-repeat center;width:56.3rpx;height:29.58rpx;background-size:100% 100%;display:flex;align-items:center;margin-right:10rpx}.RoomID.data-v-55458600{font-size:23rpx;color:#a3a3a3;line-height:38rpx}.Charm.data-v-55458600{font-size:23rpx;color:#a3a3a3;line-height:38rpx;margin-right:12rpx;margin-left:20rpx}.charmValue.data-v-55458600{font-size:23rpx;color:#161616;line-height:38rpx;font-weight:600}.no-content.data-v-55458600{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:28rpx;color:#a3a3a3;line-height:40rpx;text-align:center}.popup-container.data-v-55458600{height:1626px;width:650rpx;background:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/HomeBackground.png);border-radius:15rpx;display:flex;flex-direction:column;align-items:center}.popup-title.data-v-55458600{font-size:50rpx;line-height:50rpx;margin-top:250rpx;font-weight:700;background:linear-gradient(135deg,#00afb2,#4fcacd);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.p-country.data-v-55458600{width:500rpx;height:100rpx;margin-top:80rpx}.popup-sex.data-v-55458600{width:500rpx;height:100rpx;margin-top:40rpx;display:flex;justify-content:space-between}.p-sex.data-v-55458600{width:420rpx;height:100rpx}.Gendericoncss.data-v-55458600{display:flex;justify-content:center;align-items:center;width:60rpx;height:60rpx;border-radius:50%;border:1rpx solid #ff9d0067;margin-left:20rpx;margin-top:10rpx}.Gendericon.data-v-55458600{width:40rpx;height:40rpx}.popup-coin.data-v-55458600{width:500rpx;margin-top:40rpx;display:flex}.p-coin.data-v-55458600{width:500rpx;display:flex;flex-direction:column;align-items:center}.p-dar.data-v-55458600{margin-top:30rpx}.p-coin-title.data-v-55458600{font-size:20rpx;color:#a3a3a3}.p-time.data-v-55458600{width:500rpx;margin-top:40rpx}.popup-btn-cancel.data-v-55458600{width:170rpx;height:60rpx;font-size:30rpx;color:#fff;line-height:60rpx;text-align:center;margin-right:20rpx;border-top-left-radius:50rpx;border-bottom-left-radius:50rpx;border-bottom-right-radius:50rpx;background-image:linear-gradient(135deg,#4fcacd,#5fdbde)}.popup-btn-confirm.data-v-55458600{width:170rpx;height:60rpx;font-size:30rpx;color:#fff;line-height:60rpx;text-align:center;margin-right:20rpx;border-top-left-radius:50rpx;border-bottom-left-radius:50rpx;border-bottom-right-radius:50rpx;background-image:linear-gradient(135deg,#4fcd9d,#5fdeba)}.popup-btn-clear.data-v-55458600{width:170rpx;height:60rpx;font-size:30rpx;color:#fff;line-height:60rpx;text-align:center;border-top-left-radius:50rpx;border-bottom-left-radius:50rpx;border-bottom-right-radius:50rpx;background-image:linear-gradient(135deg,#cd924f,#debc5f)}.Hintcss.data-v-55458600{font-size:18rpx;color:#f55}.popup-btn.data-v-55458600{width:600rpx;height:100rpx;display:flex;justify-content:space-around;align-items:center;margin-top:400rpx}
.page.data-v-2f53d7f7{position:relative;width:750rpx;height:1620rpx}.HomeBackground.data-v-2f53d7f7{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.top-navigation-container.data-v-2f53d7f7{position:fixed;top:160rpx;left:0;width:100%;height:114.5rpx}.Advertisement.data-v-2f53d7f7{position:fixed;top:300rpx;left:0;width:100%;height:100rpx;z-index:2}.contentList.data-v-2f53d7f7{position:fixed;top:312rpx;left:0;bottom:114.5rpx;width:100%}.scroll.data-v-2f53d7f7{height:90%;display:flex;flex-direction:column;justify-content:center;align-items:center}.scroll.data-v-2f53d7f7 ::-webkit-scrollbar{width:0;height:0;color:transparent;display:none}.content-list.data-v-2f53d7f7{display:flex;align-items:center;width:712rpx;height:161rpx;background:#fff;border-radius:15rpx;margin-bottom:12rpx;margin-left:20rpx}.headShot.data-v-2f53d7f7{width:101rpx;height:101rpx;border-radius:50rpx;margin-left:30rpx;margin-right:33rpx}.content-list-info.data-v-2f53d7f7{display:flex;align-items:center}.cardname.data-v-2f53d7f7{font-size:31rpx;color:#161616;line-height:38rpx;margin-bottom:20rpx}.Genderimg.data-v-2f53d7f7{width:15rpx;height:15rpx;margin-left:10rpx;margin-right:10rpx}.age.data-v-2f53d7f7{color:#fff;font-size:14rpx}.Gendermale.data-v-2f53d7f7{background:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/maleimg.png) no-repeat center;width:56.3rpx;height:29.58rpx;background-size:100% 100%;display:flex;align-items:center;margin-right:10rpx}.Genderfemale.data-v-2f53d7f7{background:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/femaleimg.png) no-repeat center;width:56.3rpx;height:29.58rpx;background-size:100% 100%;display:flex;align-items:center;margin-right:10rpx}.RoomID.data-v-2f53d7f7{font-size:23rpx;color:#a3a3a3;line-height:38rpx}.Charm.data-v-2f53d7f7{font-size:23rpx;color:#a3a3a3;line-height:38rpx;margin-right:12rpx;margin-left:20rpx}.charmValue.data-v-2f53d7f7{font-size:23rpx;color:#161616;line-height:38rpx;font-weight:600}.no-content.data-v-2f53d7f7{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:28rpx;color:#a3a3a3;line-height:40rpx;text-align:center}.popup-container.data-v-2f53d7f7{height:1626px;width:650rpx;background:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/HomeBackground.png);border-radius:15rpx;display:flex;flex-direction:column;align-items:center}.popup-title.data-v-2f53d7f7{font-size:50rpx;line-height:50rpx;margin-top:250rpx;font-weight:700;background:linear-gradient(135deg,#00afb2,#4fcacd);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.p-country.data-v-2f53d7f7{width:500rpx;height:100rpx;margin-top:80rpx}.popup-sex.data-v-2f53d7f7{width:500rpx;height:100rpx;margin-top:40rpx;display:flex;justify-content:space-between}.p-sex.data-v-2f53d7f7{width:420rpx;height:100rpx}.Gendericoncss.data-v-2f53d7f7{display:flex;justify-content:center;align-items:center;width:60rpx;height:60rpx;border-radius:50%;border:1rpx solid #ff9d0067;margin-left:20rpx;margin-top:10rpx}.Gendericon.data-v-2f53d7f7{width:40rpx;height:40rpx}.popup-coin.data-v-2f53d7f7{width:500rpx;margin-top:40rpx;display:flex}.p-coin.data-v-2f53d7f7{width:500rpx;display:flex;flex-direction:column;align-items:center}.p-dar.data-v-2f53d7f7{margin-top:30rpx}.p-coin-title.data-v-2f53d7f7{font-size:20rpx;color:#a3a3a3}.p-time.data-v-2f53d7f7{width:500rpx;margin-top:40rpx}.popup-btn-cancel.data-v-2f53d7f7{width:170rpx;height:60rpx;font-size:30rpx;color:#fff;line-height:60rpx;text-align:center;margin-right:20rpx;border-top-left-radius:50rpx;border-bottom-left-radius:50rpx;border-bottom-right-radius:50rpx;background-image:linear-gradient(135deg,#4fcacd,#5fdbde)}.popup-btn-confirm.data-v-2f53d7f7{width:170rpx;height:60rpx;font-size:30rpx;color:#fff;line-height:60rpx;text-align:center;margin-right:20rpx;border-top-left-radius:50rpx;border-bottom-left-radius:50rpx;border-bottom-right-radius:50rpx;background-image:linear-gradient(135deg,#4fcd9d,#5fdeba)}.popup-btn-clear.data-v-2f53d7f7{width:170rpx;height:60rpx;font-size:30rpx;color:#fff;line-height:60rpx;text-align:center;border-top-left-radius:50rpx;border-bottom-left-radius:50rpx;border-bottom-right-radius:50rpx;background-image:linear-gradient(135deg,#cd924f,#debc5f)}.Hintcss.data-v-2f53d7f7{font-size:18rpx;color:#f55}.popup-btn.data-v-2f53d7f7{width:600rpx;height:100rpx;display:flex;justify-content:space-around;align-items:center;margin-top:400rpx}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
.bg.data-v-a67edc0d{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.bgImg.data-v-a67edc0d{width:100%;height:100%}.PersonalInformation.data-v-a67edc0d{position:absolute;top:150rpx;left:0;right:0;height:144.5rpx;display:flex;align-items:center}.PersonalInformationContent.data-v-a67edc0d{display:flex;flex-direction:column}.nameandSign.data-v-a67edc0d{display:flex;align-items:center}.header.data-v-a67edc0d{width:144.5rpx;height:144.5rpx;border-radius:72.25rpx;background-color:#fff;margin-left:32.5rpx;margin-right:39.5rpx}.Settings.data-v-a67edc0d{width:46rpx;height:46rpx;margin-left:30rpx}.SettingsIcon.data-v-a67edc0d{width:100%;height:100%}.level.data-v-a67edc0d{height:46rpx;margin-top:20rpx;display:flex}.points.data-v-a67edc0d{display:flex;align-items:center;font-size:28rpx;color:#a4a4a4}.name.data-v-a67edc0d{width:280rpx;font-size:36.26rpx;font-weight:500;color:#161616;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Sign.data-v-a67edc0d{width:100rpx;height:50rpx;background-color:#91e3e4;border-radius:20rpx;font-size:20rpx;color:#fff;text-align:center;line-height:50rpx;margin-left:30rpx}.content.data-v-a67edc0d{position:absolute;top:294.5rpx;left:0;right:0;height:100%;display:flex;flex-direction:column;align-items:center}.scroll.data-v-a67edc0d{position:absolute;top:0;left:0;right:0;height:100%;display:flex;flex-direction:column;align-items:center}.PKInformation.data-v-a67edc0d,.myPkRecord.data-v-a67edc0d{margin-top:48.5rpx}.title.data-v-a67edc0d{width:682rpx;height:33.4rpx;display:flex;align-items:center}.titleText.data-v-a67edc0d{font-size:34.35rpx;font-weight:700;color:#100e0f}.titleLine.data-v-a67edc0d{width:40.08rpx;height:14.31rpx;margin-left:-40rpx;margin-top:25rpx;border-radius:7.16rpx 0rpx 7.16rpx 7.16rpx;background-color:rgba(145,227,228,.545)}.AnchorMore.data-v-a67edc0d{margin-left:390rpx;font-size:28.63rpx;color:#333}.titleMore.data-v-a67edc0d{margin-left:400rpx;font-size:28.63rpx;color:#333}.myPkRecordMore.data-v-a67edc0d{margin-left:330rpx;font-size:28.63rpx;color:#333}.card.data-v-a67edc0d{width:689.03rpx;height:208.02rpx;background-color:#fff;border-radius:10rpx;margin-top:26.5rpx;display:flex;align-items:center}.card .cardContent.data-v-a67edc0d:first-child{margin-left:30rpx}.cardContent.data-v-a67edc0d{width:100rpx;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-left:83rpx}.cardImg.data-v-a67edc0d{width:80rpx;height:80rpx;border-radius:40rpx;background-color:#cdcdcd}.Time.data-v-a67edc0d,.gold.data-v-a67edc0d{font-size:20rpx;text-align:center;margin-top:10rpx}.Failure.data-v-a67edc0d{width:56.3rpx;height:29.58rpx;background-image:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/maleimg.png);background-position-x:center;background-position-y:center;background-repeat:no-repeat;background-size:100% 100%;color:#fff;font-size:17.18rpx;text-align:center;line-height:29.58rpx;margin-top:-20rpx}.Result.data-v-a67edc0d{width:56.3rpx;height:29.58rpx;background-image:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/femaleimg.png);background-position-x:center;background-position-y:center;background-repeat:no-repeat;background-size:100% 100%;color:#fff;font-size:17.18rpx;text-align:center;line-height:29.58rpx;margin-top:-20rpx}.Session.data-v-a67edc0d{font-weight:700;font-size:20rpx;margin-top:10rpx}.service.data-v-a67edc0d{width:200rpx;display:flex;flex-direction:column;justify-content:center;align-items:center}.cardtext.data-v-a67edc0d{margin-top:20rpx;font-size:28.63rpx;color:#333;font-weight:400}.copyright.data-v-a67edc0d{font-size:23rpx;color:#929292;text-align:center;position:absolute;bottom:0rpx;left:0;right:0;height:50rpx}.no-content.data-v-a67edc0d{width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-size:28.63rpx;color:#333}.popup-container-expurgate.data-v-a67edc0d{width:500rpx;height:300rpx;background-color:#fff;border-radius:30rpx;display:flex;flex-direction:column;align-items:center;padding:30rpx}.popup-title.data-v-a67edc0d{font-size:40rpx;color:#161616;font-weight:700;margin-top:30rpx;text-align:center}.popup-btn.data-v-a67edc0d{margin-top:80rpx;display:flex;justify-content:center}.uni-primary.data-v-a67edc0d{width:200rpx;height:70rpx;border-top-left-radius:50rpx;border-bottom-left-radius:50rpx;border-bottom-right-radius:50rpx;background-image:linear-gradient(135deg,#4fcacd,#5fdbde);font-size:25rpx;color:#fff;text-align:center;line-height:70rpx;margin-right:35rpx}.uni-default.data-v-a67edc0d{width:200rpx;height:70rpx;border-top-left-radius:50rpx;border-bottom-left-radius:50rpx;border-bottom-right-radius:50rpx;background-image:linear-gradient(135deg,#cecece,#d6d6d6);font-size:25rpx;color:#161616;text-align:center;line-height:70rpx}
.bg.data-v-f3849681{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.bgImg.data-v-f3849681{width:100%;height:100%}.PersonalInformation.data-v-f3849681{position:absolute;top:150rpx;left:0;right:0;height:144.5rpx;display:flex;align-items:center}.PersonalInformationContent.data-v-f3849681{display:flex;flex-direction:column}.nameandSign.data-v-f3849681{display:flex;align-items:center}.header.data-v-f3849681{width:144.5rpx;height:144.5rpx;border-radius:72.25rpx;background-color:#fff;margin-left:32.5rpx;margin-right:39.5rpx}.Settings.data-v-f3849681{width:46rpx;height:46rpx;margin-left:30rpx}.SettingsIcon.data-v-f3849681{width:100%;height:100%}.level.data-v-f3849681{height:46rpx;margin-top:20rpx;display:flex}.points.data-v-f3849681{display:flex;align-items:center;font-size:28rpx;color:#a4a4a4}.name.data-v-f3849681{width:280rpx;font-size:36.26rpx;font-weight:500;color:#161616;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Sign.data-v-f3849681{width:100rpx;height:50rpx;background-color:#91e3e4;border-radius:20rpx;font-size:20rpx;color:#fff;text-align:center;line-height:50rpx;margin-left:30rpx}.content.data-v-f3849681{position:absolute;top:294.5rpx;left:0;right:0;height:100%;display:flex;flex-direction:column;align-items:center}.scroll.data-v-f3849681{position:absolute;top:0;left:0;right:0;height:100%;display:flex;flex-direction:column;align-items:center}.scroll.data-v-f3849681 ::-webkit-scrollbar{width:0;height:0;color:transparent;display:none}.PKInformation.data-v-f3849681,.myPkRecord.data-v-f3849681{margin-top:48.5rpx}.title.data-v-f3849681{width:682rpx;height:33.4rpx;display:flex;align-items:center}.titleText.data-v-f3849681{font-size:34.35rpx;font-weight:700;color:#100e0f}.titleLine.data-v-f3849681{width:40.08rpx;height:14.31rpx;margin-left:-40rpx;margin-top:25rpx;border-radius:7.16rpx 0rpx 7.16rpx 7.16rpx;background-color:rgba(145,227,228,.545)}.AnchorMore.data-v-f3849681{margin-left:390rpx;font-size:28.63rpx;color:#333}.titleMore.data-v-f3849681{margin-left:400rpx;font-size:28.63rpx;color:#333}.myPkRecordMore.data-v-f3849681{margin-left:330rpx;font-size:28.63rpx;color:#333}.card.data-v-f3849681{width:689.03rpx;height:208.02rpx;background-color:#fff;border-radius:10rpx;margin-top:26.5rpx;display:flex;align-items:center}.card .cardContent.data-v-f3849681:first-child{margin-left:30rpx}.cardContent.data-v-f3849681{width:100rpx;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-left:83rpx}.cardImg.data-v-f3849681{width:80rpx;height:80rpx;border-radius:40rpx;background-color:#cdcdcd}.Time.data-v-f3849681,.gold.data-v-f3849681{font-size:20rpx;text-align:center;margin-top:10rpx}.Failure.data-v-f3849681{width:56.3rpx;height:29.58rpx;background-image:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/maleimg.png);background-position-x:center;background-position-y:center;background-repeat:no-repeat;background-size:100% 100%;color:#fff;font-size:17.18rpx;text-align:center;line-height:29.58rpx;margin-top:-20rpx}.Result.data-v-f3849681{width:56.3rpx;height:29.58rpx;background-image:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/femaleimg.png);background-position-x:center;background-position-y:center;background-repeat:no-repeat;background-size:100% 100%;color:#fff;font-size:17.18rpx;text-align:center;line-height:29.58rpx;margin-top:-20rpx}.Session.data-v-f3849681{font-weight:700;font-size:20rpx;margin-top:10rpx}.service.data-v-f3849681{width:200rpx;display:flex;flex-direction:column;justify-content:center;align-items:center}.cardtext.data-v-f3849681{margin-top:20rpx;font-size:28.63rpx;color:#333;font-weight:400}.copyright.data-v-f3849681{font-size:23rpx;color:#929292;text-align:center;position:absolute;bottom:0rpx;left:0;right:0;height:50rpx}.no-content.data-v-f3849681{width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-size:28.63rpx;color:#333}.popup-container-expurgate.data-v-f3849681{width:500rpx;height:300rpx;background-color:#fff;border-radius:30rpx;display:flex;flex-direction:column;align-items:center;padding:30rpx}.popup-title.data-v-f3849681{font-size:40rpx;color:#161616;font-weight:700;margin-top:30rpx;text-align:center}.popup-btn.data-v-f3849681{margin-top:80rpx;display:flex;justify-content:center}.uni-primary.data-v-f3849681{width:200rpx;height:70rpx;border-top-left-radius:50rpx;border-bottom-left-radius:50rpx;border-bottom-right-radius:50rpx;background-image:linear-gradient(135deg,#4fcacd,#5fdbde);font-size:25rpx;color:#fff;text-align:center;line-height:70rpx;margin-right:35rpx}.uni-default.data-v-f3849681{width:200rpx;height:70rpx;border-top-left-radius:50rpx;border-bottom-left-radius:50rpx;border-bottom-right-radius:50rpx;background-image:linear-gradient(135deg,#cecece,#d6d6d6);font-size:25rpx;color:#161616;text-align:center;line-height:70rpx}

View File

@@ -1 +1 @@
"use strict";const e=require("../../../../common/vendor.js"),t=require("../../../../components/request.js"),n=require("../../../../components/formatDate.js"),i={data:()=>({title:"Hello",item:{},coinNumlist:[],triggered:!1,iconNumber:123457}),onLoad(e){this.getOpenerEventChannel().on("itemDetail",(e=>{this.item=e.item,this.getCoinNum(this.item)}))},methods:{formatCoinNum(e){if(null==e)return"";if(e<1e3)return String(e);if(e>=1e6)return"1M+";const t=e/1e3,n=t.toFixed(2).match(/^\d+\.\d{0,2}/);if(null===n)return t.toFixed(2)+"k";return`${n[0]}k`},onRefresherRefresh(){this.triggered=!0,this.coinNumlist=[],this.getCoinNum(this.item)},getCoinNum(e){t.request({url:"pk/fetchDetailPkDataWithId",method:"POST",data:{id:e.id},userInfo:!0}).then((e=>{200==e.code?(this.coinNumlist=e.data,this.triggered=!1):console.log("获取金币数量失败")}))},formatDate:n.formatDate,onBack(){e.index.navigateBack({delta:1})}}};if(!Array){e.resolveComponent("uni-card")()}const r=e._export_sfc(i,[["render",function(t,n,i,r,o,m){return e.e({a:e.o(((...e)=>m.onBack&&m.onBack(...e))),b:o.item.anchorIconA,c:o.item.winnerAnchorId==o.item.anchorIdA},(o.item.winnerAnchorId,o.item.anchorIdA,{}),{d:e.t(o.item.anchorIdA),e:e.t(m.formatDate(o.item.pkTime)),f:e.t(m.formatCoinNum(o.iconNumber)),g:o.item.anchorIconB,h:o.item.winnerAnchorId==o.item.anchorIdB},(o.item.winnerAnchorId,o.item.anchorIdB,{}),{i:e.t(o.item.anchorIdB),j:e.t(m.formatDate(o.item.pkTime)),k:null!==o.item.userBCoins},null!==o.item.userBCoins?{l:e.t(m.formatCoinNum(o.item.userBCoins))}:{},{m:e.f(o.coinNumlist,((t,n,i)=>({a:e.t(m.formatCoinNum(t.anchorCoinA)),b:t.anchorIdA==t.winnerAnchorId?"#00fbff21":"#ff000011",c:e.t(m.formatCoinNum(t.anchorCoinB)),d:t.anchorIdB==t.winnerAnchorId?"#00fbff21":"#ff000011",e:n,f:"87254249-0-"+i}))),n:e.o(((...e)=>m.onRefresherRefresh&&m.onRefresherRefresh(...e))),o:o.triggered})}],["__scopeId","data-v-87254249"]]);wx.createPage(r);
"use strict";const e=require("../../../../common/vendor.js"),t=require("../../../../components/request.js"),n=require("../../../../components/formatDate.js"),i={data:()=>({title:"Hello",item:{},coinNumlist:[],triggered:!1,iconNumber:123457}),onLoad(e){this.getOpenerEventChannel().on("itemDetail",(e=>{this.item=e.item,this.getCoinNum(this.item)}))},methods:{formatCoinNum(e){if(null==e)return"";if(e<1e3)return String(e);if(e>=1e6)return"1M+";const t=e/1e3,n=t.toFixed(2).match(/^\d+\.\d{0,2}/);if(null===n)return t.toFixed(2)+"k";return`${n[0]}k`},onRefresherRefresh(){this.triggered=!0,this.coinNumlist=[],this.getCoinNum(this.item)},getCoinNum(e){t.request({url:"pk/fetchDetailPkDataWithId",method:"POST",data:{id:e.id},userInfo:!0}).then((e=>{200==e.code?(this.coinNumlist=e.data,this.triggered=!1):console.log("获取金币数量失败")}))},formatDate:n.formatDate,onBack(){e.index.navigateBack({delta:1})}}};if(!Array){e.resolveComponent("uni-card")()}const r=e._export_sfc(i,[["render",function(t,n,i,r,o,m){return e.e({a:e.o(((...e)=>m.onBack&&m.onBack(...e))),b:o.item.anchorIconA,c:o.item.winnerAnchorId==o.item.anchorIdA},(o.item.winnerAnchorId,o.item.anchorIdA,{}),{d:e.t(o.item.anchorIdA),e:e.t(m.formatDate(o.item.pkTime)),f:e.t(m.formatCoinNum(o.iconNumber)),g:o.item.anchorIconB,h:o.item.winnerAnchorId==o.item.anchorIdB},(o.item.winnerAnchorId,o.item.anchorIdB,{}),{i:e.t(o.item.anchorIdB),j:e.t(m.formatDate(o.item.pkTime)),k:null!==o.item.userBCoins},null!==o.item.userBCoins?{l:e.t(m.formatCoinNum(o.item.userBCoins))}:{},{m:e.f(o.coinNumlist,((t,n,i)=>({a:e.t(m.formatCoinNum(t.anchorCoinA)),b:t.anchorIdA==t.winnerAnchorId?"#00fbff21":"#ff000011",c:e.t(m.formatCoinNum(t.anchorCoinB)),d:t.anchorIdB==t.winnerAnchorId?"#00fbff21":"#ff000011",e:n,f:"50b361e7-0-"+i}))),n:e.o(((...e)=>m.onRefresherRefresh&&m.onRefresherRefresh(...e))),o:o.triggered})}],["__scopeId","data-v-50b361e7"]]);wx.createPage(r);

View File

@@ -1 +1 @@
<view class="details-pkrecords data-v-87254249"><view class="bg data-v-87254249"><image class="bgImg data-v-87254249" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/HomeBackground.png" mode="scaleToFill"/></view><view class="Return data-v-87254249" bindtap="{{a}}"><image class="ReturnImg data-v-87254249" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Return.png" mode="scaleToFill"/></view><view class="title data-v-87254249">PK记录详情</view><view class="pkrecords data-v-87254249"><view class="card data-v-87254249"><view class="AnchorA data-v-87254249"><view class="Anchor data-v-87254249"><view class="AnchorAImg data-v-87254249"><image class="AnchorAImgcss data-v-87254249" src="{{b}}" mode="scaleToFill"/></view><image wx:if="{{c}}" class="Crown data-v-87254249" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Crown.png" mode="scaleToFill"/></view><view class="AnchorAinfo data-v-87254249"><view class="AnchorAname data-v-87254249">{{d}}</view><view class="AnchorATime data-v-87254249">{{e}}</view><view class="AnchorAICon data-v-87254249"><view class="AnchorAIContext data-v-87254249">实际打金币:</view><view class="AnchorAIConNum data-v-87254249">{{f}}</view></view></view></view><view class="vstext data-v-87254249"><view class="Vtext data-v-87254249">V</view><view class="Stext data-v-87254249">S</view></view><view class="AnchorB data-v-87254249"><view class="Anchor data-v-87254249"><view class="AnchorAImg data-v-87254249"><image class="AnchorBImgcss data-v-87254249" src="{{g}}" mode="scaleToFill"/></view><image wx:if="{{h}}" class="Crown data-v-87254249" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Crown.png" mode="scaleToFill"/></view><view class="AnchorBinfo data-v-87254249"><view class="AnchorAname data-v-87254249">{{i}}</view><view class="AnchorATime data-v-87254249">{{j}}</view><view wx:if="{{k}}" class="AnchorAICon data-v-87254249"><view class="AnchorAIContext data-v-87254249">实际打金币:</view><view class="AnchorAIConNum data-v-87254249">{{l}}</view></view></view></view></view><view class="pkrecords-content data-v-87254249"><scroll-view show-scrollbar="false" scroll-y="true" class="scroll data-v-87254249" refresher-enabled="true" refresher-threshold="40" bindrefresherrefresh="{{n}}" refresher-triggered="{{o}}"><uni-card wx:for="{{m}}" wx:for-item="items" wx:key="e" class="data-v-87254249" u-s="{{['d']}}" u-i="{{items.f}}" bind:__l="__l"><view class="contentcard data-v-87254249"><view class="contentcard-titleA data-v-87254249" style="{{'background-color:' + items.b}}"><view class="ciontext data-v-87254249">金币数量</view><view class="cion data-v-87254249">{{items.a}}</view></view><view class="contentcard-titleB data-v-87254249" style="{{'background-color:' + items.d}}"><view class="ciontext data-v-87254249">金币数量</view><view class="cion data-v-87254249">{{items.c}}</view></view></view></uni-card></scroll-view></view></view></view>
<view class="details-pkrecords data-v-50b361e7"><view class="bg data-v-50b361e7"><image class="bgImg data-v-50b361e7" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/HomeBackground.png" mode="scaleToFill"/></view><view class="Return data-v-50b361e7" bindtap="{{a}}"><image class="ReturnImg data-v-50b361e7" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Return.png" mode="scaleToFill"/></view><view class="title data-v-50b361e7">PK记录详情</view><view class="pkrecords data-v-50b361e7"><view class="card data-v-50b361e7"><view class="AnchorA data-v-50b361e7"><view class="Anchor data-v-50b361e7"><view class="AnchorAImg data-v-50b361e7"><image class="AnchorAImgcss data-v-50b361e7" src="{{b}}" mode="scaleToFill"/></view><image wx:if="{{c}}" class="Crown data-v-50b361e7" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Crown.png" mode="scaleToFill"/></view><view class="AnchorAinfo data-v-50b361e7"><view class="AnchorAname data-v-50b361e7">{{d}}</view><view class="AnchorATime data-v-50b361e7">{{e}}</view><view class="AnchorAICon data-v-50b361e7"><view class="AnchorAIContext data-v-50b361e7">实际打金币:</view><view class="AnchorAIConNum data-v-50b361e7">{{f}}</view></view></view></view><view class="vstext data-v-50b361e7"><view class="Vtext data-v-50b361e7">V</view><view class="Stext data-v-50b361e7">S</view></view><view class="AnchorB data-v-50b361e7"><view class="Anchor data-v-50b361e7"><view class="AnchorAImg data-v-50b361e7"><image class="AnchorBImgcss data-v-50b361e7" src="{{g}}" mode="scaleToFill"/></view><image wx:if="{{h}}" class="Crown data-v-50b361e7" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Crown.png" mode="scaleToFill"/></view><view class="AnchorBinfo data-v-50b361e7"><view class="AnchorAname data-v-50b361e7">{{i}}</view><view class="AnchorATime data-v-50b361e7">{{j}}</view><view wx:if="{{k}}" class="AnchorAICon data-v-50b361e7"><view class="AnchorAIContext data-v-50b361e7">实际打金币:</view><view class="AnchorAIConNum data-v-50b361e7">{{l}}</view></view></view></view></view><view class="pkrecords-content data-v-50b361e7"><scroll-view show-scrollbar="false" scroll-y="true" class="scroll data-v-50b361e7" refresher-enabled="true" refresher-threshold="40" bindrefresherrefresh="{{n}}" refresher-triggered="{{o}}"><uni-card wx:for="{{m}}" wx:for-item="items" wx:key="e" class="data-v-50b361e7" u-s="{{['d']}}" u-i="{{items.f}}" bind:__l="__l"><view class="contentcard data-v-50b361e7"><view class="contentcard-titleA data-v-50b361e7" style="{{'background-color:' + items.b}}"><view class="ciontext data-v-50b361e7">金币数量</view><view class="cion data-v-50b361e7">{{items.a}}</view></view><view class="contentcard-titleB data-v-50b361e7" style="{{'background-color:' + items.d}}"><view class="ciontext data-v-50b361e7">金币数量</view><view class="cion data-v-50b361e7">{{items.c}}</view></view></view></uni-card></scroll-view></view></view></view>

View File

@@ -1 +1 @@
.bg.data-v-87254249{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.bgImg.data-v-87254249{width:100%;height:100%}.Return.data-v-87254249{position:absolute;top:110rpx;left:35rpx;width:46rpx;height:46rpx}.title.data-v-87254249{position:absolute;top:120rpx;left:280rpx;font-size:34rpx;color:#100e0f;font-weight:500}.ReturnImg.data-v-87254249{width:100%;height:100%}.pkrecords.data-v-87254249{position:absolute;top:200rpx;left:0rpx;right:0rpx}.card.data-v-87254249{width:750rpx;height:300rpx;border-radius:15rpx;display:flex;justify-content:space-between;align-items:center;margin-top:20rpx}.AnchorA.data-v-87254249{display:flex;flex-direction:column;align-items:center;margin-left:30rpx}.AnchorB.data-v-87254249{display:flex;flex-direction:column;align-items:center;margin-right:30rpx}.Anchor.data-v-87254249{display:flex;align-items:center}.AnchorAImg.data-v-87254249{width:100rpx;height:100rpx;border-radius:50rpx;background-color:#b1b1b1;display:flex}.AnchorAinfo.data-v-87254249,.AnchorBinfo.data-v-87254249{display:flex;flex-direction:column;justify-content:center;width:250rpx}.AnchorAname.data-v-87254249{width:250rpx;font-weight:500;font-size:31rpx;color:#161616;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AnchorATime.data-v-87254249{font-weight:400;font-size:23rpx;color:#a3a3a3;margin-top:12rpx;text-align:center}.AnchorAICon.data-v-87254249{display:flex;flex-direction:column;margin-top:12rpx;align-items:center}.AnchorAIContext.data-v-87254249{font-weight:400;font-size:23rpx;color:#a3a3a3}.AnchorAIConNum.data-v-87254249{font-weight:700;font-size:23rpx;color:#161616}.AnchorAImgcss.data-v-87254249{width:100rpx;height:100rpx;border-radius:50rpx;border-top:#f7da60 solid 2rpx;border-left:#ffeeab solid 2rpx;border-bottom:#ffeeab solid 2rpx;border-right:#f7da60 solid 2rpx}.AnchorBImgcss.data-v-87254249{width:100rpx;height:100rpx;border-radius:50rpx;border-top:#ffc6ba solid 2rpx;border-left:#ffc6ba solid 2rpx;border-bottom:#5ddadd solid 2rpx;border-right:#5ddadd solid 2rpx}.Crown.data-v-87254249{width:45.8rpx;height:39.12rpx;margin-left:-40rpx;margin-top:-100rpx}.vstext.data-v-87254249{display:flex}.Vtext.data-v-87254249{font-size:45.8rpx;color:#f0836c;font-weight:700;font-style:italic}.Stext.data-v-87254249{font-size:45.8rpx;color:#58d8db;font-weight:700;font-style:italic}.pkrecords-content.data-v-87254249{position:absolute;top:300rpx;left:0;right:0;display:flex;flex-direction:column;align-items:center}.scroll.data-v-87254249{width:750rpx;height:1100rpx}.contentcard.data-v-87254249{width:694.66rpx;height:161.26rpx;border-radius:15rpx;background-color:#fff;display:flex;margin-left:28.55rpx;margin-top:25rpx;border:#5ed8db solid 1rpx}.contentcard-titleA.data-v-87254249{width:50%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;border-right:#58d8db solid 3rpx;border-top-left-radius:15rpx;border-bottom-left-radius:15rpx}.contentcard-titleB.data-v-87254249{width:50%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;border-top-right-radius:15rpx;border-bottom-right-radius:15rpx}.ciontext.data-v-87254249{font-size:28rpx;color:#a2a2a2}.cion.data-v-87254249{font-size:36rpx;color:#100e0f;font-weight:700}
.bg.data-v-50b361e7{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.bgImg.data-v-50b361e7{width:100%;height:100%}.Return.data-v-50b361e7{position:absolute;top:110rpx;left:35rpx;width:46rpx;height:46rpx}.title.data-v-50b361e7{position:absolute;top:120rpx;left:280rpx;font-size:34rpx;color:#100e0f;font-weight:500}.ReturnImg.data-v-50b361e7{width:100%;height:100%}.pkrecords.data-v-50b361e7{position:absolute;top:200rpx;left:0rpx;right:0rpx}.card.data-v-50b361e7{width:750rpx;height:300rpx;border-radius:15rpx;display:flex;justify-content:space-between;align-items:center;margin-top:20rpx}.AnchorA.data-v-50b361e7{display:flex;flex-direction:column;align-items:center;margin-left:30rpx}.AnchorB.data-v-50b361e7{display:flex;flex-direction:column;align-items:center;margin-right:30rpx}.Anchor.data-v-50b361e7{display:flex;align-items:center}.AnchorAImg.data-v-50b361e7{width:100rpx;height:100rpx;border-radius:50rpx;background-color:#b1b1b1;display:flex}.AnchorAinfo.data-v-50b361e7,.AnchorBinfo.data-v-50b361e7{display:flex;flex-direction:column;justify-content:center;width:250rpx}.AnchorAname.data-v-50b361e7{width:250rpx;font-weight:500;font-size:31rpx;color:#161616;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AnchorATime.data-v-50b361e7{font-weight:400;font-size:23rpx;color:#a3a3a3;margin-top:12rpx;text-align:center}.AnchorAICon.data-v-50b361e7{display:flex;flex-direction:column;margin-top:12rpx;align-items:center}.AnchorAIContext.data-v-50b361e7{font-weight:400;font-size:23rpx;color:#a3a3a3}.AnchorAIConNum.data-v-50b361e7{font-weight:700;font-size:23rpx;color:#161616}.AnchorAImgcss.data-v-50b361e7{width:100rpx;height:100rpx;border-radius:50rpx;border-top:#f7da60 solid 2rpx;border-left:#ffeeab solid 2rpx;border-bottom:#ffeeab solid 2rpx;border-right:#f7da60 solid 2rpx}.AnchorBImgcss.data-v-50b361e7{width:100rpx;height:100rpx;border-radius:50rpx;border-top:#ffc6ba solid 2rpx;border-left:#ffc6ba solid 2rpx;border-bottom:#5ddadd solid 2rpx;border-right:#5ddadd solid 2rpx}.Crown.data-v-50b361e7{width:45.8rpx;height:39.12rpx;margin-left:-40rpx;margin-top:-100rpx}.vstext.data-v-50b361e7{display:flex}.Vtext.data-v-50b361e7{font-size:45.8rpx;color:#f0836c;font-weight:700;font-style:italic}.Stext.data-v-50b361e7{font-size:45.8rpx;color:#58d8db;font-weight:700;font-style:italic}.pkrecords-content.data-v-50b361e7{position:absolute;top:300rpx;left:0;right:0;display:flex;flex-direction:column;align-items:center}.scroll.data-v-50b361e7{width:750rpx;height:1100rpx}.scroll.data-v-50b361e7 ::-webkit-scrollbar{width:0;height:0;color:transparent;display:none}.contentcard.data-v-50b361e7{width:694.66rpx;height:161.26rpx;border-radius:15rpx;background-color:#fff;display:flex;margin-left:28.55rpx;margin-top:25rpx;border:#5ed8db solid 1rpx}.contentcard-titleA.data-v-50b361e7{width:50%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;border-right:#58d8db solid 3rpx;border-top-left-radius:15rpx;border-bottom-left-radius:15rpx}.contentcard-titleB.data-v-50b361e7{width:50%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;border-top-right-radius:15rpx;border-bottom-right-radius:15rpx}.ciontext.data-v-50b361e7{font-size:28rpx;color:#a2a2a2}.cion.data-v-50b361e7{font-size:36rpx;color:#100e0f;font-weight:700}

View File

@@ -1 +1 @@
"use strict";const e=require("../../../common/vendor.js"),r=require("../../../components/request.js"),o={data:()=>({userinfo:{},AnchorList:[],triggered:!1,modifyStreamerMessage:{}}),onLoad(){e.index.getStorage({key:"userinfo",success:e=>{this.userinfo=e.data,this.getAnchorList()}})},onShareAppMessage(e){if("menu"===e.from)return{title:"分享",path:"/pages/Home/Home"}},methods:{onRecompose(e){this.modifyStreamerMessage=e,this.$refs.modifyStreamer.open()},onExpurgate(o){r.request({url:"anchor/deleteMyAnchor",method:"POST",data:{id:o.id},userInfo:!0}).then((r=>{this.triggered=!1,200==r.code?(e.index.showToast({title:"删除成功",icon:"success",duration:2e3}),this.getAnchorList()):e.index.showToast({title:r.msg,icon:"success",duration:2e3})}))},getAnchorList(){r.request({url:"anchor/list",method:"POST",data:{id:this.userinfo.id},userInfo:!0}).then((e=>{this.triggered=!1,200==e.code?this.AnchorList=e.data:console.log(e.msg)}))},openPopupQuantity(){this.$refs.createModule.open()},onRefresherRefresh(){this.triggered=!0,this.getAnchorList()},onBack(){e.wx$1.navigateBack({delta:1})}},components:{anchorLibrary:()=>"./addStreamer/addStreamer.js",modifyStreamer:()=>"./modifyStreamer/modifyStreamer.js"}};if(!Array){(e.resolveComponent("uni-card")+e.resolveComponent("anchorLibrary")+e.resolveComponent("modifyStreamer"))()}const t=e._export_sfc(o,[["render",function(r,o,t,s,n,i){return e.e({a:e.o(((...e)=>i.onBack&&i.onBack(...e))),b:0!==n.AnchorList.length},0!==n.AnchorList.length?{c:e.f(n.AnchorList,((r,o,t)=>e.e({a:r.headerIcon,b:e.t(r.anchorId),c:2===r.gender},(r.gender,{}),{d:e.t(1===r.gender?"男":"女"),e:1===r.gender?1:"",f:2===r.gender?1:"",g:e.t(r.country),h:e.o((e=>i.onRecompose(r)),o),i:e.o((e=>i.onExpurgate(r)),o),j:o,k:"eb633ca4-0-"+t}))),d:e.o(((...e)=>i.onRefresherRefresh&&i.onRefresherRefresh(...e))),e:n.triggered}:{},{f:e.o((e=>i.openPopupQuantity())),g:e.sr("createModule","eb633ca4-1"),h:e.o(i.getAnchorList),i:e.sr("modifyStreamer","eb633ca4-2"),j:e.o(i.getAnchorList),k:e.p({message:n.modifyStreamerMessage})})}],["__scopeId","data-v-eb633ca4"]]);o.__runtimeHooks=2,wx.createPage(t);
"use strict";const e=require("../../../common/vendor.js"),r=require("../../../components/request.js"),o={data:()=>({userinfo:{},AnchorList:[],triggered:!1,modifyStreamerMessage:{}}),onLoad(){e.index.getStorage({key:"userinfo",success:e=>{this.userinfo=e.data,this.getAnchorList()}})},onShareAppMessage(e){if("menu"===e.from)return{title:"分享",path:"/pages/Home/Home"}},methods:{onRecompose(e){this.modifyStreamerMessage=e,this.$refs.modifyStreamer.open()},onExpurgate(o){r.request({url:"anchor/deleteMyAnchor",method:"POST",data:{id:o.id},userInfo:!0}).then((r=>{this.triggered=!1,200==r.code?(e.index.showToast({title:"删除成功",icon:"success",duration:2e3}),this.getAnchorList()):e.index.showToast({title:r.msg,icon:"success",duration:2e3})}))},getAnchorList(){r.request({url:"anchor/list",method:"POST",data:{id:this.userinfo.id},userInfo:!0}).then((e=>{this.triggered=!1,200==e.code?this.AnchorList=e.data:console.log(e.msg)}))},openPopupQuantity(){this.$refs.createModule.open()},onRefresherRefresh(){this.triggered=!0,this.getAnchorList()},onBack(){e.wx$1.navigateBack({delta:1})}},components:{anchorLibrary:()=>"./addStreamer/addStreamer.js",modifyStreamer:()=>"./modifyStreamer/modifyStreamer.js"}};if(!Array){(e.resolveComponent("uni-card")+e.resolveComponent("anchorLibrary")+e.resolveComponent("modifyStreamer"))()}const t=e._export_sfc(o,[["render",function(r,o,t,s,n,i){return e.e({a:e.o(((...e)=>i.onBack&&i.onBack(...e))),b:0!==n.AnchorList.length},0!==n.AnchorList.length?{c:e.f(n.AnchorList,((r,o,t)=>e.e({a:r.headerIcon,b:e.t(r.anchorId),c:2===r.gender},(r.gender,{}),{d:e.t(1===r.gender?"男":"女"),e:1===r.gender?1:"",f:2===r.gender?1:"",g:e.t(r.country),h:e.o((e=>i.onRecompose(r)),o),i:e.o((e=>i.onExpurgate(r)),o),j:o,k:"b49e4183-0-"+t}))),d:e.o(((...e)=>i.onRefresherRefresh&&i.onRefresherRefresh(...e))),e:n.triggered}:{},{f:e.o((e=>i.openPopupQuantity())),g:e.sr("createModule","b49e4183-1"),h:e.o(i.getAnchorList),i:e.sr("modifyStreamer","b49e4183-2"),j:e.o(i.getAnchorList),k:e.p({message:n.modifyStreamerMessage})})}],["__scopeId","data-v-b49e4183"]]);o.__runtimeHooks=2,wx.createPage(t);

View File

@@ -1 +1 @@
<view class="anchor-library data-v-eb633ca4"><view class="bg data-v-eb633ca4"><image class="bgImg data-v-eb633ca4" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/HomeBackground.png" mode="scaleToFill"/></view><view class="Return data-v-eb633ca4" bindtap="{{a}}"><image class="ReturnImg data-v-eb633ca4" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Return.png" mode="scaleToFill"/></view><view class="title data-v-eb633ca4">主播库</view><view class="content data-v-eb633ca4"><scroll-view wx:if="{{b}}" show-scrollbar="false" scroll-y="true" class="scroll data-v-eb633ca4" refresher-enabled="true" refresher-threshold="40" bindrefresherrefresh="{{d}}" lower-threshold="100" refresher-triggered="{{e}}"><uni-card wx:for="{{c}}" wx:for-item="item" wx:key="j" u-s="{{['d']}}" class="card data-v-eb633ca4" u-i="{{item.k}}" bind:__l="__l"><view class="Profile data-v-eb633ca4"><image class="data-v-eb633ca4" src="{{item.a}}" style="width:89.12rpx;height:89.12rpx;border-radius:72.25rpx" mode="scaleToFill"/></view><view class="Individual data-v-eb633ca4"><view class="Name data-v-eb633ca4">{{item.b}}</view><view class="Label data-v-eb633ca4"><view class="data-v-eb633ca4"><view class="{{['data-v-eb633ca4', item.e && 'Gendermale', item.f && 'Genderfemale']}}"><image wx:if="{{item.c}}" class="Genderimg data-v-eb633ca4" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/female.png" mode="scaleToFill"/><image wx:else class="Genderimg data-v-eb633ca4" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/male.png" mode="scaleToFill"/><view class="age data-v-eb633ca4">{{item.d}}</view></view></view><view class="state data-v-eb633ca4">{{item.g}}</view></view></view><view class="handle data-v-eb633ca4"><view class="recompose data-v-eb633ca4" bindtap="{{item.h}}"><image class="data-v-eb633ca4" style="width:46rpx;height:46rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/recompose.png" mode="scaleToFill"/></view><view class="expurgate data-v-eb633ca4" bindtap="{{item.i}}"><image class="data-v-eb633ca4" style="width:46rpx;height:46rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/expurgate.png" mode="scaleToFill"/></view></view></uni-card></scroll-view><view wx:else class="empty data-v-eb633ca4">暂无内容</view></view><view class="addition data-v-eb633ca4" bindtap="{{f}}"></view></view><anchor-library class="createModule r data-v-eb633ca4" u-r="createModule" bindRefresh="{{h}}" u-i="eb633ca4-1" bind:__l="__l"></anchor-library><modify-streamer wx:if="{{k}}" u-r="modifyStreamer" class="createModule r data-v-eb633ca4" bindRefresh="{{j}}" u-i="eb633ca4-2" bind:__l="__l" u-p="{{k}}"></modify-streamer>
<view class="anchor-library data-v-b49e4183"><view class="bg data-v-b49e4183"><image class="bgImg data-v-b49e4183" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/HomeBackground.png" mode="scaleToFill"/></view><view class="Return data-v-b49e4183" bindtap="{{a}}"><image class="ReturnImg data-v-b49e4183" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Return.png" mode="scaleToFill"/></view><view class="title data-v-b49e4183">主播库</view><view class="content data-v-b49e4183"><scroll-view wx:if="{{b}}" show-scrollbar="false" scroll-y="true" class="scroll data-v-b49e4183" refresher-enabled="true" refresher-threshold="40" bindrefresherrefresh="{{d}}" lower-threshold="100" refresher-triggered="{{e}}"><uni-card wx:for="{{c}}" wx:for-item="item" wx:key="j" u-s="{{['d']}}" class="card data-v-b49e4183" u-i="{{item.k}}" bind:__l="__l"><view class="Profile data-v-b49e4183"><image class="data-v-b49e4183" src="{{item.a}}" style="width:89.12rpx;height:89.12rpx;border-radius:72.25rpx" mode="scaleToFill"/></view><view class="Individual data-v-b49e4183"><view class="Name data-v-b49e4183">{{item.b}}</view><view class="Label data-v-b49e4183"><view class="data-v-b49e4183"><view class="{{['data-v-b49e4183', item.e && 'Gendermale', item.f && 'Genderfemale']}}"><image wx:if="{{item.c}}" class="Genderimg data-v-b49e4183" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/female.png" mode="scaleToFill"/><image wx:else class="Genderimg data-v-b49e4183" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/male.png" mode="scaleToFill"/><view class="age data-v-b49e4183">{{item.d}}</view></view></view><view class="state data-v-b49e4183">{{item.g}}</view></view></view><view class="handle data-v-b49e4183"><view class="recompose data-v-b49e4183" bindtap="{{item.h}}"><image class="data-v-b49e4183" style="width:46rpx;height:46rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/recompose.png" mode="scaleToFill"/></view><view class="expurgate data-v-b49e4183" bindtap="{{item.i}}"><image class="data-v-b49e4183" style="width:46rpx;height:46rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/expurgate.png" mode="scaleToFill"/></view></view></uni-card></scroll-view><view wx:else class="empty data-v-b49e4183">暂无内容</view></view><view class="addition data-v-b49e4183" bindtap="{{f}}"></view></view><anchor-library class="createModule r data-v-b49e4183" u-r="createModule" bindRefresh="{{h}}" u-i="b49e4183-1" bind:__l="__l"></anchor-library><modify-streamer wx:if="{{k}}" u-r="modifyStreamer" class="createModule r data-v-b49e4183" bindRefresh="{{j}}" u-i="b49e4183-2" bind:__l="__l" u-p="{{k}}"></modify-streamer>

View File

@@ -1 +1 @@
.bg.data-v-eb633ca4{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.bgImg.data-v-eb633ca4{width:100%;height:100%}.Return.data-v-eb633ca4{position:absolute;top:110rpx;left:35rpx;width:46rpx;height:46rpx}.title.data-v-eb633ca4{position:absolute;top:120rpx;left:335rpx;font-size:34rpx;color:#100e0f;font-weight:700}.ReturnImg.data-v-eb633ca4{width:100%;height:100%}.scroll.data-v-eb633ca4{position:absolute;top:200rpx;left:0;right:0;height:1300rpx;width:100%}.empty.data-v-eb633ca4{position:absolute;top:200rpx;left:0;right:0;height:1300rpx;width:100%;line-height:1300rpx;text-align:center;font-size:30rpx;color:#a3a3a3}.card.data-v-eb633ca4{width:695rpx;height:180rpx;background:#fff;border-radius:15rpx;display:flex;align-items:center;margin-left:30rpx;margin-top:20rpx}.Profile.data-v-eb633ca4{width:89rpx;height:89rpx;border-radius:50rpx;background-color:#ccc;margin-left:27.5rpx}.Gendermale.data-v-eb633ca4{background:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/maleimg.png) no-repeat center;width:56.3rpx;height:29.58rpx;background-size:100% 100%;display:flex;align-items:center;margin-right:10rpx}.Genderfemale.data-v-eb633ca4{background:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/femaleimg.png) no-repeat center;width:56.3rpx;height:29.58rpx;background-size:100% 100%;display:flex;align-items:center;margin-right:10rpx}.Individual.data-v-eb633ca4{display:flex;flex-direction:column;justify-content:center;margin-left:37rpx}.Name.data-v-eb633ca4{width:288.17rpx;font-size:30.53rpx;color:#161616;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.time.data-v-eb633ca4{margin-top:13rpx;font-size:23rpx;color:#a3a3a3}.state.data-v-eb633ca4{width:56.3rpx;height:30rpx;background:#f6f6f6;border-radius:14rpx;line-height:30rpx;font-size:17rpx;color:#666;padding:0 15rpx;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.Label.data-v-eb633ca4{margin-top:15rpx;display:flex}.age.data-v-eb633ca4{font-size:17rpx;color:#fff;margin-left:10rpx}.Genderimg.data-v-eb633ca4{width:14.22rpx;height:14.22rpx;margin-left:10rpx}.species.data-v-eb633ca4{display:flex;margin-left:10rpx}.species-text.data-v-eb633ca4{font-size:23rpx;color:#a3a3a3}.species-num.data-v-eb633ca4{font-size:23rpx;color:#161616;font-weight:700}.handle.data-v-eb633ca4{display:flex}.recompose.data-v-eb633ca4{width:46rpx;height:46rpx;margin-left:90rpx}.expurgate.data-v-eb633ca4{width:46rpx;height:46rpx;margin-left:40rpx}.createModule.data-v-eb633ca4{position:fixed;bottom:0;right:0;z-index:998;width:100vw}.addition.data-v-eb633ca4{position:absolute;bottom:200rpx;right:100rpx;width:150rpx;height:150rpx;z-index:998;border-radius:50rpx;background:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/addAnchor.png) no-repeat center;background-size:100% 100%}
.bg.data-v-b49e4183{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.bgImg.data-v-b49e4183{width:100%;height:100%}.Return.data-v-b49e4183{position:absolute;top:110rpx;left:35rpx;width:46rpx;height:46rpx}.title.data-v-b49e4183{position:absolute;top:120rpx;left:335rpx;font-size:34rpx;color:#100e0f;font-weight:700}.ReturnImg.data-v-b49e4183{width:100%;height:100%}.scroll.data-v-b49e4183{position:absolute;top:200rpx;left:0;right:0;height:1300rpx;width:100%}.scroll.data-v-b49e4183 ::-webkit-scrollbar{width:0;height:0;color:transparent;display:none}.empty.data-v-b49e4183{position:absolute;top:200rpx;left:0;right:0;height:1300rpx;width:100%;line-height:1300rpx;text-align:center;font-size:30rpx;color:#a3a3a3}.card.data-v-b49e4183{width:695rpx;height:180rpx;background:#fff;border-radius:15rpx;display:flex;align-items:center;margin-left:30rpx;margin-top:20rpx}.Profile.data-v-b49e4183{width:89rpx;height:89rpx;border-radius:50rpx;background-color:#ccc;margin-left:27.5rpx}.Gendermale.data-v-b49e4183{background:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/maleimg.png) no-repeat center;width:56.3rpx;height:29.58rpx;background-size:100% 100%;display:flex;align-items:center;margin-right:10rpx}.Genderfemale.data-v-b49e4183{background:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/femaleimg.png) no-repeat center;width:56.3rpx;height:29.58rpx;background-size:100% 100%;display:flex;align-items:center;margin-right:10rpx}.Individual.data-v-b49e4183{display:flex;flex-direction:column;justify-content:center;margin-left:37rpx}.Name.data-v-b49e4183{width:288.17rpx;font-size:30.53rpx;color:#161616;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.time.data-v-b49e4183{margin-top:13rpx;font-size:23rpx;color:#a3a3a3}.state.data-v-b49e4183{width:56.3rpx;height:30rpx;background:#f6f6f6;border-radius:14rpx;line-height:30rpx;font-size:17rpx;color:#666;padding:0 15rpx;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.Label.data-v-b49e4183{margin-top:15rpx;display:flex}.age.data-v-b49e4183{font-size:17rpx;color:#fff;margin-left:10rpx}.Genderimg.data-v-b49e4183{width:14.22rpx;height:14.22rpx;margin-left:10rpx}.species.data-v-b49e4183{display:flex;margin-left:10rpx}.species-text.data-v-b49e4183{font-size:23rpx;color:#a3a3a3}.species-num.data-v-b49e4183{font-size:23rpx;color:#161616;font-weight:700}.handle.data-v-b49e4183{display:flex}.recompose.data-v-b49e4183{width:46rpx;height:46rpx;margin-left:90rpx}.expurgate.data-v-b49e4183{width:46rpx;height:46rpx;margin-left:40rpx}.createModule.data-v-b49e4183{position:fixed;bottom:0;right:0;z-index:998;width:100vw}.addition.data-v-b49e4183{position:absolute;bottom:200rpx;right:100rpx;width:150rpx;height:150rpx;z-index:998;border-radius:50rpx;background:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/addAnchor.png) no-repeat center;background-size:100% 100%}

View File

@@ -1 +1 @@
"use strict";const e=require("../../../common/vendor.js"),o=require("../../../components/request.js"),t=require("../../../components/formatDate.js"),r=require("../../../components/DifferenceArray.js"),s={data:()=>({pkList:[],userinfo:{},page:0,createModule:null,parentMessage:null,triggered:!1,pickerArray:[],index:0,topPinnedPersondata:{},Topdate:0,popupOutdata:{},popupExpurgatedata:{}}),onLoad(){e.index.getStorage({key:"userinfo",success:e=>{this.userinfo=e.data,this.getpkList()}})},mounted(){this.createModule=this.$refs.createModule},onShareAppMessage(e){if("menu"===e.from)return{title:"分享",path:"/pages/Home/Home"}},methods:{onRefresherRefresh(){this.page=0,this.pkList=[],this.getpkList(),this.triggered=!0},onScrollToLower(){this.page++,this.getpkList()},onBack(){e.index.navigateBack({delta:1})},formatDate:t.formatDate,getpkList(){o.request({url:"user/queryMyAllPkData",method:"POST",data:{userId:this.userinfo.id,page:this.page,size:10},userInfo:!0}).then((e=>{200==e.code?(this.pkList.push(...e.data),this.triggered=!1):console.log(e.msg)}))},onRecompose(e){this.parentMessage=e,this.createModule.open()},onTop(e){this.pickerArray=r.DifferenceArray(e.pkTime),this.$refs.popup.open("center"),this.topPinnedPersondata=e},bindPickerChange(e){this.index=e.detail.value},closePopup(){this.$refs.popup.close(),this.index=0,this.pickerArray=[],this.topPinnedPersondata={}},onTopConfirm(){this.Topdate=Math.ceil(Date.now()/1e3+3600*Number(this.pickerArray[this.index])),o.request({url:"user/pinToTop",method:"POST",data:{articleId:this.topPinnedPersondata.id,pinExpireTime:this.Topdate},userInfo:!0}).then((o=>{200==o.code?(this.onRefresherRefresh(),e.index.showToast({title:o.data,icon:"none",duration:3e3}),this.closePopup()):e.index.showToast({title:o.msg,icon:"none",duration:3e3})}))},onOutTop(e){this.$refs.popupOut.open("center"),this.popupOutdata=e},onOutTopConfirm(){o.request({url:"user/cancelPin",method:"POST",data:{articleId:this.popupOutdata.id},userInfo:!0}).then((o=>{200==o.code?(this.closePopupOut(),this.onRefresherRefresh(),e.index.showToast({title:o.data,icon:"none",duration:3e3})):console.log(o.msg)}))},closePopupOut(){this.$refs.popupOut.close(),this.popupOutdata={}},onExpurgate(e){this.$refs.popupExpurgate.open("center"),this.popupExpurgatedata=e},onExpurgateConfirm(){o.request({url:"pk/deletePkDataWithId",method:"POST",data:{id:this.popupExpurgatedata.id},userInfo:!0}).then((o=>{200==o.code?(this.onRefresherRefresh(),this.closePopupExpurgate(),e.index.showToast({title:o.msg,icon:"none",duration:2e3})):e.index.showToast({title:o.msg,icon:"none",duration:2e3})}))},closePopupExpurgate(){this.$refs.popupExpurgate.close(),this.popupExpurgatedata={}}},components:{Recompose:()=>"./recompose/recompose2.js"}};if(!Array){(e.resolveComponent("uni-card")+e.resolveComponent("Recompose")+e.resolveComponent("uni-popup"))()}Math;const p=e._export_sfc(s,[["render",function(o,t,r,s,p,n){return e.e({a:e.o(((...e)=>n.onBack&&n.onBack(...e))),b:0!==p.pkList.length},0!==p.pkList.length?{c:e.f(p.pkList,((o,t,r)=>e.e({a:o.anchorIcon,b:e.t(o.anchorId),c:"2"===o.sex},(o.sex,{}),{d:e.t("1"===o.sex?"男":"女"),e:"1"===o.sex?1:"",f:"2"===o.sex?1:"",g:e.t(o.country),h:e.t(o.coin),i:e.t(n.formatDate(o.pkTime)),j:0===o.inviteStatus},0===o.inviteStatus?e.e({k:!1===o.isPin},!1===o.isPin?{l:e.o((e=>n.onTop(o)),t)}:{},{m:!0===o.isPin},!0===o.isPin?{n:e.o((e=>n.onOutTop(o)),t)}:{},{o:e.o((e=>n.onRecompose(o)),t),p:e.o((e=>n.onExpurgate(o)),t)}):{},{q:t,r:"00c61626-0-"+r}))),d:e.o(((...e)=>n.onRefresherRefresh&&n.onRefresherRefresh(...e))),e:e.o(((...e)=>n.onScrollToLower&&n.onScrollToLower(...e))),f:p.triggered}:{},{g:0===p.pkList.length},(p.pkList.length,{}),{h:e.sr("createModule","00c61626-1"),i:e.o(n.onRefresherRefresh),j:e.p({message:p.parentMessage}),k:e.t(p.pickerArray[p.index]),l:p.pickerArray,m:p.index,n:e.o(((...e)=>n.bindPickerChange&&n.bindPickerChange(...e))),o:e.o(((...e)=>n.onTopConfirm&&n.onTopConfirm(...e))),p:e.o(((...e)=>n.closePopup&&n.closePopup(...e))),q:e.sr("popup","00c61626-2"),r:e.p({type:"center","border-radius":"10px 10px 0 0"}),s:e.o(((...e)=>n.onOutTopConfirm&&n.onOutTopConfirm(...e))),t:e.o(((...e)=>n.closePopupOut&&n.closePopupOut(...e))),v:e.sr("popupOut","00c61626-3"),w:e.p({type:"center","border-radius":"10px 10px 0 0"}),x:e.o(((...e)=>n.onExpurgateConfirm&&n.onExpurgateConfirm(...e))),y:e.o(((...e)=>n.closePopupExpurgate&&n.closePopupExpurgate(...e))),z:e.sr("popupExpurgate","00c61626-4"),A:e.p({type:"center","border-radius":"10px 10px 0 0"})})}],["__scopeId","data-v-00c61626"]]);s.__runtimeHooks=2,wx.createPage(p);
"use strict";const e=require("../../../common/vendor.js"),o=require("../../../components/request.js"),t=require("../../../components/formatDate.js"),r=require("../../../components/DifferenceArray.js"),s={data:()=>({pkList:[],userinfo:{},page:0,createModule:null,parentMessage:null,triggered:!1,pickerArray:[],index:0,topPinnedPersondata:{},Topdate:0,popupOutdata:{},popupExpurgatedata:{}}),onLoad(){e.index.getStorage({key:"userinfo",success:e=>{this.userinfo=e.data,this.getpkList()}})},mounted(){this.createModule=this.$refs.createModule},onShareAppMessage(e){if("menu"===e.from)return{title:"分享",path:"/pages/Home/Home"}},methods:{onRefresherRefresh(){this.page=0,this.pkList=[],this.getpkList(),this.triggered=!0},onScrollToLower(){this.page++,this.getpkList()},onBack(){e.index.navigateBack({delta:1})},formatDate:t.formatDate,getpkList(){o.request({url:"user/queryMyAllPkData",method:"POST",data:{userId:this.userinfo.id,page:this.page,size:10},userInfo:!0}).then((e=>{200==e.code?(this.pkList.push(...e.data),this.triggered=!1):console.log(e.msg)}))},onRecompose(e){this.parentMessage=e,this.createModule.open()},onTop(e){this.pickerArray=r.DifferenceArray(e.pkTime),this.$refs.popup.open("center"),this.topPinnedPersondata=e},bindPickerChange(e){this.index=e.detail.value},closePopup(){this.$refs.popup.close(),this.index=0,this.pickerArray=[],this.topPinnedPersondata={}},onTopConfirm(){this.Topdate=Math.ceil(Date.now()/1e3+3600*Number(this.pickerArray[this.index])),o.request({url:"user/pinToTop",method:"POST",data:{articleId:this.topPinnedPersondata.id,pinExpireTime:this.Topdate},userInfo:!0}).then((o=>{200==o.code?(this.onRefresherRefresh(),e.index.showToast({title:o.data,icon:"none",duration:3e3}),this.closePopup()):e.index.showToast({title:o.msg,icon:"none",duration:3e3})}))},onOutTop(e){this.$refs.popupOut.open("center"),this.popupOutdata=e},onOutTopConfirm(){o.request({url:"user/cancelPin",method:"POST",data:{articleId:this.popupOutdata.id},userInfo:!0}).then((o=>{200==o.code?(this.closePopupOut(),this.onRefresherRefresh(),e.index.showToast({title:o.data,icon:"none",duration:3e3})):console.log(o.msg)}))},closePopupOut(){this.$refs.popupOut.close(),this.popupOutdata={}},onExpurgate(e){this.$refs.popupExpurgate.open("center"),this.popupExpurgatedata=e},onExpurgateConfirm(){o.request({url:"pk/deletePkDataWithId",method:"POST",data:{id:this.popupExpurgatedata.id},userInfo:!0}).then((o=>{200==o.code?(this.onRefresherRefresh(),this.closePopupExpurgate(),e.index.showToast({title:o.msg,icon:"none",duration:2e3})):e.index.showToast({title:o.msg,icon:"none",duration:2e3})}))},closePopupExpurgate(){this.$refs.popupExpurgate.close(),this.popupExpurgatedata={}}},components:{Recompose:()=>"./recompose/recompose2.js"}};if(!Array){(e.resolveComponent("uni-card")+e.resolveComponent("Recompose")+e.resolveComponent("uni-popup"))()}Math;const p=e._export_sfc(s,[["render",function(o,t,r,s,p,n){return e.e({a:e.o(((...e)=>n.onBack&&n.onBack(...e))),b:0!==p.pkList.length},0!==p.pkList.length?{c:e.f(p.pkList,((o,t,r)=>e.e({a:o.anchorIcon,b:e.t(o.anchorId),c:"2"===o.sex},(o.sex,{}),{d:e.t("1"===o.sex?"男":"女"),e:"1"===o.sex?1:"",f:"2"===o.sex?1:"",g:e.t(o.country),h:e.t(o.coin),i:e.t(n.formatDate(o.pkTime)),j:0===o.inviteStatus},0===o.inviteStatus?e.e({k:!1===o.isPin},!1===o.isPin?{l:e.o((e=>n.onTop(o)),t)}:{},{m:!0===o.isPin},!0===o.isPin?{n:e.o((e=>n.onOutTop(o)),t)}:{},{o:e.o((e=>n.onRecompose(o)),t),p:e.o((e=>n.onExpurgate(o)),t)}):{},{q:t,r:"e5389146-0-"+r}))),d:e.o(((...e)=>n.onRefresherRefresh&&n.onRefresherRefresh(...e))),e:e.o(((...e)=>n.onScrollToLower&&n.onScrollToLower(...e))),f:p.triggered}:{},{g:0===p.pkList.length},(p.pkList.length,{}),{h:e.sr("createModule","e5389146-1"),i:e.o(n.onRefresherRefresh),j:e.p({message:p.parentMessage}),k:e.t(p.pickerArray[p.index]),l:p.pickerArray,m:p.index,n:e.o(((...e)=>n.bindPickerChange&&n.bindPickerChange(...e))),o:e.o(((...e)=>n.onTopConfirm&&n.onTopConfirm(...e))),p:e.o(((...e)=>n.closePopup&&n.closePopup(...e))),q:e.sr("popup","e5389146-2"),r:e.p({type:"center","border-radius":"10px 10px 0 0"}),s:e.o(((...e)=>n.onOutTopConfirm&&n.onOutTopConfirm(...e))),t:e.o(((...e)=>n.closePopupOut&&n.closePopupOut(...e))),v:e.sr("popupOut","e5389146-3"),w:e.p({type:"center","border-radius":"10px 10px 0 0"}),x:e.o(((...e)=>n.onExpurgateConfirm&&n.onExpurgateConfirm(...e))),y:e.o(((...e)=>n.closePopupExpurgate&&n.closePopupExpurgate(...e))),z:e.sr("popupExpurgate","e5389146-4"),A:e.p({type:"center","border-radius":"10px 10px 0 0"})})}],["__scopeId","data-v-e5389146"]]);s.__runtimeHooks=2,wx.createPage(p);

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
.bg.data-v-00c61626{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.bgImg.data-v-00c61626{width:100%;height:100%}.Return.data-v-00c61626{position:absolute;top:110rpx;left:35rpx;width:46rpx;height:46rpx}.title.data-v-00c61626{position:absolute;top:120rpx;left:335rpx;font-size:34rpx;color:#100e0f;font-weight:700}.ReturnImg.data-v-00c61626{width:100%;height:100%}.scroll.data-v-00c61626{position:absolute;top:200rpx;left:0;right:0;height:1300rpx;width:100%}.no-data.data-v-00c61626{position:absolute;top:200rpx;left:0;right:0;height:1300rpx;width:100%;line-height:1300rpx;text-align:center;font-size:30rpx;color:#959595}.card.data-v-00c61626{width:695rpx;height:180rpx;background:#fff;border-radius:15rpx;display:flex;align-items:center;margin-left:30rpx;margin-top:20rpx}.Profile.data-v-00c61626{width:89rpx;height:89rpx;border-radius:50rpx;background-color:#ccc;margin-left:27.5rpx}.Gendermale.data-v-00c61626{background:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/maleimg.png) no-repeat center;width:56.3rpx;height:29.58rpx;background-size:100% 100%;display:flex;align-items:center;margin-right:10rpx}.Genderfemale.data-v-00c61626{background:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/femaleimg.png) no-repeat center;width:56.3rpx;height:29.58rpx;background-size:100% 100%;display:flex;align-items:center;margin-right:10rpx}.Individual.data-v-00c61626{display:flex;flex-direction:column;justify-content:center;margin-left:37rpx}.Name.data-v-00c61626{width:288.17rpx;font-size:30.53rpx;color:#161616;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.time.data-v-00c61626{margin-top:13rpx;font-size:23rpx;color:#a3a3a3}.state.data-v-00c61626{width:56.3rpx;height:30rpx;background:#f6f6f6;border-radius:14rpx;line-height:30rpx;font-size:17rpx;color:#666;padding:0 15rpx;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.Label.data-v-00c61626{margin-top:15rpx;display:flex}.age.data-v-00c61626{font-size:17rpx;color:#fff;margin-left:10rpx}.Genderimg.data-v-00c61626{width:14.22rpx;height:14.22rpx;margin-left:10rpx}.species.data-v-00c61626{display:flex;margin-left:10rpx}.species-text.data-v-00c61626{font-size:23rpx;color:#a3a3a3}.species-num.data-v-00c61626{font-size:23rpx;color:#161616;font-weight:700}.handle.data-v-00c61626{display:flex}.recompose.data-v-00c61626{width:46rpx;height:46rpx;margin-left:80rpx}.expurgate.data-v-00c61626{width:46rpx;height:46rpx;margin-left:10rpx}.createModule.data-v-00c61626{position:fixed;bottom:0;right:0;z-index:998;width:100vw}.popup-container.data-v-00c61626{width:500rpx;height:500rpx;background-color:#fff;border-radius:30rpx;display:flex;flex-direction:column;align-items:center;padding:30rpx}.popup-container-out.data-v-00c61626{width:500rpx;height:400rpx;background-color:#fff;border-radius:30rpx;display:flex;flex-direction:column;align-items:center;padding:30rpx}.popup-container-expurgate.data-v-00c61626{width:500rpx;height:300rpx;background-color:#fff;border-radius:30rpx;display:flex;flex-direction:column;align-items:center;padding:30rpx}.popup-title.data-v-00c61626{font-size:30rpx;color:#161616;font-weight:700;margin-top:30rpx}.popup-text.data-v-00c61626{font-size:25rpx;color:#959595;margin-top:30rpx;width:400rpx}.popup-picker.data-v-00c61626{margin-top:60rpx;width:450rpx;height:60rpx;border:#5bced1 solid 1rpx;border-radius:15rpx}.uni-input.data-v-00c61626{font-size:30rpx;color:#fff;width:450rpx;height:60rpx;text-align:center;line-height:60rpx;background-color:#5bced1;border-radius:15rpx}.popup-btn.data-v-00c61626{margin-top:60rpx;display:flex;justify-content:center}.uni-primary.data-v-00c61626{width:200rpx;height:60rpx;border-top-left-radius:50rpx;border-bottom-left-radius:50rpx;border-bottom-right-radius:50rpx;background-image:linear-gradient(135deg,#4fcacd,#5fdbde);font-size:25rpx;color:#fff;text-align:center;line-height:60rpx;margin-right:30rpx}.uni-default.data-v-00c61626{width:200rpx;height:60rpx;border-top-left-radius:50rpx;border-bottom-left-radius:50rpx;border-bottom-right-radius:50rpx;background-image:linear-gradient(135deg,#cecece,#fff);font-size:25rpx;color:#161616;text-align:center;line-height:60rpx}
.bg.data-v-e5389146{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.bgImg.data-v-e5389146{width:100%;height:100%}.Return.data-v-e5389146{position:absolute;top:110rpx;left:35rpx;width:46rpx;height:46rpx}.title.data-v-e5389146{position:absolute;top:120rpx;left:335rpx;font-size:34rpx;color:#100e0f;font-weight:700}.ReturnImg.data-v-e5389146{width:100%;height:100%}.scroll.data-v-e5389146{position:absolute;top:200rpx;left:0;right:0;height:1300rpx;width:100%}.scroll.data-v-e5389146 ::-webkit-scrollbar{width:0;height:0;color:transparent;display:none}.no-data.data-v-e5389146{position:absolute;top:200rpx;left:0;right:0;height:1300rpx;width:100%;line-height:1300rpx;text-align:center;font-size:30rpx;color:#959595}.card.data-v-e5389146{width:695rpx;height:180rpx;background:#fff;border-radius:15rpx;display:flex;align-items:center;margin-left:30rpx;margin-top:20rpx}.Profile.data-v-e5389146{width:89rpx;height:89rpx;border-radius:50rpx;background-color:#ccc;margin-left:27.5rpx}.Gendermale.data-v-e5389146{background:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/maleimg.png) no-repeat center;width:56.3rpx;height:29.58rpx;background-size:100% 100%;display:flex;align-items:center;margin-right:10rpx}.Genderfemale.data-v-e5389146{background:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/femaleimg.png) no-repeat center;width:56.3rpx;height:29.58rpx;background-size:100% 100%;display:flex;align-items:center;margin-right:10rpx}.Individual.data-v-e5389146{display:flex;flex-direction:column;justify-content:center;margin-left:37rpx}.Name.data-v-e5389146{width:288.17rpx;font-size:30.53rpx;color:#161616;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.time.data-v-e5389146{margin-top:13rpx;font-size:23rpx;color:#a3a3a3}.state.data-v-e5389146{width:56.3rpx;height:30rpx;background:#f6f6f6;border-radius:14rpx;line-height:30rpx;font-size:17rpx;color:#666;padding:0 15rpx;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.Label.data-v-e5389146{margin-top:15rpx;display:flex}.age.data-v-e5389146{font-size:17rpx;color:#fff;margin-left:10rpx}.Genderimg.data-v-e5389146{width:14.22rpx;height:14.22rpx;margin-left:10rpx}.species.data-v-e5389146{display:flex;margin-left:10rpx}.species-text.data-v-e5389146{font-size:23rpx;color:#a3a3a3}.species-num.data-v-e5389146{font-size:23rpx;color:#161616;font-weight:700}.handle.data-v-e5389146{display:flex}.recompose.data-v-e5389146{width:46rpx;height:46rpx;margin-left:80rpx}.expurgate.data-v-e5389146{width:46rpx;height:46rpx;margin-left:10rpx}.createModule.data-v-e5389146{position:fixed;bottom:0;right:0;z-index:998;width:100vw}.popup-container.data-v-e5389146{width:500rpx;height:500rpx;background-color:#fff;border-radius:30rpx;display:flex;flex-direction:column;align-items:center;padding:30rpx}.popup-container-out.data-v-e5389146{width:500rpx;height:400rpx;background-color:#fff;border-radius:30rpx;display:flex;flex-direction:column;align-items:center;padding:30rpx}.popup-container-expurgate.data-v-e5389146{width:500rpx;height:300rpx;background-color:#fff;border-radius:30rpx;display:flex;flex-direction:column;align-items:center;padding:30rpx}.popup-title.data-v-e5389146{font-size:30rpx;color:#161616;font-weight:700;margin-top:30rpx}.popup-text.data-v-e5389146{font-size:25rpx;color:#959595;margin-top:30rpx;width:400rpx}.popup-picker.data-v-e5389146{margin-top:60rpx;width:450rpx;height:60rpx;border:#5bced1 solid 1rpx;border-radius:15rpx}.uni-input.data-v-e5389146{font-size:30rpx;color:#fff;width:450rpx;height:60rpx;text-align:center;line-height:60rpx;background-color:#5bced1;border-radius:15rpx}.popup-btn.data-v-e5389146{margin-top:60rpx;display:flex;justify-content:center}.uni-primary.data-v-e5389146{width:200rpx;height:60rpx;border-top-left-radius:50rpx;border-bottom-left-radius:50rpx;border-bottom-right-radius:50rpx;background-image:linear-gradient(135deg,#4fcacd,#5fdbde);font-size:25rpx;color:#fff;text-align:center;line-height:60rpx;margin-right:30rpx}.uni-default.data-v-e5389146{width:200rpx;height:60rpx;border-top-left-radius:50rpx;border-bottom-left-radius:50rpx;border-bottom-right-radius:50rpx;background-image:linear-gradient(135deg,#cecece,#fff);font-size:25rpx;color:#161616;text-align:center;line-height:60rpx}

View File

@@ -1 +1 @@
"use strict";const e=require("../../../common/vendor.js"),t=require("../../../components/request.js"),r=require("../../../components/formatDate.js"),o={data:()=>({triggered:!1,current:1,buttonWidth:238.55,gap:0,slidetext:"我发布的PK",pkmyRecordlist:[],pkInvitationRecordlist:[],pkRecordlist:[],userinfo:{},page:0}),onLoad(){e.index.getStorage({key:"userinfo",success:e=>{this.userinfo=e.data,this.getPkRecordList(1),this.getPkRecordList(2)}})},onShareAppMessage(e){if("menu"===e.from)return{title:"分享",path:"/pages/Home/Home"}},computed:{sliderPosition(){const{current:e,buttonWidth:t,gap:r}=this;return 0+(t+r)*(e-1)+375}},methods:{onRefresherRefresh(){this.pkRecordlist=[],this.triggered=!0,this.page=0,1===this.current?this.pkmyRecordlist=[]:this.pkInvitationRecordlist=[],this.getPkRecordList(this.current)},onScrollToLower(){this.page++,this.getPkRecordList(this.current)},onItemClick(t){e.index.navigateTo({url:"/pages/Mine/minecomponents/DetailsPKRecords/DetailsPKRecords",success:e=>{e.eventChannel.emit("itemDetail",{item:t})}})},onBack(){e.index.navigateBack({delta:1})},formatDate:r.formatDate,getPkRecordList(e){t.request({url:"user/handlePkInfo",method:"POST",data:{type:e,userId:this.userinfo.id,page:this.page,size:10},userInfo:!0}).then((t=>{200===t.code?(this.triggered=!1,1===e?(this.pkmyRecordlist.push(...t.data),1===this.current&&(this.pkRecordlist=this.pkmyRecordlist)):(this.pkInvitationRecordlist.push(...t.data),2===this.current&&(this.pkRecordlist=this.pkInvitationRecordlist))):console.log(t.msg)}))},toggleActive(e){this.current=e,this.slidetext=1===e?"我发布的PK":"我邀请的PK",this.pkRecordlist=1===e?this.pkmyRecordlist:this.pkInvitationRecordlist}}};if(!Array){e.resolveComponent("uni-card")()}const i=e._export_sfc(o,[["render",function(t,r,o,i,s,n){return e.e({a:e.o(((...e)=>n.onBack&&n.onBack(...e))),b:e.o((e=>n.toggleActive(1))),c:1===s.current?1:"",d:e.o((e=>n.toggleActive(2))),e:2===s.current?1:"",f:e.t(s.slidetext),g:n.sliderPosition+"rpx",h:0!==s.pkRecordlist.length},0!==s.pkRecordlist.length?{i:e.f(s.pkRecordlist,((t,r,o)=>e.e({a:t.anchorIconA,b:t.winnerAnchorId==t.anchorIdA},(t.winnerAnchorId,t.anchorIdA,{}),{c:e.t(t.anchorIdA),d:e.t(n.formatDate(t.pkTime)),e:null!==t.userACoins},null!==t.userACoins?{f:e.t(t.userACoins)}:{},{g:e.t(t.anchorIdB),h:e.t(n.formatDate(t.pkTime)),i:null!==t.userBCoins},null!==t.userBCoins?{j:e.t(t.userBCoins)}:{},{k:t.anchorIconB,l:t.winnerAnchorId==t.anchorIdB},(t.winnerAnchorId,t.anchorIdB,{}),{m:e.o((e=>n.onItemClick(t)),r),n:r,o:"f15f99b8-0-"+o}))),j:e.o(((...e)=>n.onRefresherRefresh&&n.onRefresherRefresh(...e))),k:e.o(((...e)=>n.onScrollToLower&&n.onScrollToLower(...e))),l:s.triggered}:{},{m:0===s.pkRecordlist.length},(s.pkRecordlist.length,{}))}],["__scopeId","data-v-f15f99b8"]]);o.__runtimeHooks=2,wx.createPage(i);
"use strict";const e=require("../../../common/vendor.js"),t=require("../../../components/request.js"),r=require("../../../components/formatDate.js"),o={data:()=>({triggered:!1,current:1,buttonWidth:238.55,gap:0,slidetext:"我发布的PK",pkmyRecordlist:[],pkInvitationRecordlist:[],pkRecordlist:[],userinfo:{},page:0}),onLoad(){e.index.getStorage({key:"userinfo",success:e=>{this.userinfo=e.data,this.getPkRecordList(1),this.getPkRecordList(2)}})},onShareAppMessage(e){if("menu"===e.from)return{title:"分享",path:"/pages/Home/Home"}},computed:{sliderPosition(){const{current:e,buttonWidth:t,gap:r}=this;return 0+(t+r)*(e-1)+375}},methods:{onRefresherRefresh(){this.pkRecordlist=[],this.triggered=!0,this.page=0,1===this.current?this.pkmyRecordlist=[]:this.pkInvitationRecordlist=[],this.getPkRecordList(this.current)},onScrollToLower(){this.page++,this.getPkRecordList(this.current)},onItemClick(t){e.index.navigateTo({url:"/pages/Mine/minecomponents/DetailsPKRecords/DetailsPKRecords",success:e=>{e.eventChannel.emit("itemDetail",{item:t})}})},onBack(){e.index.navigateBack({delta:1})},formatDate:r.formatDate,getPkRecordList(e){t.request({url:"user/handlePkInfo",method:"POST",data:{type:e,userId:this.userinfo.id,page:this.page,size:10},userInfo:!0}).then((t=>{200===t.code?(this.triggered=!1,1===e?(this.pkmyRecordlist.push(...t.data),1===this.current&&(this.pkRecordlist=this.pkmyRecordlist)):(this.pkInvitationRecordlist.push(...t.data),2===this.current&&(this.pkRecordlist=this.pkInvitationRecordlist))):console.log(t.msg)}))},toggleActive(e){this.current=e,this.slidetext=1===e?"我发布的PK":"我邀请的PK",this.pkRecordlist=1===e?this.pkmyRecordlist:this.pkInvitationRecordlist}}};if(!Array){e.resolveComponent("uni-card")()}const i=e._export_sfc(o,[["render",function(t,r,o,i,s,n){return e.e({a:e.o(((...e)=>n.onBack&&n.onBack(...e))),b:e.o((e=>n.toggleActive(1))),c:1===s.current?1:"",d:e.o((e=>n.toggleActive(2))),e:2===s.current?1:"",f:e.t(s.slidetext),g:n.sliderPosition+"rpx",h:0!==s.pkRecordlist.length},0!==s.pkRecordlist.length?{i:e.f(s.pkRecordlist,((t,r,o)=>e.e({a:t.anchorIconA,b:t.winnerAnchorId==t.anchorIdA},(t.winnerAnchorId,t.anchorIdA,{}),{c:e.t(t.anchorIdA),d:e.t(n.formatDate(t.pkTime)),e:null!==t.userACoins},null!==t.userACoins?{f:e.t(t.userACoins)}:{},{g:e.t(t.anchorIdB),h:e.t(n.formatDate(t.pkTime)),i:null!==t.userBCoins},null!==t.userBCoins?{j:e.t(t.userBCoins)}:{},{k:t.anchorIconB,l:t.winnerAnchorId==t.anchorIdB},(t.winnerAnchorId,t.anchorIdB,{}),{m:e.o((e=>n.onItemClick(t)),r),n:r,o:"668dbe5e-0-"+o}))),j:e.o(((...e)=>n.onRefresherRefresh&&n.onRefresherRefresh(...e))),k:e.o(((...e)=>n.onScrollToLower&&n.onScrollToLower(...e))),l:s.triggered}:{},{m:0===s.pkRecordlist.length},(s.pkRecordlist.length,{}))}],["__scopeId","data-v-668dbe5e"]]);o.__runtimeHooks=2,wx.createPage(i);

View File

@@ -1 +1 @@
<view class="pkRecord data-v-f15f99b8"><view class="bg data-v-f15f99b8"><image class="bgImg data-v-f15f99b8" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/HomeBackground.png" mode="scaleToFill"/></view><view class="Return data-v-f15f99b8" bindtap="{{a}}"><image class="ReturnImg data-v-f15f99b8" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Return.png" mode="scaleToFill"/></view><view class="title data-v-f15f99b8">PK记录</view><view class="navigation data-v-f15f99b8"><view class="navigationItem data-v-f15f99b8"><view bindtap="{{b}}" class="{{['navigationItemTitle', 'data-v-f15f99b8', c && 'active']}}">我发布的PK</view><view bindtap="{{d}}" class="{{['navigationItemTitle', 'data-v-f15f99b8', e && 'active']}}">我邀请的PK</view></view><view class="slide data-v-f15f99b8" style="{{'left:' + g + ';' + ('transition:' + 'left 0.3s ease-in-out')}}">{{f}}</view></view><view class="content data-v-f15f99b8"><scroll-view wx:if="{{h}}" show-scrollbar="false" scroll-y="true" class="scroll data-v-f15f99b8" refresher-enabled="true" refresher-threshold="40" bindrefresherrefresh="{{j}}" lower-threshold="100" bindscrolltolower="{{k}}" refresher-triggered="{{l}}"><uni-card wx:for="{{i}}" wx:for-item="item" wx:key="n" class="data-v-f15f99b8" u-s="{{['d']}}" u-i="{{item.o}}" bind:__l="__l"><view class="card data-v-f15f99b8" bindtap="{{item.m}}"><view class="AnchorA data-v-f15f99b8"><view class="AnchorAImg data-v-f15f99b8"><image class="AnchorAImgcss data-v-f15f99b8" src="{{item.a}}" mode="scaleToFill"/></view><image wx:if="{{item.b}}" class="Crown data-v-f15f99b8" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Crown.png" mode="scaleToFill"/><view class="AnchorAinfo data-v-f15f99b8"><view class="AnchorAname data-v-f15f99b8">{{item.c}}</view><view class="AnchorATime data-v-f15f99b8">{{item.d}}</view><view wx:if="{{item.e}}" class="AnchorAICon data-v-f15f99b8"><view class="AnchorAIContext data-v-f15f99b8">实际金币:</view><view class="AnchorAIConNum data-v-f15f99b8">{{item.f}}K</view></view></view></view><view class="vstext data-v-f15f99b8"><view class="Vtext data-v-f15f99b8">V</view><view class="Stext data-v-f15f99b8">S</view></view><view class="AnchorB data-v-f15f99b8"><view class="AnchorBinfo data-v-f15f99b8"><view class="AnchorAname data-v-f15f99b8">{{item.g}}</view><view class="AnchorATime data-v-f15f99b8">{{item.h}}</view><view wx:if="{{item.i}}" class="AnchorAICon data-v-f15f99b8"><view class="AnchorAIContext data-v-f15f99b8">实际打金币:</view><view class="AnchorAIConNum data-v-f15f99b8">{{item.j}}K</view></view></view><view class="AnchorAImg data-v-f15f99b8"><image class="AnchorBImgcss data-v-f15f99b8" src="{{item.k}}" mode="scaleToFill"/></view><image wx:if="{{item.l}}" class="Crown data-v-f15f99b8" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Crown.png" mode="scaleToFill"/></view></view></uni-card></scroll-view><view wx:if="{{m}}" class="nodata data-v-f15f99b8">暂无内容</view></view></view>
<view class="pkRecord data-v-668dbe5e"><view class="bg data-v-668dbe5e"><image class="bgImg data-v-668dbe5e" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/HomeBackground.png" mode="scaleToFill"/></view><view class="Return data-v-668dbe5e" bindtap="{{a}}"><image class="ReturnImg data-v-668dbe5e" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Return.png" mode="scaleToFill"/></view><view class="title data-v-668dbe5e">PK记录</view><view class="navigation data-v-668dbe5e"><view class="navigationItem data-v-668dbe5e"><view bindtap="{{b}}" class="{{['navigationItemTitle', 'data-v-668dbe5e', c && 'active']}}">我发布的PK</view><view bindtap="{{d}}" class="{{['navigationItemTitle', 'data-v-668dbe5e', e && 'active']}}">我邀请的PK</view></view><view class="slide data-v-668dbe5e" style="{{'left:' + g + ';' + ('transition:' + 'left 0.3s ease-in-out')}}">{{f}}</view></view><view class="content data-v-668dbe5e"><scroll-view wx:if="{{h}}" show-scrollbar="false" scroll-y="true" class="scroll data-v-668dbe5e" refresher-enabled="true" refresher-threshold="40" bindrefresherrefresh="{{j}}" lower-threshold="100" bindscrolltolower="{{k}}" refresher-triggered="{{l}}"><uni-card wx:for="{{i}}" wx:for-item="item" wx:key="n" class="data-v-668dbe5e" u-s="{{['d']}}" u-i="{{item.o}}" bind:__l="__l"><view class="card data-v-668dbe5e" bindtap="{{item.m}}"><view class="AnchorA data-v-668dbe5e"><view class="AnchorAImg data-v-668dbe5e"><image class="AnchorAImgcss data-v-668dbe5e" src="{{item.a}}" mode="scaleToFill"/></view><image wx:if="{{item.b}}" class="Crown data-v-668dbe5e" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Crown.png" mode="scaleToFill"/><view class="AnchorAinfo data-v-668dbe5e"><view class="AnchorAname data-v-668dbe5e">{{item.c}}</view><view class="AnchorATime data-v-668dbe5e">{{item.d}}</view><view wx:if="{{item.e}}" class="AnchorAICon data-v-668dbe5e"><view class="AnchorAIContext data-v-668dbe5e">实际金币:</view><view class="AnchorAIConNum data-v-668dbe5e">{{item.f}}K</view></view></view></view><view class="vstext data-v-668dbe5e"><view class="Vtext data-v-668dbe5e">V</view><view class="Stext data-v-668dbe5e">S</view></view><view class="AnchorB data-v-668dbe5e"><view class="AnchorBinfo data-v-668dbe5e"><view class="AnchorAname data-v-668dbe5e">{{item.g}}</view><view class="AnchorATime data-v-668dbe5e">{{item.h}}</view><view wx:if="{{item.i}}" class="AnchorAICon data-v-668dbe5e"><view class="AnchorAIContext data-v-668dbe5e">实际打金币:</view><view class="AnchorAIConNum data-v-668dbe5e">{{item.j}}K</view></view></view><view class="AnchorAImg data-v-668dbe5e"><image class="AnchorBImgcss data-v-668dbe5e" src="{{item.k}}" mode="scaleToFill"/></view><image wx:if="{{item.l}}" class="Crown data-v-668dbe5e" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Crown.png" mode="scaleToFill"/></view></view></uni-card></scroll-view><view wx:if="{{m}}" class="nodata data-v-668dbe5e">暂无内容</view></view></view>

View File

@@ -1 +1 @@
.bg.data-v-f15f99b8{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.bgImg.data-v-f15f99b8{width:100%;height:100%}.Return.data-v-f15f99b8{position:absolute;top:110rpx;left:35rpx;width:46rpx;height:46rpx}.title.data-v-f15f99b8{position:absolute;top:120rpx;left:335rpx;font-size:34rpx;color:#100e0f;font-weight:700}.ReturnImg.data-v-f15f99b8{width:100%;height:100%}.navigation.data-v-f15f99b8{position:absolute;top:200rpx;left:0rpx;right:0rpx;height:68.7rpx;display:flex;justify-content:center;align-items:center}.navigationItem.data-v-f15f99b8{width:477.1rpx;height:68.7rpx;border-radius:50rpx;background-color:#4fcacd;display:flex;justify-content:space-around;align-items:center}.navigationItemTitle.data-v-f15f99b8{font-weight:500;font-size:31rpx;color:#fff}.slide.data-v-f15f99b8{position:absolute;width:238.55rpx;height:68.7rpx;background-image:linear-gradient(135deg,#e4ffff,#fff);border-radius:50rpx;text-align:center;line-height:68.7rpx;font-weight:500;font-size:31rpx;color:#4fcacd;margin-left:-238.55rpx}.content.data-v-f15f99b8{position:absolute;top:300rpx;left:0rpx;right:0rpx;bottom:0rpx}.scroll.data-v-f15f99b8{width:100%;height:100%;display:flex;flex-direction:column;align-items:center}.nodata.data-v-f15f99b8{width:100%;height:100%;line-height:1300rpx;text-align:center;font-size:30rpx;color:#a3a3a3}.card.data-v-f15f99b8{width:694.66rpx;height:200rpx;background-color:#fff;border-radius:15rpx;display:flex;justify-content:center;align-items:center;margin-left:28.55rpx;margin-top:20rpx;border:1rpx solid #c9f6f6}.AnchorA.data-v-f15f99b8,.AnchorB.data-v-f15f99b8{display:flex;align-items:center}.AnchorAImg.data-v-f15f99b8{width:100rpx;height:100rpx;border-radius:100rpx;margin-left:20rpx;margin-right:20rpx;background-color:#b1b1b1;display:flex}.AnchorAinfo.data-v-f15f99b8,.AnchorBinfo.data-v-f15f99b8{display:flex;flex-direction:column;justify-content:center}.AnchorAname.data-v-f15f99b8{width:161.26rpx;font-weight:500;font-size:31rpx;color:#58d8db;text-align:center;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AnchorATime.data-v-f15f99b8{font-weight:400;font-size:23rpx;color:#a3a3a3;margin-top:8rpx;text-align:center}.AnchorAICon.data-v-f15f99b8{display:flex;flex-direction:column;margin-top:8rpx;text-align:center}.AnchorAIContext.data-v-f15f99b8{font-weight:400;font-size:23rpx;color:#a3a3a3}.AnchorAIConNum.data-v-f15f99b8{font-weight:700;font-size:23rpx;color:#161616}.AnchorAImgcss.data-v-f15f99b8{width:100rpx;height:100rpx;border-radius:100rpx;border-top:#f7da60 solid 2rpx;border-left:#ffeeab solid 2rpx;border-bottom:#ffeeab solid 2rpx;border-right:#f7da60 solid 2rpx}.AnchorBImgcss.data-v-f15f99b8{width:100rpx;height:100rpx;border-radius:100rpx;border-top:#ffc6ba solid 2rpx;border-left:#ffc6ba solid 2rpx;border-bottom:#5ddadd solid 2rpx;border-right:#5ddadd solid 2rpx}.Crown.data-v-f15f99b8{width:45.8rpx;height:39.12rpx;margin-left:-40rpx;margin-top:-100rpx}.vstext.data-v-f15f99b8{display:flex}.Vtext.data-v-f15f99b8{font-size:45.8rpx;color:#f0836c;font-weight:700;font-style:italic;margin-left:26rpx}.Stext.data-v-f15f99b8{font-size:45.8rpx;color:#58d8db;font-weight:700;font-style:italic;margin-right:26rpx}
.bg.data-v-668dbe5e{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.bgImg.data-v-668dbe5e{width:100%;height:100%}.Return.data-v-668dbe5e{position:absolute;top:110rpx;left:35rpx;width:46rpx;height:46rpx}.title.data-v-668dbe5e{position:absolute;top:120rpx;left:335rpx;font-size:34rpx;color:#100e0f;font-weight:700}.ReturnImg.data-v-668dbe5e{width:100%;height:100%}.navigation.data-v-668dbe5e{position:absolute;top:200rpx;left:0rpx;right:0rpx;height:68.7rpx;display:flex;justify-content:center;align-items:center}.navigationItem.data-v-668dbe5e{width:477.1rpx;height:68.7rpx;border-radius:50rpx;background-color:#4fcacd;display:flex;justify-content:space-around;align-items:center}.navigationItemTitle.data-v-668dbe5e{font-weight:500;font-size:31rpx;color:#fff}.slide.data-v-668dbe5e{position:absolute;width:238.55rpx;height:68.7rpx;background-image:linear-gradient(135deg,#e4ffff,#fff);border-radius:50rpx;text-align:center;line-height:68.7rpx;font-weight:500;font-size:31rpx;color:#4fcacd;margin-left:-238.55rpx}.content.data-v-668dbe5e{position:absolute;top:300rpx;left:0rpx;right:0rpx;bottom:0rpx}.scroll.data-v-668dbe5e{width:100%;height:100%;display:flex;flex-direction:column;align-items:center}.scroll.data-v-668dbe5e ::-webkit-scrollbar{width:0;height:0;color:transparent;display:none}.nodata.data-v-668dbe5e{width:100%;height:100%;line-height:1300rpx;text-align:center;font-size:30rpx;color:#a3a3a3}.card.data-v-668dbe5e{width:694.66rpx;height:200rpx;background-color:#fff;border-radius:15rpx;display:flex;justify-content:center;align-items:center;margin-left:28.55rpx;margin-top:20rpx;border:1rpx solid #c9f6f6}.AnchorA.data-v-668dbe5e,.AnchorB.data-v-668dbe5e{display:flex;align-items:center}.AnchorAImg.data-v-668dbe5e{width:100rpx;height:100rpx;border-radius:100rpx;margin-left:20rpx;margin-right:20rpx;background-color:#b1b1b1;display:flex}.AnchorAinfo.data-v-668dbe5e,.AnchorBinfo.data-v-668dbe5e{display:flex;flex-direction:column;justify-content:center}.AnchorAname.data-v-668dbe5e{width:161.26rpx;font-weight:500;font-size:31rpx;color:#58d8db;text-align:center;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AnchorATime.data-v-668dbe5e{font-weight:400;font-size:23rpx;color:#a3a3a3;margin-top:8rpx;text-align:center}.AnchorAICon.data-v-668dbe5e{display:flex;flex-direction:column;margin-top:8rpx;text-align:center}.AnchorAIContext.data-v-668dbe5e{font-weight:400;font-size:23rpx;color:#a3a3a3}.AnchorAIConNum.data-v-668dbe5e{font-weight:700;font-size:23rpx;color:#161616}.AnchorAImgcss.data-v-668dbe5e{width:100rpx;height:100rpx;border-radius:100rpx;border-top:#f7da60 solid 2rpx;border-left:#ffeeab solid 2rpx;border-bottom:#ffeeab solid 2rpx;border-right:#f7da60 solid 2rpx}.AnchorBImgcss.data-v-668dbe5e{width:100rpx;height:100rpx;border-radius:100rpx;border-top:#ffc6ba solid 2rpx;border-left:#ffc6ba solid 2rpx;border-bottom:#5ddadd solid 2rpx;border-right:#5ddadd solid 2rpx}.Crown.data-v-668dbe5e{width:45.8rpx;height:39.12rpx;margin-left:-40rpx;margin-top:-100rpx}.vstext.data-v-668dbe5e{display:flex}.Vtext.data-v-668dbe5e{font-size:45.8rpx;color:#f0836c;font-weight:700;font-style:italic;margin-left:26rpx}.Stext.data-v-668dbe5e{font-size:45.8rpx;color:#58d8db;font-weight:700;font-style:italic;margin-right:26rpx}

View File

@@ -1 +1 @@
"use strict";const e=require("../../../common/vendor.js"),t=require("../../../components/request.js"),s=require("../../../components/formatDate.js"),o={data:()=>({title:"Hello",userinfo:{},page:0,triggered:!1,pointslist:[]}),onLoad(){e.index.getStorage({key:"userinfo",success:e=>{this.userinfo=e.data,this.onRefresherRefresh()}})},onShareAppMessage(e){if("menu"===e.from)return{title:"分享",path:"/pages/Home/Home"}},methods:{formatDate:s.formatDate,onRefresherRefresh(){this.page=0,this.triggered=!0,this.pointslist=[],this.getPointsDetail()},onScrollToLower(){this.page+=1,this.getPointsDetail()},getPointsDetail(){t.request({url:"user/pointsDetail",method:"POST",data:{userId:this.userinfo.id,page:this.page,size:10},userInfo:!0}).then((e=>{200===e.code?(this.pointslist.push(...e.data),this.triggered=!1):console.log(e.msg)}))},onBack(){e.index.navigateBack({delta:1})}}};if(!Array){e.resolveComponent("uni-card")()}const r=e._export_sfc(o,[["render",function(t,s,o,r,i,n){return e.e({a:e.o(((...e)=>n.onBack&&n.onBack(...e))),b:0!=i.pointslist.length},0!=i.pointslist.length?{c:e.f(i.pointslist,((t,s,o)=>({a:e.t(t.info),b:e.t(0==t.status?"-"+t.number:"+"+t.number),c:e.t(n.formatDate(t.time)),d:0==t.status?"#ff000011":"#11ff002b",e:s,f:"dddc36e4-0-"+o}))),d:e.o(((...e)=>n.onRefresherRefresh&&n.onRefresherRefresh(...e))),e:e.o(((...e)=>n.onScrollToLower&&n.onScrollToLower(...e))),f:i.triggered}:{},{g:0==i.pointslist.length},(i.pointslist.length,{}))}],["__scopeId","data-v-dddc36e4"]]);o.__runtimeHooks=2,wx.createPage(r);
"use strict";const e=require("../../../common/vendor.js"),t=require("../../../components/request.js"),s=require("../../../components/formatDate.js"),o={data:()=>({title:"Hello",userinfo:{},page:0,triggered:!1,pointslist:[]}),onLoad(){e.index.getStorage({key:"userinfo",success:e=>{this.userinfo=e.data,this.onRefresherRefresh()}})},onShareAppMessage(e){if("menu"===e.from)return{title:"分享",path:"/pages/Home/Home"}},methods:{formatDate:s.formatDate,onRefresherRefresh(){this.page=0,this.triggered=!0,this.pointslist=[],this.getPointsDetail()},onScrollToLower(){this.page+=1,this.getPointsDetail()},getPointsDetail(){t.request({url:"user/pointsDetail",method:"POST",data:{userId:this.userinfo.id,page:this.page,size:10},userInfo:!0}).then((e=>{200===e.code?(this.pointslist.push(...e.data),this.triggered=!1):console.log(e.msg)}))},onBack(){e.index.navigateBack({delta:1})}}};if(!Array){e.resolveComponent("uni-card")()}const r=e._export_sfc(o,[["render",function(t,s,o,r,i,n){return e.e({a:e.o(((...e)=>n.onBack&&n.onBack(...e))),b:0!=i.pointslist.length},0!=i.pointslist.length?{c:e.f(i.pointslist,((t,s,o)=>({a:e.t(t.info),b:e.t(0==t.status?"-"+t.number:"+"+t.number),c:e.t(n.formatDate(t.time)),d:0==t.status?"#ff000011":"#11ff002b",e:s,f:"6eb67461-0-"+o}))),d:e.o(((...e)=>n.onRefresherRefresh&&n.onRefresherRefresh(...e))),e:e.o(((...e)=>n.onScrollToLower&&n.onScrollToLower(...e))),f:i.triggered}:{},{g:0==i.pointslist.length},(i.pointslist.length,{}))}],["__scopeId","data-v-6eb67461"]]);o.__runtimeHooks=2,wx.createPage(r);

View File

@@ -1 +1 @@
<view class="points data-v-dddc36e4"><view class="bg data-v-dddc36e4"><image class="bgImg data-v-dddc36e4" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/HomeBackground.png" mode="scaleToFill"/></view><view class="Return data-v-dddc36e4" bindtap="{{a}}"><image class="ReturnImg data-v-dddc36e4" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Return.png" mode="scaleToFill"/></view><view class="title data-v-dddc36e4">积分</view><view class="content data-v-dddc36e4"><scroll-view wx:if="{{b}}" show-scrollbar="false" scroll-y="true" class="scroll data-v-dddc36e4" refresher-enabled="true" refresher-threshold="40" bindrefresherrefresh="{{d}}" lower-threshold="100" bindscrolltolower="{{e}}" refresher-triggered="{{f}}"><uni-card wx:for="{{c}}" wx:for-item="item" wx:key="e" u-s="{{['d']}}" class="card data-v-dddc36e4" u-i="{{item.f}}" bind:__l="__l"><view class="card-content data-v-dddc36e4" style="{{'background-color:' + item.d}}"><view class="info data-v-dddc36e4"><view class="data-v-dddc36e4">{{item.a}}</view>  <view class="num data-v-dddc36e4">{{item.b}}</view></view><view class="time data-v-dddc36e4">{{item.c}}</view></view></uni-card></scroll-view><view wx:if="{{g}}" class="empty data-v-dddc36e4">暂无积分记录</view></view></view>
<view class="points data-v-6eb67461"><view class="bg data-v-6eb67461"><image class="bgImg data-v-6eb67461" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/HomeBackground.png" mode="scaleToFill"/></view><view class="Return data-v-6eb67461" bindtap="{{a}}"><image class="ReturnImg data-v-6eb67461" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Return.png" mode="scaleToFill"/></view><view class="title data-v-6eb67461">积分</view><view class="content data-v-6eb67461"><scroll-view wx:if="{{b}}" show-scrollbar="false" scroll-y="true" class="scroll data-v-6eb67461" refresher-enabled="true" refresher-threshold="40" bindrefresherrefresh="{{d}}" lower-threshold="100" bindscrolltolower="{{e}}" refresher-triggered="{{f}}"><uni-card wx:for="{{c}}" wx:for-item="item" wx:key="e" u-s="{{['d']}}" class="card data-v-6eb67461" u-i="{{item.f}}" bind:__l="__l"><view class="card-content data-v-6eb67461" style="{{'background-color:' + item.d}}"><view class="info data-v-6eb67461"><view class="data-v-6eb67461">{{item.a}}</view>  <view class="num data-v-6eb67461">{{item.b}}</view></view><view class="time data-v-6eb67461">{{item.c}}</view></view></uni-card></scroll-view><view wx:if="{{g}}" class="empty data-v-6eb67461">暂无积分记录</view></view></view>

View File

@@ -1 +1 @@
.bg.data-v-dddc36e4{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.bgImg.data-v-dddc36e4{width:100%;height:100%}.Return.data-v-dddc36e4{position:absolute;top:110rpx;left:35rpx;width:46rpx;height:46rpx}.title.data-v-dddc36e4{position:absolute;top:120rpx;left:335rpx;font-size:34rpx;color:#100e0f;font-weight:700}.ReturnImg.data-v-dddc36e4{width:100%;height:100%}.content.data-v-dddc36e4{position:absolute;top:250rpx;left:0rpx;right:0rpx;bottom:50rpx}.scroll.data-v-dddc36e4{height:100%;width:750rpx}.empty.data-v-dddc36e4{height:100%;width:750rpx;line-height:1200rpx;text-align:center;font-size:28rpx;color:#898989}.card-content.data-v-dddc36e4{display:flex;justify-content:space-between;align-items:center;height:100rpx;width:600rpx;padding:0 20rpx;border-radius:20rpx;margin-bottom:20rpx;margin-left:50rpx}.time.data-v-dddc36e4{font-size:24rpx;color:#7b7b7b}.info.data-v-dddc36e4{font-size:24rpx;color:#898989;display:flex}.num.data-v-dddc36e4{font-size:24rpx;color:#000;font-weight:700}
.bg.data-v-6eb67461{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.bgImg.data-v-6eb67461{width:100%;height:100%}.Return.data-v-6eb67461{position:absolute;top:110rpx;left:35rpx;width:46rpx;height:46rpx}.title.data-v-6eb67461{position:absolute;top:120rpx;left:335rpx;font-size:34rpx;color:#100e0f;font-weight:700}.ReturnImg.data-v-6eb67461{width:100%;height:100%}.content.data-v-6eb67461{position:absolute;top:250rpx;left:0rpx;right:0rpx;bottom:50rpx}.scroll.data-v-6eb67461{height:100%;width:750rpx}.scroll.data-v-6eb67461 ::-webkit-scrollbar{width:0;height:0;color:transparent;display:none}.empty.data-v-6eb67461{height:100%;width:750rpx;line-height:1200rpx;text-align:center;font-size:28rpx;color:#898989}.card-content.data-v-6eb67461{display:flex;justify-content:space-between;align-items:center;height:100rpx;width:600rpx;padding:0 20rpx;border-radius:20rpx;margin-bottom:20rpx;margin-left:50rpx}.time.data-v-6eb67461{font-size:24rpx;color:#7b7b7b}.info.data-v-6eb67461{font-size:24rpx;color:#898989;display:flex}.num.data-v-6eb67461{font-size:24rpx;color:#000;font-weight:700}

View File

@@ -1 +1 @@
<view wx:if="{{a}}" class="{{['data-v-bccbad10', F, 'Mask']}}" bindtap="{{G}}"><view catchtap="{{E}}" class="containers data-v-bccbad10"><view class="container data-v-bccbad10"><image class="Fork data-v-bccbad10" bindtap="{{b}}" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Fork.png" mode="scaleToFill"/><view class="Titlecss data-v-bccbad10"><view class="Star data-v-bccbad10"></view><view class="Title data-v-bccbad10"></view><view class="Star data-v-bccbad10"></view></view><view class="AnchorSelection data-v-bccbad10"><view class="NameAnchor data-v-bccbad10"><input class="NameAnchorcss data-v-bccbad10" cursor-color="#666666" placeholder-style="color:#666666" bindinput="{{c}}" placeholder="主播名称" bindblur="{{d}}" value="{{e}}"/><view wx:if="{{f}}" class="Hint data-v-bccbad10">请检查主播名称是否正确</view></view><view class="AnchorSelectioncss data-v-bccbad10" bindtap="{{g}}">选择我的主播</view></view><view class="Accountnumber data-v-bccbad10"><view class="Coins country data-v-bccbad10"><wht-select wx:if="{{j}}" class="data-v-bccbad10" style="width:350rpx" bindchange="{{h}}" bindblur="{{i}}" u-i="bccbad10-0" bind:__l="__l" u-p="{{j}}"/><view wx:if="{{k}}" class="Hint data-v-bccbad10">请选择国家</view></view><view class="Gender data-v-bccbad10"><view class="Gendercs data-v-bccbad10"><view class="Gendercss data-v-bccbad10"><wht-select wx:if="{{m}}" class="data-v-bccbad10" style="width:300rpx" bindchange="{{l}}" u-i="bccbad10-1" bind:__l="__l" u-p="{{m}}"/></view><view class="Gendericoncss data-v-bccbad10"><image wx:if="{{n}}" class="Gendericon data-v-bccbad10" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/ask.png" mode="scaleToFill"/><image wx:if="{{o}}" class="Gendericon data-v-bccbad10" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/man.png" mode="scaleToFill"/><image wx:if="{{p}}" class="Gendericon data-v-bccbad10" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/girl.png" mode="scaleToFill"/></view></view><view wx:if="{{q}}" class="Hintcss data-v-bccbad10">请选择性别</view></view></view><view class="goldCoin data-v-bccbad10"><view class="number-box data-v-bccbad10"><view class="number-box-title data-v-bccbad10">金币数量:</view><uni-number-box wx:if="{{s}}" class="data-v-bccbad10" u-i="bccbad10-2" bind:__l="__l" bindupdateModelValue="{{r}}" u-p="{{s}}"></uni-number-box><view class="number-box-title data-v-bccbad10">单位:</view><view class="number-box-unit data-v-bccbad10">K</view></view><view wx:if="{{t}}" class="Hint data-v-bccbad10">请填写金币数量</view></view><view class="time data-v-bccbad10"><uni-datetime-picker wx:if="{{w}}" class="data-v-bccbad10" u-i="bccbad10-3" bind:__l="__l" bindupdateModelValue="{{v}}" u-p="{{w}}"/><view wx:if="{{x}}" class="Hint data-v-bccbad10">请选择日期</view></view><view class="goldCoin data-v-bccbad10"><view class="number-box data-v-bccbad10"><view class="number-box-title data-v-bccbad10">选择场数:</view><uni-number-box wx:if="{{z}}" class="data-v-bccbad10" u-i="bccbad10-4" bind:__l="__l" bindupdateModelValue="{{y}}" u-p="{{z}}"></uni-number-box><view class="number-box-title data-v-bccbad10">次</view></view><view wx:if="{{A}}" class="Hint data-v-bccbad10">请填写场数</view></view><view class="Remarkscss data-v-bccbad10"><uni-easyinput wx:if="{{C}}" class="data-v-bccbad10" u-i="bccbad10-5" bind:__l="__l" bindupdateModelValue="{{B}}" u-p="{{C}}"></uni-easyinput></view><view class="Publish data-v-bccbad10"><button bindtap="{{D}}" class="Publishcss data-v-bccbad10">发布</button></view></view></view></view><uni-popup wx:if="{{N}}" class="r data-v-bccbad10" u-s="{{['d']}}" u-r="popup" u-i="bccbad10-6" bind:__l="__l" u-p="{{N}}"><view class="popup-container data-v-bccbad10"><view class="popup-title data-v-bccbad10">点击选择我的主播</view><scroll-view wx:if="{{H}}" show-scrollbar="false" scroll-y="true" class="scroll data-v-bccbad10"><view wx:for="{{I}}" wx:for-item="item" wx:key="f" class="card data-v-bccbad10"><view class="card-content data-v-bccbad10" bindtap="{{item.d}}" style="{{'background:' + item.e}}"><view class="Avatarimg data-v-bccbad10"><image class="avatar data-v-bccbad10" src="{{item.a}}" mode="scaleToFill"/></view><view class="NameMoney data-v-bccbad10"><view class="TimeMoney data-v-bccbad10"><view class="NameMoney_Name data-v-bccbad10">{{item.b}}</view></view><view class="TimeMoney data-v-bccbad10"><view class="TimeMoney_country data-v-bccbad10">{{item.c}}</view></view></view></view></view></scroll-view><view wx:if="{{J}}" class="no-data data-v-bccbad10"><view class="no-data-text data-v-bccbad10">暂无数据</view></view><view class="popup-btn data-v-bccbad10"><button class="invite data-v-bccbad10" type="primary" bindtap="{{K}}">确认</button><button class="cancel data-v-bccbad10" type="default" bindtap="{{L}}">取消</button></view></view></uni-popup>
<view wx:if="{{a}}" class="{{['data-v-a01de091', F, 'Mask']}}" bindtap="{{G}}"><view catchtap="{{E}}" class="containers data-v-a01de091"><view class="container data-v-a01de091"><image class="Fork data-v-a01de091" bindtap="{{b}}" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Fork.png" mode="scaleToFill"/><view class="Titlecss data-v-a01de091"><view class="Star data-v-a01de091"></view><view class="Title data-v-a01de091"></view><view class="Star data-v-a01de091"></view></view><view class="AnchorSelection data-v-a01de091"><view class="NameAnchor data-v-a01de091"><input class="NameAnchorcss data-v-a01de091" cursor-color="#666666" placeholder-style="color:#666666" bindinput="{{c}}" placeholder="主播名称" bindblur="{{d}}" value="{{e}}"/><view wx:if="{{f}}" class="Hint data-v-a01de091">请检查主播名称是否正确</view></view><view class="AnchorSelectioncss data-v-a01de091" bindtap="{{g}}">选择我的主播</view></view><view class="Accountnumber data-v-a01de091"><view class="Coins country data-v-a01de091"><wht-select wx:if="{{j}}" class="data-v-a01de091" style="width:350rpx" bindchange="{{h}}" bindblur="{{i}}" u-i="a01de091-0" bind:__l="__l" u-p="{{j}}"/><view wx:if="{{k}}" class="Hint data-v-a01de091">请选择国家</view></view><view class="Gender data-v-a01de091"><view class="Gendercs data-v-a01de091"><view class="Gendercss data-v-a01de091"><wht-select wx:if="{{m}}" class="data-v-a01de091" style="width:300rpx" bindchange="{{l}}" u-i="a01de091-1" bind:__l="__l" u-p="{{m}}"/></view><view class="Gendericoncss data-v-a01de091"><image wx:if="{{n}}" class="Gendericon data-v-a01de091" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/ask.png" mode="scaleToFill"/><image wx:if="{{o}}" class="Gendericon data-v-a01de091" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/man.png" mode="scaleToFill"/><image wx:if="{{p}}" class="Gendericon data-v-a01de091" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/girl.png" mode="scaleToFill"/></view></view><view wx:if="{{q}}" class="Hintcss data-v-a01de091">请选择性别</view></view></view><view class="goldCoin data-v-a01de091"><view class="number-box data-v-a01de091"><view class="number-box-title data-v-a01de091">金币数量:</view><uni-number-box wx:if="{{s}}" class="data-v-a01de091" u-i="a01de091-2" bind:__l="__l" bindupdateModelValue="{{r}}" u-p="{{s}}"></uni-number-box><view class="number-box-title data-v-a01de091">单位:</view><view class="number-box-unit data-v-a01de091">K</view></view><view wx:if="{{t}}" class="Hint data-v-a01de091">请填写金币数量</view></view><view class="time data-v-a01de091"><uni-datetime-picker wx:if="{{w}}" class="data-v-a01de091" u-i="a01de091-3" bind:__l="__l" bindupdateModelValue="{{v}}" u-p="{{w}}"/><view wx:if="{{x}}" class="Hint data-v-a01de091">请选择日期</view></view><view class="goldCoin data-v-a01de091"><view class="number-box data-v-a01de091"><view class="number-box-title data-v-a01de091">选择场数:</view><uni-number-box wx:if="{{z}}" class="data-v-a01de091" u-i="a01de091-4" bind:__l="__l" bindupdateModelValue="{{y}}" u-p="{{z}}"></uni-number-box><view class="number-box-title data-v-a01de091">次</view></view><view wx:if="{{A}}" class="Hint data-v-a01de091">请填写场数</view></view><view class="Remarkscss data-v-a01de091"><uni-easyinput wx:if="{{C}}" class="data-v-a01de091" u-i="a01de091-5" bind:__l="__l" bindupdateModelValue="{{B}}" u-p="{{C}}"></uni-easyinput></view><view class="Publish data-v-a01de091"><button bindtap="{{D}}" class="Publishcss data-v-a01de091">发布</button></view></view></view></view><uni-popup wx:if="{{N}}" class="r data-v-a01de091" u-s="{{['d']}}" u-r="popup" u-i="a01de091-6" bind:__l="__l" u-p="{{N}}"><view class="popup-container data-v-a01de091"><view class="popup-title data-v-a01de091">点击选择我的主播</view><scroll-view wx:if="{{H}}" show-scrollbar="false" scroll-y="true" class="scroll data-v-a01de091"><view wx:for="{{I}}" wx:for-item="item" wx:key="f" class="card data-v-a01de091"><view class="card-content data-v-a01de091" bindtap="{{item.d}}" style="{{'background:' + item.e}}"><view class="Avatarimg data-v-a01de091"><image class="avatar data-v-a01de091" src="{{item.a}}" mode="scaleToFill"/></view><view class="NameMoney data-v-a01de091"><view class="TimeMoney data-v-a01de091"><view class="NameMoney_Name data-v-a01de091">{{item.b}}</view></view><view class="TimeMoney data-v-a01de091"><view class="TimeMoney_country data-v-a01de091">{{item.c}}</view></view></view></view></view></scroll-view><view wx:if="{{J}}" class="no-data data-v-a01de091"><view class="no-data-text data-v-a01de091">暂无数据</view></view><view class="popup-btn data-v-a01de091"><button class="invite data-v-a01de091" type="primary" bindtap="{{K}}">确认</button><button class="cancel data-v-a01de091" type="default" bindtap="{{L}}">取消</button></view></view></uni-popup>

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
"use strict";const e=require("../../../common/vendor.js"),o={data:()=>({title:"Hello"}),onLoad(){},onShareAppMessage(e){if("menu"===e.from)return{title:"分享",path:"/pages/Home/Home"}},methods:{onBack(){e.wx$1.navigateBack({delta:1})}}};const t=e._export_sfc(o,[["render",function(o,t,a,n,r,c){return{a:e.o(((...e)=>c.onBack&&c.onBack(...e)))}}],["__scopeId","data-v-317b3fdc"]]);o.__runtimeHooks=2,wx.createPage(t);
"use strict";const e=require("../../../common/vendor.js"),o={data:()=>({title:"Hello"}),onLoad(){},onShareAppMessage(e){if("menu"===e.from)return{title:"分享",path:"/pages/Home/Home"}},methods:{onBack(){e.wx$1.navigateBack({delta:1})}}};const t=e._export_sfc(o,[["render",function(o,t,a,n,r,c){return{a:e.o(((...e)=>c.onBack&&c.onBack(...e)))}}],["__scopeId","data-v-b0f6c454"]]);o.__runtimeHooks=2,wx.createPage(t);

View File

@@ -1 +1 @@
<view class="service-protocol data-v-317b3fdc"><view class="bg data-v-317b3fdc"><image class="bgImg data-v-317b3fdc" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/HomeBackground.png" mode="scaleToFill"/></view><view class="Return data-v-317b3fdc" bindtap="{{a}}"><image class="ReturnImg data-v-317b3fdc" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Return.png" mode="scaleToFill"/></view><view class="title data-v-317b3fdc">服务协议</view><view class="content data-v-317b3fdc"><scroll-view show-scrollbar="false" scroll-y="true" class="scroll data-v-317b3fdc"><view class="serviceProtocolContent data-v-317b3fdc"><view class="spctitlecss data-v-317b3fdc">《PK 助手 Global》用户服务协议</view><view class="spccontent data-v-317b3fdc">欢迎您使用《PK 助手 Global》以下简称“本小程序”。在使用本小程序提供的各项服务前请您务必认真阅读并充分理解本协议内容特别是免除或限制责任的条款。您的使用行为即视为对本协议全部内容的认可。</view><view class="spctitle data-v-317b3fdc">一、服务内容</view><view class="spccontent data-v-317b3fdc">本小程序为用户提供包括但不限于 TikTok PK 约战信息展示、约定、实时监控、排行榜、数据分析等辅助功能。所有服务仅供用户个人学习、交流或辅助使用,不构成商业承诺或担保。</view><view class="spctitle data-v-317b3fdc"> 二、用户使用规范</view><view class="spccontent data-v-317b3fdc"> 1. 用户不得利用本小程序进行任何违法、违规或侵害他人合法权益的行为;</view><view class="spccontent data-v-317b3fdc"> 2. 不得试图干扰、破坏小程序正常运行;</view><view class="spccontent data-v-317b3fdc"> 3. 不得逆向分析、复制、出售、转让或非法传播小程序内容与技术。</view><view class="spctitle data-v-317b3fdc"> 三、隐私与数据保护</view><view class="spccontent data-v-317b3fdc">我们高度重视您的隐私权,本小程序可能会收集部分必要的设备信息或行为数据(如使用频率、操作日志),仅用于优化产品功能。我们承诺不收集任何个人敏感信息(如身份证号、支付信息、联系人等),不对外披露或转让任何用户数据,除非法律法规要求。</view><view class="spctitle data-v-317b3fdc"> 四、免责声明</view><view class="spccontent data-v-317b3fdc">1. 本小程序作为辅助工具,不对第三方平台的可用性、稳定性、数据准确性做出保证;</view><view class="spccontent data-v-317b3fdc">2. 如因网络、平台变动、设备问题等不可控因素造成服务中断或异常,开发者不承担责任;</view><view class="spccontent data-v-317b3fdc">3. 对于用户因使用本程序产生的任何直接或间接损失,开发者不承担法律责任。</view><view class="spctitle data-v-317b3fdc"> 五、知识产权</view><view class="spccontent data-v-317b3fdc">本小程序及其所有内容(包括界面、图标、代码、文案等)归开发者所有,受相关法律保护。未经授权,禁止任何形式的复制、传播、修改或商业使用。</view><view class="spctitle data-v-317b3fdc"> 六、协议修改与终止</view><view class="spccontent data-v-317b3fdc">我们有权根据需要不时更新本协议,并以适当方式通知用户。修改后的协议一经公布即视为生效,若您继续使用本程序,则视为接受修改内容。如您不同意本协议或其任何修改内容,您应立即停止使用。</view><view class="spctitle data-v-317b3fdc"> 七、适用法律与争议解决</view><view class="spccontent data-v-317b3fdc">本协议的订立、执行与解释及争议的解决均应适用中华人民共和国法律。因本协议产生的任何争议,双方应友好协商解决,协商不成的,提交开发者所在地人民法院诉讼解决。</view></view></scroll-view></view></view>
<view class="service-protocol data-v-b0f6c454"><view class="bg data-v-b0f6c454"><image class="bgImg data-v-b0f6c454" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/HomeBackground.png" mode="scaleToFill"/></view><view class="Return data-v-b0f6c454" bindtap="{{a}}"><image class="ReturnImg data-v-b0f6c454" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Return.png" mode="scaleToFill"/></view><view class="title data-v-b0f6c454">服务协议</view><view class="content data-v-b0f6c454"><scroll-view show-scrollbar="false" scroll-y="true" class="scroll data-v-b0f6c454"><view class="serviceProtocolContent data-v-b0f6c454"><view class="spctitlecss data-v-b0f6c454">《PK 助手 Global》用户服务协议</view><view class="spccontent data-v-b0f6c454">欢迎您使用《PK 助手 Global》以下简称“本小程序”。在使用本小程序提供的各项服务前请您务必认真阅读并充分理解本协议内容特别是免除或限制责任的条款。您的使用行为即视为对本协议全部内容的认可。</view><view class="spctitle data-v-b0f6c454">一、服务内容</view><view class="spccontent data-v-b0f6c454">本小程序为用户提供包括但不限于 TikTok PK 约战信息展示、约定、实时监控、排行榜、数据分析等辅助功能。所有服务仅供用户个人学习、交流或辅助使用,不构成商业承诺或担保。</view><view class="spctitle data-v-b0f6c454"> 二、用户使用规范</view><view class="spccontent data-v-b0f6c454"> 1. 用户不得利用本小程序进行任何违法、违规或侵害他人合法权益的行为;</view><view class="spccontent data-v-b0f6c454"> 2. 不得试图干扰、破坏小程序正常运行;</view><view class="spccontent data-v-b0f6c454"> 3. 不得逆向分析、复制、出售、转让或非法传播小程序内容与技术。</view><view class="spctitle data-v-b0f6c454"> 三、隐私与数据保护</view><view class="spccontent data-v-b0f6c454">我们高度重视您的隐私权,本小程序可能会收集部分必要的设备信息或行为数据(如使用频率、操作日志),仅用于优化产品功能。我们承诺不收集任何个人敏感信息(如身份证号、支付信息、联系人等),不对外披露或转让任何用户数据,除非法律法规要求。</view><view class="spctitle data-v-b0f6c454"> 四、免责声明</view><view class="spccontent data-v-b0f6c454">1. 本小程序作为辅助工具,不对第三方平台的可用性、稳定性、数据准确性做出保证;</view><view class="spccontent data-v-b0f6c454">2. 如因网络、平台变动、设备问题等不可控因素造成服务中断或异常,开发者不承担责任;</view><view class="spccontent data-v-b0f6c454">3. 对于用户因使用本程序产生的任何直接或间接损失,开发者不承担法律责任。</view><view class="spctitle data-v-b0f6c454"> 五、知识产权</view><view class="spccontent data-v-b0f6c454">本小程序及其所有内容(包括界面、图标、代码、文案等)归开发者所有,受相关法律保护。未经授权,禁止任何形式的复制、传播、修改或商业使用。</view><view class="spctitle data-v-b0f6c454"> 六、协议修改与终止</view><view class="spccontent data-v-b0f6c454">我们有权根据需要不时更新本协议,并以适当方式通知用户。修改后的协议一经公布即视为生效,若您继续使用本程序,则视为接受修改内容。如您不同意本协议或其任何修改内容,您应立即停止使用。</view><view class="spctitle data-v-b0f6c454"> 七、适用法律与争议解决</view><view class="spccontent data-v-b0f6c454">本协议的订立、执行与解释及争议的解决均应适用中华人民共和国法律。因本协议产生的任何争议,双方应友好协商解决,协商不成的,提交开发者所在地人民法院诉讼解决。</view></view></scroll-view></view></view>

View File

@@ -1 +1 @@
.bg.data-v-317b3fdc{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.bgImg.data-v-317b3fdc{width:100%;height:100%}.Return.data-v-317b3fdc{position:absolute;top:110rpx;left:35rpx;width:46rpx;height:46rpx}.title.data-v-317b3fdc{position:absolute;top:120rpx;left:335rpx;font-size:34rpx;color:#100e0f;font-weight:700}.ReturnImg.data-v-317b3fdc{width:100%;height:100%}.content.data-v-317b3fdc{position:absolute;top:250rpx;left:0rpx;right:0rpx;bottom:100rpx}.building.data-v-317b3fdc{width:100%;height:90%;display:flex;flex-direction:column;justify-content:center;align-items:center}.buildingTitle.data-v-317b3fdc{font-size:40rpx;color:#999;font-weight:700;text-align:center;margin-top:50rpx}.scroll.data-v-317b3fdc{width:100%;height:100%}.serviceProtocolContent.data-v-317b3fdc{width:100%;height:100%;display:flex;flex-direction:column;align-items:center}.spctitlecss.data-v-317b3fdc{font-size:30rpx;color:#100e0f;font-weight:700;text-align:center;margin-bottom:40rpx}.spctitle.data-v-317b3fdc{width:650rpx;font-size:24rpx;color:#100e0f;font-weight:700;margin-top:20rpx}.spccontent.data-v-317b3fdc{width:650rpx;font-size:20rpx;color:#666;text-align:justify;margin-top:10rpx}
.bg.data-v-b0f6c454{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.bgImg.data-v-b0f6c454{width:100%;height:100%}.Return.data-v-b0f6c454{position:absolute;top:110rpx;left:35rpx;width:46rpx;height:46rpx}.title.data-v-b0f6c454{position:absolute;top:120rpx;left:335rpx;font-size:34rpx;color:#100e0f;font-weight:700}.ReturnImg.data-v-b0f6c454{width:100%;height:100%}.content.data-v-b0f6c454{position:absolute;top:250rpx;left:0rpx;right:0rpx;bottom:100rpx}.building.data-v-b0f6c454{width:100%;height:90%;display:flex;flex-direction:column;justify-content:center;align-items:center}.buildingTitle.data-v-b0f6c454{font-size:40rpx;color:#999;font-weight:700;text-align:center;margin-top:50rpx}.scroll.data-v-b0f6c454{width:100%;height:100%}.scroll.data-v-b0f6c454 ::-webkit-scrollbar{width:0;height:0;color:transparent;display:none}.serviceProtocolContent.data-v-b0f6c454{width:100%;height:100%;display:flex;flex-direction:column;align-items:center}.spctitlecss.data-v-b0f6c454{font-size:30rpx;color:#100e0f;font-weight:700;text-align:center;margin-bottom:40rpx}.spctitle.data-v-b0f6c454{width:650rpx;font-size:24rpx;color:#100e0f;font-weight:700;margin-top:20rpx}.spccontent.data-v-b0f6c454{width:650rpx;font-size:20rpx;color:#666;text-align:justify;margin-top:10rpx}

View File

@@ -1 +1 @@
<view wx:if="{{a}}" class="{{['data-v-b18925b5', E, 'Mask']}}" bindtap="{{F}}"><view catchtap="{{D}}" class="containers data-v-b18925b5"><view class="container data-v-b18925b5"><image class="Fork data-v-b18925b5" bindtap="{{b}}" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Fork.png" mode="scaleToFill"/><view class="Titlecss data-v-b18925b5"><view class="Star data-v-b18925b5"></view><view class="Title data-v-b18925b5"></view><view class="Star data-v-b18925b5"></view></view><view class="AnchorSelection data-v-b18925b5"><view class="NameAnchor data-v-b18925b5"><input class="NameAnchorcss data-v-b18925b5" cursor-color="#666666" placeholder-style="color:#666666" bindinput="{{c}}" placeholder="主播名称" bindblur="{{d}}" value="{{e}}"/><view wx:if="{{f}}" class="Hint data-v-b18925b5">请检查主播名称是否正确</view></view><view class="AnchorSelectioncss data-v-b18925b5" bindtap="{{g}}">选择我的主播</view></view><view class="Accountnumber data-v-b18925b5"><view class="Coins country data-v-b18925b5"><wht-select wx:if="{{i}}" class="data-v-b18925b5" style="width:350rpx" bindchange="{{h}}" u-i="b18925b5-0" bind:__l="__l" u-p="{{i}}"/><view wx:if="{{j}}" class="Hint data-v-b18925b5">请选择国家</view></view><view class="Gender data-v-b18925b5"><view class="Gendercs data-v-b18925b5"><view class="Gendercss data-v-b18925b5"><wht-select wx:if="{{l}}" class="data-v-b18925b5" style="width:300rpx" bindchange="{{k}}" u-i="b18925b5-1" bind:__l="__l" u-p="{{l}}"/></view><view class="Gendericoncss data-v-b18925b5"><image wx:if="{{m}}" class="Gendericon data-v-b18925b5" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/ask.png" mode="scaleToFill"/><image wx:if="{{n}}" class="Gendericon data-v-b18925b5" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/man.png" mode="scaleToFill"/><image wx:if="{{o}}" class="Gendericon data-v-b18925b5" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/girl.png" mode="scaleToFill"/></view></view><view wx:if="{{p}}" class="Hintcss data-v-b18925b5">请选择性别</view></view></view><view class="goldCoin data-v-b18925b5"><view class="number-box data-v-b18925b5"><view class="number-box-title data-v-b18925b5">金币数量:</view><uni-number-box wx:if="{{r}}" class="data-v-b18925b5" u-i="b18925b5-2" bind:__l="__l" bindupdateModelValue="{{q}}" u-p="{{r}}"></uni-number-box><view class="number-box-title data-v-b18925b5">单位:</view><view class="number-box-unit data-v-b18925b5">K</view></view><view wx:if="{{s}}" class="Hint data-v-b18925b5">请填写金币数量</view></view><view class="time data-v-b18925b5"><uni-datetime-picker wx:if="{{v}}" class="data-v-b18925b5" u-i="b18925b5-3" bind:__l="__l" bindupdateModelValue="{{t}}" u-p="{{v}}"/><view wx:if="{{w}}" class="Hint data-v-b18925b5">请选择日期</view></view><view class="goldCoin data-v-b18925b5"><view class="number-box data-v-b18925b5"><view class="number-box-title data-v-b18925b5">选择场数:</view><uni-number-box wx:if="{{y}}" class="data-v-b18925b5" u-i="b18925b5-4" bind:__l="__l" bindupdateModelValue="{{x}}" u-p="{{y}}"></uni-number-box><view class="number-box-title data-v-b18925b5">次</view></view><view wx:if="{{z}}" class="Hint data-v-b18925b5">请填写场数</view></view><view class="Remarkscss data-v-b18925b5"><uni-easyinput wx:if="{{B}}" class="data-v-b18925b5" u-i="b18925b5-5" bind:__l="__l" bindupdateModelValue="{{A}}" u-p="{{B}}"></uni-easyinput></view><view class="Publish data-v-b18925b5"><button bindtap="{{C}}" class="Publishcss data-v-b18925b5">发布</button></view></view></view></view><uni-popup wx:if="{{M}}" class="r data-v-b18925b5" u-s="{{['d']}}" u-r="popup" u-i="b18925b5-6" bind:__l="__l" u-p="{{M}}"><view class="popup-container data-v-b18925b5"><view class="popup-title data-v-b18925b5">点击选择我的主播</view><scroll-view wx:if="{{G}}" show-scrollbar="false" scroll-y="true" class="scroll data-v-b18925b5"><view wx:for="{{H}}" wx:for-item="item" wx:key="f" class="card data-v-b18925b5"><view class="card-content data-v-b18925b5" bindtap="{{item.d}}" style="{{'background:' + item.e}}"><view class="Avatarimg data-v-b18925b5"><image class="avatar data-v-b18925b5" src="{{item.a}}" mode="scaleToFill"/></view><view class="NameMoney data-v-b18925b5"><view class="TimeMoney data-v-b18925b5"><view class="NameMoney_Name data-v-b18925b5">{{item.b}}</view></view><view class="TimeMoney data-v-b18925b5"><view class="TimeMoney_country data-v-b18925b5">{{item.c}}</view></view></view></view></view></scroll-view><view wx:if="{{I}}" class="no-data data-v-b18925b5"><view class="no-data-text data-v-b18925b5">暂无数据</view></view><view class="popup-btn data-v-b18925b5"><button class="invite data-v-b18925b5" type="primary" bindtap="{{J}}">确认</button><button class="cancel data-v-b18925b5" type="default" bindtap="{{K}}">取消</button></view></view></uni-popup>
<view wx:if="{{a}}" class="{{['data-v-ce54c7bb', E, 'Mask']}}" bindtap="{{F}}"><view catchtap="{{D}}" class="containers data-v-ce54c7bb"><view class="container data-v-ce54c7bb"><image class="Fork data-v-ce54c7bb" bindtap="{{b}}" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Fork.png" mode="scaleToFill"/><view class="Titlecss data-v-ce54c7bb"><view class="Star data-v-ce54c7bb"></view><view class="Title data-v-ce54c7bb"></view><view class="Star data-v-ce54c7bb"></view></view><view class="AnchorSelection data-v-ce54c7bb"><view class="NameAnchor data-v-ce54c7bb"><input class="NameAnchorcss data-v-ce54c7bb" cursor-color="#666666" placeholder-style="color:#666666" bindinput="{{c}}" placeholder="主播名称" bindblur="{{d}}" value="{{e}}"/><view wx:if="{{f}}" class="Hint data-v-ce54c7bb">请检查主播名称是否正确</view></view><view class="AnchorSelectioncss data-v-ce54c7bb" bindtap="{{g}}">选择我的主播</view></view><view class="Accountnumber data-v-ce54c7bb"><view class="Coins country data-v-ce54c7bb"><wht-select wx:if="{{i}}" class="data-v-ce54c7bb" style="width:350rpx" bindchange="{{h}}" u-i="ce54c7bb-0" bind:__l="__l" u-p="{{i}}"/><view wx:if="{{j}}" class="Hint data-v-ce54c7bb">请选择国家</view></view><view class="Gender data-v-ce54c7bb"><view class="Gendercs data-v-ce54c7bb"><view class="Gendercss data-v-ce54c7bb"><wht-select wx:if="{{l}}" class="data-v-ce54c7bb" style="width:300rpx" bindchange="{{k}}" u-i="ce54c7bb-1" bind:__l="__l" u-p="{{l}}"/></view><view class="Gendericoncss data-v-ce54c7bb"><image wx:if="{{m}}" class="Gendericon data-v-ce54c7bb" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/ask.png" mode="scaleToFill"/><image wx:if="{{n}}" class="Gendericon data-v-ce54c7bb" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/man.png" mode="scaleToFill"/><image wx:if="{{o}}" class="Gendericon data-v-ce54c7bb" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/girl.png" mode="scaleToFill"/></view></view><view wx:if="{{p}}" class="Hintcss data-v-ce54c7bb">请选择性别</view></view></view><view class="goldCoin data-v-ce54c7bb"><view class="number-box data-v-ce54c7bb"><view class="number-box-title data-v-ce54c7bb">金币数量:</view><uni-number-box wx:if="{{r}}" class="data-v-ce54c7bb" u-i="ce54c7bb-2" bind:__l="__l" bindupdateModelValue="{{q}}" u-p="{{r}}"></uni-number-box><view class="number-box-title data-v-ce54c7bb">单位:</view><view class="number-box-unit data-v-ce54c7bb">K</view></view><view wx:if="{{s}}" class="Hint data-v-ce54c7bb">请填写金币数量</view></view><view class="time data-v-ce54c7bb"><uni-datetime-picker wx:if="{{v}}" class="data-v-ce54c7bb" u-i="ce54c7bb-3" bind:__l="__l" bindupdateModelValue="{{t}}" u-p="{{v}}"/><view wx:if="{{w}}" class="Hint data-v-ce54c7bb">请选择日期</view></view><view class="goldCoin data-v-ce54c7bb"><view class="number-box data-v-ce54c7bb"><view class="number-box-title data-v-ce54c7bb">选择场数:</view><uni-number-box wx:if="{{y}}" class="data-v-ce54c7bb" u-i="ce54c7bb-4" bind:__l="__l" bindupdateModelValue="{{x}}" u-p="{{y}}"></uni-number-box><view class="number-box-title data-v-ce54c7bb">次</view></view><view wx:if="{{z}}" class="Hint data-v-ce54c7bb">请填写场数</view></view><view class="Remarkscss data-v-ce54c7bb"><uni-easyinput wx:if="{{B}}" class="data-v-ce54c7bb" u-i="ce54c7bb-5" bind:__l="__l" bindupdateModelValue="{{A}}" u-p="{{B}}"></uni-easyinput></view><view class="Publish data-v-ce54c7bb"><button bindtap="{{C}}" class="Publishcss data-v-ce54c7bb">发布</button></view></view></view></view><uni-popup wx:if="{{M}}" class="r data-v-ce54c7bb" u-s="{{['d']}}" u-r="popup" u-i="ce54c7bb-6" bind:__l="__l" u-p="{{M}}"><view class="popup-container data-v-ce54c7bb"><view class="popup-title data-v-ce54c7bb">点击选择我的主播</view><scroll-view wx:if="{{G}}" show-scrollbar="false" scroll-y="true" class="scroll data-v-ce54c7bb"><view wx:for="{{H}}" wx:for-item="item" wx:key="f" class="card data-v-ce54c7bb"><view class="card-content data-v-ce54c7bb" bindtap="{{item.d}}" style="{{'background:' + item.e}}"><view class="Avatarimg data-v-ce54c7bb"><image class="avatar data-v-ce54c7bb" src="{{item.a}}" mode="scaleToFill"/></view><view class="NameMoney data-v-ce54c7bb"><view class="TimeMoney data-v-ce54c7bb"><view class="NameMoney_Name data-v-ce54c7bb">{{item.b}}</view></view><view class="TimeMoney data-v-ce54c7bb"><view class="TimeMoney_country data-v-ce54c7bb">{{item.c}}</view></view></view></view></view></scroll-view><view wx:if="{{I}}" class="no-data data-v-ce54c7bb"><view class="no-data-text data-v-ce54c7bb">暂无数据</view></view><view class="popup-btn data-v-ce54c7bb"><button class="invite data-v-ce54c7bb" type="primary" bindtap="{{J}}">确认</button><button class="cancel data-v-ce54c7bb" type="default" bindtap="{{K}}">取消</button></view></view></uni-popup>

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
"use strict";const e=require("../../common/vendor.js"),t=require("../../components/request.js"),a=require("../../components/formatDate.js"),o={data:()=>({customData:{},SenderData:{},ReceiverData:{},PkIDInfodata:{},id:""}),onLoad(t){e.index.getStorage({key:"userinfo",success:e=>{this.id=e.data.id}}),this.customData=JSON.parse(t.customData),console.log("customData",this.customData),this.getPkyourInfo(),this.getPkmineInfo(),this.getPkIDInfo()},onShareAppMessage(e){if("menu"===e.from)return{title:"分享",path:`${getCurrentPages()[getCurrentPages().length-1].route}?customData=${JSON.stringify(this.customData)}`}},methods:{async getPkIDInfo(){await t.request({url:"pk/singleRecord",method:"POST",data:{id:this.customData.id},userInfo:!0}).then((e=>{this.PkIDInfodata=e.data}))},async getPkyourInfo(){await t.request({url:"pk/pkInfoDetail",method:"POST",data:{id:this.customData.pkIdA},userInfo:!1}).then((e=>{console.log(e.data),this.SenderData=e.data}))},async getPkmineInfo(){await t.request({url:"pk/pkInfoDetail",method:"POST",data:{id:this.customData.pkIdB},userInfo:!1}).then((e=>{console.log(e.data),this.ReceiverData=e.data}))},goBack(){e.wx$1.navigateBack({delta:1})},formatDate:a.formatDate,AcceptHint(){this.$refs.popups.open("center")},closeHint(){this.$refs.popups.close()},RefuseHint(){this.$refs.Refusepopup.open("center")},RefuseHintcloseHint(){this.$refs.Refusepopup.close()},async operation(a){await t.request({url:"pk/updatePkStatus",method:"POST",data:{id:this.customData.id,pkStatus:a},userInfo:!0}).then((t=>{const o=1===a?"接受邀请成功":"拒绝邀请成功";200===t.code?(this.getPkIDInfo(),this.$refs.popups.close(),this.$refs.Refusepopup.close(),e.wx$1.showToast({title:o,icon:"success",duration:2e3}),e.wx$1.navigateBack({delta:1})):e.wx$1.showToast({title:"操作失败",icon:"none",duration:2e3})}))}}};if(!Array){e.resolveComponent("uni-popup")()}Math;const s=e._export_sfc(o,[["render",function(t,a,o,s,n,r){return e.e({a:e.o(((...e)=>r.goBack&&r.goBack(...e))),b:n.SenderData.anchorIcon,c:e.t(n.SenderData.anchorId),d:"1"===n.SenderData.sex},"1"===n.SenderData.sex?{e:e.t(1==n.SenderData.sex?"男":"女")}:{f:e.t(1==n.SenderData.sex?"男":"女")},{g:e.t(n.SenderData.country),h:e.t(r.formatDate(n.SenderData.pkTime)),i:e.t(n.SenderData.coin),j:e.t(n.SenderData.pkNumber),k:n.ReceiverData.anchorIcon,l:e.t(n.ReceiverData.anchorId),m:"1"===n.ReceiverData.sex},"1"===n.ReceiverData.sex?{n:e.t(1==n.ReceiverData.sex?"男":"女")}:{o:e.t(1==n.ReceiverData.sex?"男":"女")},{p:e.t(n.ReceiverData.country),q:e.t(r.formatDate(n.ReceiverData.pkTime)),r:e.t(n.ReceiverData.coin),s:e.t(n.ReceiverData.pkNumber),t:0===n.PkIDInfodata.pkStatus&&n.ReceiverData.senderId!==n.id},0===n.PkIDInfodata.pkStatus&&n.ReceiverData.senderId!==n.id?{v:e.o((e=>r.AcceptHint())),w:e.o((e=>r.RefuseHint()))}:{},{x:n.ReceiverData.senderId===n.id&&0===n.PkIDInfodata.pkStatus},(n.ReceiverData.senderId===n.id&&n.PkIDInfodata.pkStatus,{}),{y:1===n.PkIDInfodata.pkStatus},(n.PkIDInfodata.pkStatus,{}),{z:2===n.PkIDInfodata.pkStatus},(n.PkIDInfodata.pkStatus,{}),{A:e.o((e=>r.operation(1))),B:e.o((e=>r.closeHint())),C:e.sr("popups","86d1ec03-0"),D:e.p({type:"center","border-radius":"10px 10px 0 0"}),E:e.o((e=>r.operation(2))),F:e.o((e=>r.RefuseHintcloseHint())),G:e.sr("Refusepopup","86d1ec03-1"),H:e.p({type:"center","border-radius":"10px 10px 0 0"})})}],["__scopeId","data-v-86d1ec03"]]);o.__runtimeHooks=2,wx.createPage(s);
"use strict";const e=require("../../common/vendor.js"),t=require("../../components/request.js"),a=require("../../components/formatDate.js"),o={data:()=>({customData:{},SenderData:{},ReceiverData:{},PkIDInfodata:{},id:""}),onLoad(t){e.index.getStorage({key:"userinfo",success:e=>{this.id=e.data.id}}),this.customData=JSON.parse(t.customData),setTimeout((()=>{this.getPkIDInfo(),this.getPkyourInfo(),this.getPkmineInfo()}),500)},onShareAppMessage(e){if("menu"===e.from)return{title:"分享",path:`${getCurrentPages()[getCurrentPages().length-1].route}?customData=${JSON.stringify(this.customData)}`}},methods:{async getPkIDInfo(){await t.request({url:"pk/singleRecord",method:"POST",data:{id:this.customData.id},userInfo:!0}).then((e=>{console.log(e.data),this.PkIDInfodata=e.data}))},async getPkyourInfo(){await t.request({url:"pk/pkInfoDetail",method:"POST",data:{id:this.customData.pkIdA},userInfo:!1}).then((e=>{console.log(e.data),this.SenderData=e.data}))},async getPkmineInfo(){await t.request({url:"pk/pkInfoDetail",method:"POST",data:{id:this.customData.pkIdB},userInfo:!1}).then((e=>{console.log(e.data),this.ReceiverData=e.data}))},goBack(){e.wx$1.navigateBack({delta:1})},formatDate:a.formatDate,AcceptHint(){this.$refs.popups.open("center")},closeHint(){this.$refs.popups.close()},RefuseHint(){this.$refs.Refusepopup.open("center")},RefuseHintcloseHint(){this.$refs.Refusepopup.close()},async operation(a){await t.request({url:"pk/updatePkStatus",method:"POST",data:{id:this.customData.id,pkStatus:a},userInfo:!0}).then((t=>{const o=1===a?"接受邀请成功":"拒绝邀请成功";200===t.code?(this.getPkIDInfo(),this.$refs.popups.close(),this.$refs.Refusepopup.close(),e.wx$1.showToast({title:o,icon:"success",duration:2e3}),e.wx$1.navigateBack({delta:1})):e.wx$1.showToast({title:"操作失败",icon:"none",duration:2e3})}))}}};if(!Array){e.resolveComponent("uni-popup")()}Math;const s=e._export_sfc(o,[["render",function(t,a,o,s,n,r){return e.e({a:e.o(((...e)=>r.goBack&&r.goBack(...e))),b:n.SenderData.anchorIcon,c:e.t(n.SenderData.anchorId),d:"1"===n.SenderData.sex},"1"===n.SenderData.sex?{e:e.t(1==n.SenderData.sex?"男":"女")}:{f:e.t(1==n.SenderData.sex?"男":"女")},{g:e.t(n.SenderData.country),h:e.t(r.formatDate(n.SenderData.pkTime)),i:e.t(n.SenderData.coin),j:e.t(n.SenderData.pkNumber),k:n.ReceiverData.anchorIcon,l:e.t(n.ReceiverData.anchorId),m:"1"===n.ReceiverData.sex},"1"===n.ReceiverData.sex?{n:e.t(1==n.ReceiverData.sex?"男":"女")}:{o:e.t(1==n.ReceiverData.sex?"男":"女")},{p:e.t(n.ReceiverData.country),q:e.t(r.formatDate(n.ReceiverData.pkTime)),r:e.t(n.ReceiverData.coin),s:e.t(n.ReceiverData.pkNumber),t:0===n.PkIDInfodata.pkStatus&&n.ReceiverData.senderId!==n.id},0===n.PkIDInfodata.pkStatus&&n.ReceiverData.senderId!==n.id?{v:e.o((e=>r.AcceptHint())),w:e.o((e=>r.RefuseHint()))}:{},{x:n.ReceiverData.senderId===n.id&&0===n.PkIDInfodata.pkStatus},(n.ReceiverData.senderId===n.id&&n.PkIDInfodata.pkStatus,{}),{y:1===n.PkIDInfodata.pkStatus},(n.PkIDInfodata.pkStatus,{}),{z:2===n.PkIDInfodata.pkStatus},(n.PkIDInfodata.pkStatus,{}),{A:e.o((e=>r.operation(1))),B:e.o((e=>r.closeHint())),C:e.sr("popups","14703bbc-0"),D:e.p({type:"center","border-radius":"10px 10px 0 0"}),E:e.o((e=>r.operation(2))),F:e.o((e=>r.RefuseHintcloseHint())),G:e.sr("Refusepopup","14703bbc-1"),H:e.p({type:"center","border-radius":"10px 10px 0 0"})})}],["__scopeId","data-v-14703bbc"]]);o.__runtimeHooks=2,wx.createPage(s);

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
.background.data-v-86d1ec03{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.Navigation.data-v-86d1ec03{position:fixed;top:0;left:0;right:0;height:200rpx;display:flex;align-items:center;padding:0 60rpx;z-index:1}.Return.data-v-86d1ec03{width:60rpx;height:60rpx;margin-top:20rpx}.Content.data-v-86d1ec03{position:absolute;top:200rpx;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center}.sender.data-v-86d1ec03{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:80rpx}.sengderIcon.data-v-86d1ec03{width:150rpx;height:150rpx;border-radius:50%;background-color:#fff;display:flex;justify-content:center;align-items:center}.Icon.data-v-86d1ec03{width:100%;height:100%;border-radius:50%}.Individual.data-v-86d1ec03{display:flex;justify-content:center;align-items:center;margin-top:34.35rpx}.name.data-v-86d1ec03{font-size:30.53rpx;color:#161616;margin-right:16.22rpx}.nation.data-v-86d1ec03{width:56.3rpx;height:29.58rpx;font-size:17.18rpx;color:#666;text-align:center;line-height:29.58rpx;background-color:#fff;border-radius:50rpx;padding:6rpx 12rpx;display:flex;justify-content:center;align-items:center}.male.data-v-86d1ec03{width:56.3rpx;height:29.58rpx;background-color:#5bced1;border-radius:50rpx;display:flex;justify-content:center;align-items:center;padding:6rpx 12rpx;margin-right:12rpx}.female.data-v-86d1ec03{width:56.3rpx;height:29.58rpx;background-color:#f3876f;border-radius:50rpx;display:flex;justify-content:center;align-items:center;padding:6rpx 12rpx;margin-right:12rpx}.age.data-v-86d1ec03{font-size:17.18rpx;color:#fff;margin-left:4rpx}.Time.data-v-86d1ec03{color:#666;font-size:26.72rpx;margin-top:48.7rpx}.goldCoin.data-v-86d1ec03{background-image:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Backgroundofgoldcoins.png);width:334.83rpx;height:124.05rpx;margin-right:21rpx;display:flex;align-items:center}.Session.data-v-86d1ec03{background-image:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Fieldnumberbackground.png);width:334.83rpx;height:124.05rpx;display:flex;align-items:center}.SessionAndGoldCoin.data-v-86d1ec03{align-items:center;margin-top:60rpx;display:flex;justify-content:center}.goldtext.data-v-86d1ec03{font-size:28.63rpx;color:#929292}.goldnumber.data-v-86d1ec03{font-size:34.35rpx;color:#161616;font-weight:700}.goldcard.data-v-86d1ec03{display:flex;flex-direction:column;align-items:center}.button.data-v-86d1ec03{display:flex;justify-content:center;align-items:center;margin-top:150rpx}.buttontext.data-v-86d1ec03{font-size:40rpx;color:#666;font-weight:700}.accept.data-v-86d1ec03{width:325.38rpx;height:77.29rpx;margin-right:35.5rpx;border-radius:50rpx;background-color:#fff;border:1rpx solid #03aba8;color:#03aba8;font-size:28.63rpx;line-height:77.29rpx}.reject.data-v-86d1ec03{width:325.38rpx;height:77.29rpx;border-radius:50rpx;background-color:#03aba8;border:1rpx solid #03aba8;color:#fff;font-size:28.63rpx;line-height:77.29rpx}.popup-Hintcontent.data-v-86d1ec03{width:600rpx;height:500rpx;background-repeat:no-repeat;border-radius:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-image:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/chard1.png);background-position:center}.popup-text.data-v-86d1ec03{color:#161616;font-size:36.26rpx;font-weight:700;margin-bottom:30rpx}.popup-texts.data-v-86d1ec03{margin:70rpx 50rpx;color:#7e7e7e;font-size:26rpx}.popup-btn.data-v-86d1ec03{display:flex;justify-content:space-around;margin-top:50rpx}.invite.data-v-86d1ec03{width:225.19rpx;height:78.24rpx;font-size:28.63rpx;line-height:80rpx;border-top-left-radius:50rpx;border-bottom-left-radius:50rpx;border-bottom-right-radius:50rpx;background-image:linear-gradient(135deg,#4fcacd,#5fdbde)}.cancel.data-v-86d1ec03{width:225.19rpx;height:78.24rpx;font-size:28.63rpx;line-height:80rpx;margin-left:30rpx;color:#03aba8;border-top-left-radius:50rpx;border-bottom-left-radius:50rpx;border-bottom-right-radius:50rpx;border:1rpx solid #03aba8}
.background.data-v-14703bbc{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.Navigation.data-v-14703bbc{position:fixed;top:0;left:0;right:0;height:200rpx;display:flex;align-items:center;padding:0 60rpx;z-index:1}.Return.data-v-14703bbc{width:60rpx;height:60rpx;margin-top:20rpx}.Content.data-v-14703bbc{position:absolute;top:200rpx;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center}.sender.data-v-14703bbc{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:80rpx}.sengderIcon.data-v-14703bbc{width:150rpx;height:150rpx;border-radius:50%;background-color:#fff;display:flex;justify-content:center;align-items:center}.Icon.data-v-14703bbc{width:100%;height:100%;border-radius:50%}.Individual.data-v-14703bbc{display:flex;justify-content:center;align-items:center;margin-top:34.35rpx}.name.data-v-14703bbc{font-size:30.53rpx;color:#161616;margin-right:16.22rpx}.nation.data-v-14703bbc{width:56.3rpx;height:29.58rpx;font-size:17.18rpx;color:#666;text-align:center;line-height:29.58rpx;background-color:#fff;border-radius:50rpx;padding:6rpx 12rpx;display:flex;justify-content:center;align-items:center}.male.data-v-14703bbc{width:56.3rpx;height:29.58rpx;background-color:#5bced1;border-radius:50rpx;display:flex;justify-content:center;align-items:center;padding:6rpx 12rpx;margin-right:12rpx}.female.data-v-14703bbc{width:56.3rpx;height:29.58rpx;background-color:#f3876f;border-radius:50rpx;display:flex;justify-content:center;align-items:center;padding:6rpx 12rpx;margin-right:12rpx}.age.data-v-14703bbc{font-size:17.18rpx;color:#fff;margin-left:4rpx}.Time.data-v-14703bbc{color:#666;font-size:26.72rpx;margin-top:48.7rpx}.goldCoin.data-v-14703bbc{background-image:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Backgroundofgoldcoins.png);width:334.83rpx;height:124.05rpx;margin-right:21rpx;display:flex;align-items:center}.Session.data-v-14703bbc{background-image:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Fieldnumberbackground.png);width:334.83rpx;height:124.05rpx;display:flex;align-items:center}.SessionAndGoldCoin.data-v-14703bbc{align-items:center;margin-top:60rpx;display:flex;justify-content:center}.goldtext.data-v-14703bbc{font-size:28.63rpx;color:#929292}.goldnumber.data-v-14703bbc{font-size:34.35rpx;color:#161616;font-weight:700}.goldcard.data-v-14703bbc{display:flex;flex-direction:column;align-items:center}.button.data-v-14703bbc{display:flex;justify-content:center;align-items:center;margin-top:150rpx}.buttontext.data-v-14703bbc{font-size:40rpx;color:#666;font-weight:700}.accept.data-v-14703bbc{width:325.38rpx;height:77.29rpx;margin-right:35.5rpx;border-radius:50rpx;background-color:#fff;border:1rpx solid #03aba8;color:#03aba8;font-size:28.63rpx;line-height:77.29rpx}.reject.data-v-14703bbc{width:325.38rpx;height:77.29rpx;border-radius:50rpx;background-color:#03aba8;border:1rpx solid #03aba8;color:#fff;font-size:28.63rpx;line-height:77.29rpx}.popup-Hintcontent.data-v-14703bbc{width:600rpx;height:500rpx;background-repeat:no-repeat;border-radius:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-image:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/chard1.png);background-position:center}.popup-text.data-v-14703bbc{color:#161616;font-size:36.26rpx;font-weight:700;margin-bottom:30rpx}.popup-texts.data-v-14703bbc{margin:70rpx 50rpx;color:#7e7e7e;font-size:26rpx}.popup-btn.data-v-14703bbc{display:flex;justify-content:space-around;margin-top:50rpx}.invite.data-v-14703bbc{width:225.19rpx;height:78.24rpx;font-size:28.63rpx;line-height:80rpx;border-top-left-radius:50rpx;border-bottom-left-radius:50rpx;border-bottom-right-radius:50rpx;background-image:linear-gradient(135deg,#4fcacd,#5fdbde)}.cancel.data-v-14703bbc{width:225.19rpx;height:78.24rpx;font-size:28.63rpx;line-height:80rpx;margin-left:30rpx;color:#03aba8;border-top-left-radius:50rpx;border-bottom-left-radius:50rpx;border-bottom-right-radius:50rpx;border:1rpx solid #03aba8}

View File

@@ -1 +1 @@
"use strict";const e=require("../../common/vendor.js"),i=require("../../components/request.js"),n=require("../../components/postFile.js"),a=require("../../components/generateFileName.js"),t={inject:["$global"],data:()=>({userinfo:"",name:"",id:"",info:{},userSig:""}),onLoad(i){e.index.getStorage({key:"userinfo",success:e=>{this.id=e.data.id,this.name=e.data.nickName,this.userinfo=e.data.headerIcon}}),e.index.getStorage({key:"userSig",success:e=>{this.userSig=e.data}})},methods:{cancel(){e.index.navigateBack({delta:1})},inputName(e){this.name=e.detail.value},async Userinfo(e){const{avatarUrl:i}=e.detail;this.userinfo=i},wxLogin(t){e.index.showLoading({title:"修改中...",mask:!0}),n.uploadFile({path:this.userinfo,name:a.generateFileName()}).then((n=>{i.request({url:"user/updateUserInfo",method:"POST",data:{id:this.id,headerIcon:n.split("/").pop(),nickName:this.name,usersig:this.userSig.userSig},userInfo:!0}).then((i=>{200===i.code?(e.index.showToast({title:"修改成功",icon:"success"}),e.index.setStorageSync("userinfo",i.data.info),e.index.hideLoading(),e.index.navigateBack({delta:1})):e.index.showToast({title:"修改失败",icon:"none"})}))})).catch((e=>{console.log(e)}))}}};const s=e._export_sfc(t,[["render",function(i,n,a,t,s,o){return{a:s.userinfo,b:e.o(((...e)=>o.Userinfo&&o.Userinfo(...e))),c:e.o(((...e)=>o.inputName&&o.inputName(...e))),d:s.name,e:e.o((e=>s.name=e.detail.value)),f:e.o(((...e)=>o.wxLogin&&o.wxLogin(...e))),g:e.o(((...e)=>o.cancel&&o.cancel(...e)))}}],["__scopeId","data-v-4ace481a"]]);wx.createPage(s);
"use strict";const e=require("../../common/vendor.js"),a=require("../../components/request.js"),i=require("../../components/postFile.js"),n=require("../../components/generateFileName.js"),o=require("../../components/goEasyTool/tool.js"),t={inject:["$global"],data:()=>({userinfo:"",name:"",id:"",info:{},userSig:""}),onLoad(a){e.index.getStorage({key:"userinfo",success:e=>{this.id=e.data.id,this.name=e.data.nickName,this.userinfo=e.data.headerIcon}}),e.index.getStorage({key:"userSig",success:e=>{this.userSig=e.data}})},methods:{cancel(){e.index.navigateBack({delta:1})},inputName(e){this.name=e.detail.value},async Userinfo(e){const{avatarUrl:a}=e.detail;this.userinfo=a},wxLogin(t){o.goEasylogout(this.$goeasy),e.index.showLoading({title:"修改中...",mask:!0}),i.uploadFile({path:this.userinfo,name:n.generateFileName()}).then((i=>{a.request({url:"user/updateUserInfo",method:"POST",data:{id:this.id,headerIcon:i.split("/").pop(),nickName:this.name,usersig:this.userSig.userSig},userInfo:!0}).then((a=>{200===a.code?(e.index.showToast({title:"修改成功",icon:"success"}),e.index.setStorageSync("userinfo",a.data.info),o.goEasylogin(this.$goeasy,String(a.data.info.id),a.data.info.headerIcon,a.data.info.nickName),e.index.hideLoading(),e.index.navigateBack({delta:1})):e.index.showToast({title:"修改失败",icon:"none"})}))})).catch((e=>{console.log(e)}))}}};const s=e._export_sfc(t,[["render",function(a,i,n,o,t,s){return{a:t.userinfo,b:e.o(((...e)=>s.Userinfo&&s.Userinfo(...e))),c:e.o(((...e)=>s.inputName&&s.inputName(...e))),d:t.name,e:e.o((e=>t.name=e.detail.value)),f:e.o(((...e)=>s.wxLogin&&s.wxLogin(...e))),g:e.o(((...e)=>s.cancel&&s.cancel(...e)))}}],["__scopeId","data-v-76be1a10"]]);wx.createPage(s);

View File

@@ -1 +1 @@
<view class="container data-v-4ace481a"><button class="login-btn data-v-4ace481a" open-type="chooseAvatar" bindchooseavatar="{{b}}"><image class="avatar data-v-4ace481a" src="{{a}}"></image></button><input type="nickname" class="weui-input data-v-4ace481a" placeholder="请输入昵称" bindblur="{{c}}" value="{{d}}" bindinput="{{e}}"/><button class="weui-btn data-v-4ace481a" bindtap="{{f}}">修改</button><button class="weui-btn data-v-4ace481a" bindtap="{{g}}">取消</button></view>
<view class="container data-v-76be1a10"><button class="login-btn data-v-76be1a10" open-type="chooseAvatar" bindchooseavatar="{{b}}"><image class="avatar data-v-76be1a10" src="{{a}}"></image></button><input type="nickname" class="weui-input data-v-76be1a10" placeholder="请输入昵称" bindblur="{{c}}" value="{{d}}" bindinput="{{e}}"/><button class="weui-btn data-v-76be1a10" bindtap="{{f}}">修改</button><button class="weui-btn data-v-76be1a10" bindtap="{{g}}">取消</button></view>

View File

@@ -1 +1 @@
.container.data-v-4ace481a{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(to bottom,rgba(17,203,42,.43),rgba(37,116,252,.427))}.login-btn.data-v-4ace481a{width:200rpx;height:200rpx;border-radius:50%;padding:0;margin-bottom:60rpx}.avatar.data-v-4ace481a{width:100%;height:100%;border-radius:50%}.weui-input.data-v-4ace481a{width:80%;text-align:center;margin-bottom:40rpx}.weui-btn.data-v-4ace481a{width:40%;margin-top:20rpx;background-color:rgba(17,203,42,0);color:#fff}
.container.data-v-76be1a10{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(to bottom,rgba(17,203,42,.43),rgba(37,116,252,.427))}.login-btn.data-v-76be1a10{width:200rpx;height:200rpx;border-radius:50%;padding:0;margin-bottom:60rpx}.avatar.data-v-76be1a10{width:100%;height:100%;border-radius:50%}.weui-input.data-v-76be1a10{width:80%;text-align:center;margin-bottom:40rpx}.weui-btn.data-v-76be1a10{width:40%;margin-top:20rpx;background-color:rgba(17,203,42,0);color:#fff}

File diff suppressed because one or more lines are too long

View File

@@ -2,6 +2,7 @@
"navigationBarTitleText": "聊天页",
"usingComponents": {
"textmessage": "./messageComponent/textmessage",
"custom-p-k-message": "./messageComponent/customPKMessage",
"invitation-components": "./moreMessageComponents/InvitationComponents"
}
}

View File

@@ -1 +1 @@
<view class="chat data-v-cb106494"><view class="bg data-v-cb106494" bindtap="{{a}}"><image class="bgImg data-v-cb106494" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/HomeBackground.png" mode="scaleToFill"/></view><view class="Return data-v-cb106494" bindtap="{{b}}"><image class="ReturnImg data-v-cb106494" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Return.png" mode="scaleToFill"/></view><view class="title data-v-cb106494" bindtap="{{d}}">{{c}}</view><view class="content data-v-cb106494" bindtap="{{i}}"><scroll-view show-scrollbar="false" scroll-y="true" class="scroll data-v-cb106494" refresher-enabled="true" refresher-threshold="40" bindrefresherrefresh="{{f}}" lower-threshold="100" bindscrolltolower="{{g}}" refresher-triggered="{{h}}"><view wx:for="{{e}}" wx:for-item="item" class="chat-card data-v-cb106494"><view class="chat-avatar data-v-cb106494"><textmessage wx:if="{{item.b}}" class="data-v-cb106494" u-i="{{item.a}}" bind:__l="__l" u-p="{{item.b}}"></textmessage></view></view></scroll-view></view><view class="inputComponent data-v-cb106494" style="{{'bottom:' + r}}"><view class="inputcomponent data-v-cb106494"><block wx:if="{{r0}}"><textarea bindinput="{{j}}" auto-height class="input data-v-cb106494" maxlength="{{500}}" cursor-spacing="20" bindfocus="{{k}}" bindblur="{{l}}" adjust-position="{{false}}" value="{{m}}"></textarea></block></view><view class="sendComponent data-v-cb106494"><image wx:if="{{n}}" class="MoreImg data-v-cb106494" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/chat_add.png" mode="scaleToFill" bindtap="{{o}}"/><button wx:if="{{p}}" class="send data-v-cb106494" bindtap="{{q}}">发送</button></view></view><view class="MoreComponent data-v-cb106494" style="{{'bottom:' + t}}"><view class="Morecontent data-v-cb106494"><view wx:for="{{s}}" wx:for-item="item" wx:key="d" class="MoreList data-v-cb106494"><view class="MoreItem data-v-cb106494" bindtap="{{item.c}}"><image class="Moreicon data-v-cb106494" src="{{item.a}}" mode="scaleToFill"/><text class="MoreName data-v-cb106494">{{item.b}}</text></view></view></view></view><view class="popUpInvitation data-v-cb106494" bindtap="{{y}}" style="{{'top:' + z}}"><view class="popUpInvitationContent data-v-cb106494" catchtap="{{w}}" style="{{'bottom:' + x}}"><invitation-components wx:if="{{v}}" class="data-v-cb106494" u-i="cb106494-1" bind:__l="__l"></invitation-components></view></view></view>
<view class="chat data-v-9e93d865"><view class="bg data-v-9e93d865" bindtap="{{a}}"><image class="bgImg data-v-9e93d865" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/HomeBackground.png" mode="scaleToFill"/></view><view class="Return data-v-9e93d865" bindtap="{{b}}"><image class="ReturnImg data-v-9e93d865" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Return.png" mode="scaleToFill"/></view><view class="title data-v-9e93d865" bindtap="{{d}}">{{c}}</view><view class="content data-v-9e93d865" bindtap="{{i}}" style="{{'bottom:' + j}}"><scroll-view show-scrollbar="false" scroll-y="true" class="scroll data-v-9e93d865" upper-threshold="100" bindscrolltoupper="{{f}}" scroll-into-view="{{g}}" bindscroll="{{h}}"><view wx:for="{{e}}" wx:for-item="item" wx:key="s" class="chat-card data-v-9e93d865" id="{{item.t}}"><view wx:if="{{item.a}}" class="chat-time data-v-9e93d865">{{item.b}}</view><view class="chat-avatar data-v-9e93d865"><view wx:if="{{item.c}}" class="oppositeChatNews data-v-9e93d865"><image class="chat-avatarImg data-v-9e93d865" src="{{item.d}}" mode="scaleToFill"/><view class="oppositesharpCorner data-v-9e93d865"><view class="oppositeSharpCornercion data-v-9e93d865"></view></view><view class="oppositeChatNewsContent data-v-9e93d865"><textmessage wx:if="{{item.e}}" class="data-v-9e93d865" u-i="{{item.f}}" bind:__l="__l" u-p="{{item.g}}"></textmessage><custom-p-k-message wx:if="{{item.h}}" class="data-v-9e93d865" u-i="{{item.i}}" bind:__l="__l" u-p="{{item.j}}"></custom-p-k-message></view></view><view wx:if="{{item.k}}" class="myChatNews data-v-9e93d865"><image class="chat-avatarImg data-v-9e93d865" src="{{item.l}}" mode="scaleToFill"/><view class="mysharpCorner data-v-9e93d865"><view class="mySharpCornercion data-v-9e93d865"></view></view><view class="myChatNewsContent data-v-9e93d865"><textmessage wx:if="{{item.m}}" class="data-v-9e93d865" u-i="{{item.n}}" bind:__l="__l" u-p="{{item.o}}"></textmessage><custom-p-k-message wx:if="{{item.p}}" class="data-v-9e93d865" u-i="{{item.q}}" bind:__l="__l" u-p="{{item.r}}"></custom-p-k-message></view></view></view></view></scroll-view></view><view class="inputComponent data-v-9e93d865" id:inputComponent style="{{'bottom:' + s}}"><view class="textareacomponent data-v-9e93d865"><block wx:if="{{r0}}"><textarea bindinput="{{k}}" auto-height class="input data-v-9e93d865" maxlength="{{500}}" cursor-spacing="20" bindfocus="{{l}}" bindblur="{{m}}" adjust-position="{{false}}" value="{{n}}"></textarea></block></view><view class="sendComponent data-v-9e93d865"><image wx:if="{{o}}" class="MoreImg data-v-9e93d865" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/chat_add.png" mode="scaleToFill" bindtap="{{p}}"/><button wx:if="{{q}}" class="send data-v-9e93d865" bindtap="{{r}}">发送</button></view></view><view class="MoreComponent data-v-9e93d865" style="{{'bottom:' + v}}"><view class="Morecontent data-v-9e93d865"><view wx:for="{{t}}" wx:for-item="item" wx:key="d" class="MoreList data-v-9e93d865"><view class="MoreItem data-v-9e93d865" bindtap="{{item.c}}"><image class="Moreicon data-v-9e93d865" src="{{item.a}}" mode="scaleToFill"/><text class="MoreName data-v-9e93d865">{{item.b}}</text></view></view></view></view><view class="popUpInvitation data-v-9e93d865" bindtap="{{B}}" style="{{'top:' + C}}"><view class="popUpInvitationContent data-v-9e93d865" catchtap="{{z}}" style="{{'bottom:' + A}}"><invitation-components wx:if="{{w}}" class="data-v-9e93d865" bindrefreshMessage="{{x}}" u-i="9e93d865-4" bind:__l="__l" u-p="{{y}}"></invitation-components></view></view></view>

View File

@@ -1 +1 @@
.bg.data-v-cb106494{position:fixed;left:0;right:0;bottom:0;top:0;z-index:-1}.bgImg.data-v-cb106494{width:100%;height:100%}.Return.data-v-cb106494{position:fixed;left:35rpx;top:120rpx;width:46rpx;height:46rpx;z-index:1}.title.data-v-cb106494{position:fixed;top:120rpx;left:325rpx;font-size:34rpx;color:#100e0f;font-weight:700;z-index:1}.ReturnImg.data-v-cb106494{width:100%;height:100%}.content.data-v-cb106494{position:absolute;top:200rpx;left:0rpx;right:0rpx;bottom:0rpx}.scroll.data-v-cb106494{width:96%;height:90%;padding:0% 2%}.inputComponent.data-v-cb106494{position:absolute;left:0;right:0;height:auto;background-color:#f0f0f0;padding:2% 2% 5%;display:flex;align-items:flex-end;transition:bottom .1s ease}.chat-card.data-v-cb106494{width:100%;height:auto;margin-bottom:20rpx;background-color:#fff;padding:10rpx}.chat-avatar.data-v-cb106494{width:100%;height:auto}.inputcomponent.data-v-cb106494{width:570rpx;height:auto}.input.data-v-cb106494{width:95%;background-color:#fff;min-height:60rpx;max-height:200rpx;border-radius:10rpx;padding:10rpx;overflow-wrap:break-word;margin-left:30rpx}.sendComponent.data-v-cb106494{margin-left:40rpx}.send.data-v-cb106494{width:100rpx;height:75rpx;background-color:#539c00;border-radius:10rpx;color:#fff;font-size:20rpx;text-align:center;line-height:75rpx}.MoreImg.data-v-cb106494{margin-left:20rpx;height:80rpx;width:80rpx;margin-bottom:-10rpx;border-radius:50rpx}.MoreComponent.data-v-cb106494{position:fixed;left:0;right:0;height:650rpx;transition:bottom .1s ease;background-color:#fff}.Morecontent.data-v-cb106494{width:100%;height:100%;display:flex;align-content:baseline;flex-wrap:wrap}.MoreList.data-v-cb106494{width:150rpx;height:150rpx;background-color:#f1f1f1;border-radius:20rpx;margin:18.75rpx}.MoreItem.data-v-cb106494{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.Moreicon.data-v-cb106494{width:80rpx;height:80rpx}.popUpInvitation.data-v-cb106494{position:fixed;left:0;right:0;bottom:0;transition:top .1s ease}.popUpInvitationContent.data-v-cb106494{position:absolute;left:0;right:0;height:1000rpx;transition:bottom .1s ease;background-color:#fff;border-top-left-radius:40rpx;border-top-right-radius:40rpx}
.bg.data-v-9e93d865{position:fixed;left:0;right:0;bottom:0;top:0;z-index:-1}.bgImg.data-v-9e93d865{width:100%;height:100%}.Return.data-v-9e93d865{position:fixed;left:35rpx;top:120rpx;width:46rpx;height:46rpx;z-index:1}.title.data-v-9e93d865{position:fixed;top:120rpx;left:325rpx;font-size:34rpx;color:#100e0f;font-weight:700;z-index:1}.ReturnImg.data-v-9e93d865{width:100%;height:100%}.content.data-v-9e93d865{position:absolute;top:200rpx;left:0rpx;right:0rpx}.scroll.data-v-9e93d865{width:96%;height:100%;padding:0% 2%}.scroll.data-v-9e93d865 ::-webkit-scrollbar{width:0;height:0;color:transparent;display:none}.inputComponent.data-v-9e93d865{position:absolute;left:0;right:0;height:auto;background-color:#f0f0f0;padding:15rpx 15rpx 37.5rpx;display:flex;align-items:flex-end;transition:bottom .25s ease}.chat-card.data-v-9e93d865{width:100%;height:auto;margin-bottom:10rpx;margin-top:10rpx;padding:10rpx}.chat-time.data-v-9e93d865{width:100%;height:50rpx;text-align:center;font-size:24rpx;color:#999;line-height:50rpx;margin-top:20rpx;margin-bottom:20rpx;background-color:rgba(0,0,0,0)}.chat-avatar.data-v-9e93d865{width:100%;height:auto;display:flex;align-items:flex-start}.oppositeChatNews.data-v-9e93d865{width:100%;display:flex;align-items:flex-start}.oppositesharpCorner.data-v-9e93d865{width:20rpx;height:80rpx;display:flex;flex-direction:row-reverse;align-items:center}.oppositeSharpCornercion.data-v-9e93d865{width:0;height:0;border-top:13rpx solid transparent;border-right:13rpx solid #ffffff;border-bottom:13rpx solid transparent}.oppositeChatNewsContent.data-v-9e93d865{width:auto;height:auto;padding:19rpx 30rpx;background-color:#fff;border-radius:10rpx;max-width:450rpx}.myChatNews.data-v-9e93d865{width:100%;display:flex;flex-direction:row-reverse;align-items:flex-start;margin-right:15rpx}.mysharpCorner.data-v-9e93d865{width:20rpx;height:80rpx;display:flex;align-items:center}.mySharpCornercion.data-v-9e93d865{width:0;height:0;border-top:13rpx solid transparent;border-left:13rpx solid #7bbd0093;border-bottom:13rpx solid transparent}.myChatNewsContent.data-v-9e93d865{width:auto;height:auto;padding:19rpx 30rpx;background-color:rgba(123,189,0,.576);border-radius:10rpx;max-width:450rpx}.chat-avatarImg.data-v-9e93d865{width:80rpx;height:80rpx;border-radius:10rpx}.textareacomponent.data-v-9e93d865{width:570rpx;height:auto}.input.data-v-9e93d865{width:95%;background-color:#fff;min-height:60rpx;max-height:200rpx;border-radius:10rpx;padding:10rpx;overflow-wrap:break-word;margin-left:30rpx}.sendComponent.data-v-9e93d865{margin-left:40rpx}.send.data-v-9e93d865{width:100rpx;height:75rpx;background-color:#539c00;border-radius:10rpx;color:#fff;font-size:20rpx;text-align:center;line-height:75rpx}.MoreImg.data-v-9e93d865{margin-left:20rpx;height:80rpx;width:80rpx;margin-bottom:-10rpx;border-radius:50rpx}.MoreComponent.data-v-9e93d865{position:fixed;left:0;right:0;height:650rpx;transition:bottom .25s ease;background-color:#fff}.Morecontent.data-v-9e93d865{width:100%;height:100%;display:flex;align-content:baseline;flex-wrap:wrap}.MoreList.data-v-9e93d865{width:150rpx;height:150rpx;background-color:#f1f1f1;border-radius:20rpx;margin:18.75rpx}.MoreItem.data-v-9e93d865{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.Moreicon.data-v-9e93d865{width:80rpx;height:80rpx}.popUpInvitation.data-v-9e93d865{position:fixed;left:0;right:0;bottom:0;transition:top .25s ease;z-index:1000}.popUpInvitationContent.data-v-9e93d865{position:absolute;left:0;right:0;height:1000rpx;transition:bottom .25s ease;background-color:#fff;border-top-left-radius:40rpx;border-top-right-radius:40rpx}

View File

@@ -0,0 +1 @@
"use strict";const e=require("../../../../common/vendor.js"),s={props:{message:{type:String,default:""}},data:()=>({title:"Hello"}),onLoad(){},methods:{onTap(){e.index.navigateTo({url:`/pages/PKMessageprocessing/PKMessageprocessing?customData=${JSON.stringify(this.message.customData)}`})}}};const o=e._export_sfc(s,[["render",function(s,o,t,a,n,r){return{a:t.message.link,b:e.o(((...e)=>r.onTap&&r.onTap(...e)))}}],["__scopeId","data-v-39536460"]]);wx.createComponent(o);

View File

@@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}

View File

@@ -0,0 +1 @@
<view class="custom-pk-message data-v-39536460" bindtap="{{b}}"><image class="data-v-39536460" src="{{a}}" mode="scaleToFill" style="width:100%;height:100%"/></view>

View File

@@ -0,0 +1 @@
.custom-pk-message.data-v-39536460{width:385rpx;height:195rpx;padding:20rpx;background-color:#fff;border-radius:20rpx}

View File

@@ -1 +1 @@
"use strict";const e=require("../../../../common/vendor.js"),t={data:()=>({}),onLoad(){},props:{messagetext:{type:String,default:""}},methods:{}};const o=e._export_sfc(t,[["render",function(t,o,s,n,r,a){return{a:e.t(s.messagetext)}}],["__scopeId","data-v-437ff93d"]]);wx.createComponent(o);
"use strict";const e=require("../../../../common/vendor.js"),t={data:()=>({}),onLoad(){},props:{messagetext:{type:String,default:""}},methods:{}};const o=e._export_sfc(t,[["render",function(t,o,s,n,r,a){return{a:e.t(s.messagetext)}}],["__scopeId","data-v-579dfd2b"]]);wx.createComponent(o);

View File

@@ -1 +1 @@
<view class="messagetext data-v-437ff93d">{{a}}</view>
<view class="messagetext data-v-579dfd2b">{{a}}</view>

View File

@@ -1 +1 @@
.messagetext.data-v-437ff93d{font-size:16px;color:#333}
.messagetext.data-v-579dfd2b{font-size:34rpx;color:#333;letter-spacing:1rpx}

View File

@@ -1 +1 @@
"use strict";const e=require("../../../../common/vendor.js"),o={data:()=>({}),onLoad(){},methods:{}};const t=e._export_sfc(o,[["render",function(e,o,t,n,r,c){return{}}],["__scopeId","data-v-6c2d9d27"]]);wx.createComponent(t);
"use strict";const e=require("../../../../common/vendor.js"),t=require("../../../../components/request.js"),s=require("../../../../components/TimeFormatting.js"),o=require("../../../../components/goEasyTool/tool.js"),i={props:{oppositeId:{type:String,required:!0},myId:{type:String,required:!0},nickname:{type:String,required:!0},avatar:{type:String,required:!0}},data:()=>({select:null,mylist:[],oppositlist:[],selectedId:null,selectIndex:null,myselect:null,oppositselect:null,list:[]}),created(){this.getAnchorList(this.oppositeId),this.getAnchorList(this.myId)},methods:{send(){t.request({url:"pk/createPkRecord",method:"POST",data:{pkIdA:this.oppositselect.id,pkIdB:this.myselect.id,userIdA:this.oppositeId,userIdB:this.myId,pkTime:this.oppositselect.pkTime,pkNumber:this.oppositselect.pkNumber,anchorIdA:this.oppositselect.anchorId,anchorIdB:this.myselect.anchorId,anchorIconA:this.oppositselect.anchorIcon,anchorIconB:this.myselect.anchorIcon,piIdA:this.oppositselect.id,piIdB:this.myselect.id},userInfo:!0}).then((t=>{if(200==t.code){let s={customData:{id:t.data.id,pkIdA:this.oppositselect.id,pkIdB:this.myselect.id},link:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/pk.png",text:"PK邀请消息"},i="pk";o.sendCustomMessage(this.$goeasy,i,this.oppositeId,s,this.avatar,this.nickname).then((e=>{this.$emit("refreshMessage",{message:e})})),this.$refs.confirmpopup.close(),this.$refs.oppositepopup.close(),this.myselect=null,this.oppositselect=null,e.index.showToast({title:"发送成功",icon:"none"})}else e.index.showToast({title:t.msg,icon:"none"})}))},confirmClose(){this.$refs.confirmpopup.close()},sendMessage(){this.myselect&&this.oppositselect?this.$refs.confirmpopup.open("center"):e.index.showToast({title:"请选择相应的主播",icon:"none"})},Select(e,t){this.selectedId===e?(this.selectedId=null,this.selectIndex=null):(this.selectedId=this.selectedId===e?null:e,this.selectIndex=t)},close(){this.$refs.oppositepopup.close()},invite(){this.selectedId?1==this.select?(this.oppositselect=this.oppositlist[this.selectIndex],this.selectedId=null,this.selectIndex=null):(this.myselect=this.mylist[this.selectIndex],this.selectedId=null,this.selectIndex=null):e.index.showToast({title:"请选择主播",icon:"none"}),this.$refs.oppositepopup.close()},TimeFormatting:s.TimeFormatting,getAnchorList(s){t.request({url:"pk/listUninvitedPublishedAnchorsByUserId",method:"POST",data:{userId:s},userInfo:!1}).then((t=>{200==t.code?s==this.myId?(this.mylist=t.data,console.log("mylist",this.mylist)):(this.oppositlist=t.data,console.log("oppositlist",this.oppositlist)):e.index.showToast({title:t.msg,icon:"none"})}))},showPopup(e){this.list=1==e?this.oppositlist:this.mylist,this.select=e,this.$refs.oppositepopup.open("center")}}};if(!Array){e.resolveComponent("uni-popup")()}Math;const l=e._export_sfc(i,[["render",function(t,s,o,i,l,n){return e.e({a:null!=l.oppositselect},null!=l.oppositselect?{b:l.oppositselect.anchorIcon,c:e.t(l.oppositselect.anchorId),d:e.t(n.TimeFormatting(l.oppositselect.pkTime)),e:e.t(l.oppositselect.coin)}:{},{f:null==l.oppositselect},(l.oppositselect,{}),{g:e.o((e=>n.showPopup(1))),h:null!=l.myselect},null!=l.myselect?{i:l.myselect.anchorIcon,j:e.t(l.myselect.anchorId),k:e.t(n.TimeFormatting(l.myselect.pkTime)),l:e.t(l.myselect.coin)}:{},{m:null==l.myselect},(l.myselect,{}),{n:e.o((e=>n.showPopup(0))),o:e.o((e=>n.sendMessage())),p:e.o((()=>{})),q:e.t(1==l.select?"点击选择您要参与PK的对方主播":"点击选择您要参与的主播"),r:l.list.length>0},l.list.length>0?{s:e.f(l.list,((t,s,o)=>({a:t.anchorIcon,b:e.t(t.anchorId),c:e.t(n.TimeFormatting(t.pkTime)),d:e.t(t.coin),e:e.o((e=>n.Select(t.id,s)),s),f:l.selectedId===t.id?"#b8ff8c74":"#ffffff",g:s})))}:{},{t:0==l.list.length},0==l.list.length?{v:e.t(1==l.select?"对方还没有发布过pk":"您还没有发布过pk")}:{},{w:e.o((e=>n.invite())),x:e.o((e=>n.close())),y:e.sr("oppositepopup","cbeee28e-0"),z:e.o(t.change),A:e.p({"background-color":"#fff","border-radius":"30px"}),B:e.o((e=>n.send())),C:e.o((e=>n.confirmClose())),D:e.sr("confirmpopup","cbeee28e-1"),E:e.o(t.change),F:e.p({"background-color":"#fff","border-radius":"30px"})})}],["__scopeId","data-v-cbeee28e"]]);wx.createComponent(l);

View File

@@ -1,4 +1,6 @@
{
"component": true,
"usingComponents": {}
"usingComponents": {
"uni-popup": "../../../../uni_modules/uni-popup/components/uni-popup/uni-popup"
}
}

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
.chat-more-message-invitation.data-v-6c2d9d27{width:100%;height:100%;border-radius:40rpx}
.chat-more-message-invitation-title.data-v-cbeee28e{font-size:60rpx;width:100%;height:100rpx;text-align:center;line-height:100rpx;font-weight:700;margin-top:70rpx;letter-spacing:5rpx;font-style:italic;background-image:linear-gradient(135deg,#4fcacd,#5fdbde);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.chat-more-message-invitation.data-v-cbeee28e{width:100%;height:100%;border-radius:40rpx;display:flex;flex-direction:column;align-items:center;background-image:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/chard1.png)}.oppositeAnchor.data-v-cbeee28e{width:600rpx;height:150rpx;background-color:#fff;border-radius:20rpx;margin-top:50rpx;margin-bottom:50rpx;border:2rpx solid #e4e4e4}.footervs.data-v-cbeee28e{width:100%;height:100rpx;display:flex;justify-content:center;align-items:center}.footervs_left.data-v-cbeee28e{font-size:50rpx;color:#ff65e5;font-weight:700;font-style:italic}.footervs_right.data-v-cbeee28e{font-size:50rpx;color:#65e8ff;font-weight:700;font-style:italic}.popup-title.data-v-cbeee28e{width:100%;height:100rpx;color:#000;font-size:40rpx;text-align:center;line-height:100rpx;font-weight:700;margin-top:10rpx}.popup-content-text.data-v-cbeee28e{width:600rpx;height:450rpx;display:flex;justify-content:center;align-items:center}.popup-content-text-content.data-v-cbeee28e{color:#999;font-size:28rpx;text-align:center;font-weight:700;line-height:70rpx}.popup-content.data-v-cbeee28e{width:700rpx;height:730rpx;background-color:#fff;border-radius:30rpx;background-image:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/chard1.png);background-position:center;display:flex;flex-direction:column;align-items:center}.scroll.data-v-cbeee28e{width:600rpx;height:450rpx;border-radius:10px}.scroll.data-v-cbeee28e ::-webkit-scrollbar{width:0;height:0;color:transparent;display:none}.nodata.data-v-cbeee28e{width:600rpx;height:450rpx;border-radius:10px;text-align:center;line-height:450rpx;font-size:30rpx;color:#999;font-weight:700}.card-content.data-v-cbeee28e{width:100%;height:100rpx;background-color:#fff;border-radius:10rpx;display:flex;align-items:center;font-size:28rpx;color:#7f7f7f;margin-top:20rpx}.card-select-select.data-v-cbeee28e{width:100%;height:150rpx;background-color:#fff;border-radius:20rpx;display:flex;align-items:center;font-size:28rpx;color:#7f7f7f}.card-select.data-v-cbeee28e{width:100%;height:100%;background-color:#fff;border-radius:10rpx;display:flex;align-items:center;font-size:28rpx;color:#7f7f7f;margin-top:20rpx}.noselect.data-v-cbeee28e{width:100%;height:100%;background-color:#fff;border-radius:20rpx;text-align:center;line-height:150rpx;font-size:30rpx;color:#999;font-weight:700}.Avatarimg.data-v-cbeee28e{width:80rpx;height:80rpx;border-radius:50%;background-color:#ddd;margin-right:20rpx;margin-left:20rpx}.Avatarimg-select.data-v-cbeee28e{width:100rpx;height:100rpx;border-radius:50%;background-color:#ddd;margin-right:20rpx;margin-left:20rpx}.avatar.data-v-cbeee28e{width:100%;height:100%;border-radius:50%}.NameMoney.data-v-cbeee28e{display:flex;flex-direction:column}.TimeMoney.data-v-cbeee28e{width:300rpx;display:flex;font-weight:700;font-size:27rpx;color:#161616}.NameMoney_Name.data-v-cbeee28e{width:400rpx;text-align:left;font-weight:700;font-size:27rpx;color:#161616;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.NameMoney_Name-select.data-v-cbeee28e{width:500rpx;text-align:left;font-weight:700;font-size:32rpx;color:#161616;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.TimeMoney_Time.data-v-cbeee28e{display:flex;align-items:center;margin-top:10rpx}.pkTimeimg.data-v-cbeee28e{width:31.49rpx;height:31.49rpx;margin-right:10rpx}.goldimg.data-v-cbeee28e{width:31.49rpx;height:35rpx;margin-left:40rpx}.goldnb.data-v-cbeee28e{display:flex;margin-left:5rpx}.popup-btn.data-v-cbeee28e{display:flex;justify-content:space-around;margin-top:50rpx}.invite.data-v-cbeee28e{width:225.19rpx;height:78.24rpx;font-size:28.63rpx;line-height:80rpx;border-top-left-radius:50rpx;border-bottom-left-radius:50rpx;border-bottom-right-radius:50rpx;background-image:linear-gradient(135deg,#4fcacd,#5fdbde)}.cancel.data-v-cbeee28e{width:225.19rpx;height:78.24rpx;font-size:28.63rpx;line-height:80rpx;margin-left:30rpx;color:#03aba8;border-top-left-radius:50rpx;border-bottom-left-radius:50rpx;border-bottom-right-radius:50rpx;border:1rpx solid #03aba8}.Sendpkbtn.data-v-cbeee28e{width:90%;height:100rpx;margin-top:50rpx;background-image:linear-gradient(135deg,#4fcacd,#5fdbde);color:#fff;border-radius:60rpx;font-size:35rpx;text-align:center;line-height:100rpx;font-weight:700;letter-spacing:6rpx}

View File

@@ -1 +1 @@
"use strict";const o=require("../../common/vendor.js"),t=require("../../components/TimeFormatting.js"),a=require("../../components/goEasyTool/tool.js"),e={data:()=>({Conversationobj:{}}),onLoad(){a.getConversationList(this.$goeasy).then((o=>{console.log(o),this.Conversationobj=o})),this.$goeasy.im.on(GoEasy.IM_EVENT.CONVERSATIONS_UPDATED,onConversationsUpdated)},methods:{onConversationsUpdated(o){this.Conversationobj=o},TimeFormatting:t.TimeFormatting,goChat(t,a,e){o.wx$1.navigateTo({url:`/pages/index/chat/chat?userId=${t}&nickname=${a}&avatar=${e}`})}},components:{tabBar:()=>"../../components/tabBar/tabBar.js"}};if(!Array){(o.resolveComponent("uni-swipe-action-item")+o.resolveComponent("uni-swipe-action")+o.resolveComponent("tabBar"))()}Math||((()=>"../../uni_modules/uni-swipe-action/components/uni-swipe-action-item/uni-swipe-action-item.js")+(()=>"../../uni_modules/uni-swipe-action/components/uni-swipe-action/uni-swipe-action.js")+(()=>"../../components/tabBar/tabBar.js"))();const n=o._export_sfc(e,[["render",function(t,a,e,n,s,i){return{a:o.f(s.Conversationobj.conversations,((t,a,e)=>({a:t.data.avatar,b:o.t(t.unread),c:o.t(t.data.nickname),d:o.t(i.TimeFormatting(t.lastMessage.timestamp)),e:o.t(t.lastMessage.payload.text),f:o.o((o=>i.goChat(t.userId,t.data.nickname,t.data.avatar)),t.userId),g:"383cd827-1-"+e+",383cd827-0-"+e,h:"383cd827-0-"+e,i:t.userId}))),b:o.p({tabIndex:3,Unread:s.Conversationobj.unreadTotal})}}],["__scopeId","data-v-383cd827"]]);wx.createPage(n);
"use strict";const e=require("../../common/vendor.js"),o=require("../../components/TimeFormatting.js"),t=require("../../components/goEasyTool/tool.js"),n={data:()=>({Conversationobj:{conversations:[]},DeleteSession:{},triggered:!1}),onLoad(){t.getConversationList(this.$goeasy).then((e=>{console.log(e),this.Conversationobj=e})),this.$goeasy.im.on(e.jo.IM_EVENT.CONVERSATIONS_UPDATED,this.onConversationsUpdated)},methods:{onRefresherRefresh(){this.triggered=!0,t.getConversationList(this.$goeasy).then((e=>{this.Conversationobj=e,this.triggered=!1}))},operation(){t.conversationDelete(this.$goeasy,this.DeleteSession).then((o=>{e.index.showToast({title:"删除成功",icon:"none"}),this.$refs.Refusepopup.close()}))},RefuseHintcloseHint(){this.$refs.Refusepopup.close(),this.DeleteSession={}},deleteConversation(e){this.DeleteSession=e,this.$refs.Refusepopup.open("center")},goTop(o,n){t.conversationTop(this.$goeasy,o,n).then((o=>{e.index.showToast({title:n?"置顶成功":"取消置顶成功",icon:"none"})}))},onConversationsUpdated(e){this.Conversationobj=e},TimeFormatting:o.TimeFormatting,goChat(o,t,n){e.wx$1.navigateTo({url:`/pages/index/chat/chat?userId=${o}&nickname=${t}&avatar=${n}`})}},components:{tabBar:()=>"../../components/tabBar/tabBar.js"}};if(!Array){(e.resolveComponent("uni-swipe-action-item")+e.resolveComponent("uni-swipe-action")+e.resolveComponent("tabBar")+e.resolveComponent("uni-popup"))()}Math||((()=>"../../uni_modules/uni-swipe-action/components/uni-swipe-action-item/uni-swipe-action-item.js")+(()=>"../../uni_modules/uni-swipe-action/components/uni-swipe-action/uni-swipe-action.js")+(()=>"../../components/tabBar/tabBar.js")+(()=>"../../uni_modules/uni-popup/components/uni-popup/uni-popup.js"))();const s=e._export_sfc(n,[["render",function(o,t,n,s,i,a){return e.e({a:i.Conversationobj.conversations.length>0},i.Conversationobj.conversations.length>0?{b:e.f(i.Conversationobj.conversations,((o,t,n)=>e.e({a:o.data.avatar,b:o.unread>0},o.unread>0?{c:e.t(o.unread>99?"99+":o.unread)}:{},{d:e.t(o.data.nickname),e:e.t(a.TimeFormatting(o.lastMessage.timestamp)),f:e.t(o.lastMessage.payload.text),g:e.o((e=>a.goChat(o.userId,o.data.nickname,o.data.avatar)),o.userId),h:!o.top},o.top?{}:{i:e.o((e=>a.goTop(o,!0)),o.userId)},{j:o.top},o.top?{k:e.o((e=>a.goTop(o,!1)),o.userId)}:{},{l:e.o((e=>a.deleteConversation(o)),o.userId),m:"8c37f1d5-1-"+n+",8c37f1d5-0-"+n,n:"8c37f1d5-0-"+n,o:o.userId}))),c:e.o(((...e)=>a.onRefresherRefresh&&a.onRefresherRefresh(...e))),d:i.triggered}:{},{e:0==i.Conversationobj.conversations.length},(i.Conversationobj.conversations.length,{}),{f:e.p({tabIndex:3}),g:e.o((e=>a.operation())),h:e.o((e=>a.RefuseHintcloseHint())),i:e.sr("Refusepopup","8c37f1d5-3"),j:e.p({type:"center","border-radius":"10px 10px 0 0"})})}],["__scopeId","data-v-8c37f1d5"]]);wx.createPage(s);

View File

@@ -3,6 +3,7 @@
"usingComponents": {
"tab-bar": "../../components/tabBar/tabBar",
"uni-swipe-action-item": "../../uni_modules/uni-swipe-action/components/uni-swipe-action-item/uni-swipe-action-item",
"uni-swipe-action": "../../uni_modules/uni-swipe-action/components/uni-swipe-action/uni-swipe-action"
"uni-swipe-action": "../../uni_modules/uni-swipe-action/components/uni-swipe-action/uni-swipe-action",
"uni-popup": "../../uni_modules/uni-popup/components/uni-popup/uni-popup"
}
}

View File

@@ -1 +1 @@
<view class="forum data-v-383cd827"><view class="bg data-v-383cd827"><image class="bgImg data-v-383cd827" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/HomeBackground.png" mode="scaleToFill"/></view><view class="title data-v-383cd827">消息</view></view><view class="content data-v-383cd827"><scroll-view show-scrollbar="false" scroll-y="true" class="scroll data-v-383cd827"><view wx:for="{{a}}" wx:for-item="item" wx:key="i" class="card data-v-383cd827"><uni-swipe-action class="data-v-383cd827" u-s="{{['d']}}" u-i="{{item.h}}" bind:__l="__l"><uni-swipe-action-item class="data-v-383cd827" u-s="{{['right','d']}}" u-i="{{item.g}}" bind:__l="__l"><view class="cardContent data-v-383cd827" bindtap="{{item.f}}"><image class="cardImg data-v-383cd827" src="{{item.a}}" mode="scaleToFill"/><view class="cardUnread data-v-383cd827">{{item.b}}</view><view class="cardnameandtimeandNews data-v-383cd827"><view class="cardnameandtime data-v-383cd827"><view class="cardname data-v-383cd827">{{item.c}}</view><view class="cardtime data-v-383cd827">{{item.d}}</view></view><view class="cardNews data-v-383cd827">{{item.e}}</view></view></view><view class="rightPosition data-v-383cd827" slot="right"><view class="topPosition data-v-383cd827">置顶</view><view class="Delete data-v-383cd827">删除</view></view></uni-swipe-action-item></uni-swipe-action></view></scroll-view></view><view class="tabBar data-v-383cd827"><tab-bar wx:if="{{b}}" class="data-v-383cd827" u-i="383cd827-2" bind:__l="__l" u-p="{{b}}"></tab-bar></view>
<view class="forum data-v-8c37f1d5"><view class="bg data-v-8c37f1d5"><image class="bgImg data-v-8c37f1d5" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/HomeBackground.png" mode="scaleToFill"/></view><view class="title data-v-8c37f1d5">消息</view></view><view class="content data-v-8c37f1d5"><scroll-view wx:if="{{a}}" show-scrollbar="false" scroll-y="true" class="scroll data-v-8c37f1d5" refresher-enabled="true" refresher-threshold="40" bindrefresherrefresh="{{c}}" refresher-triggered="{{d}}"><view wx:for="{{b}}" wx:for-item="item" wx:key="o" class="card data-v-8c37f1d5"><uni-swipe-action class="data-v-8c37f1d5" u-s="{{['d']}}" u-i="{{item.n}}" bind:__l="__l"><uni-swipe-action-item class="data-v-8c37f1d5" u-s="{{['right','d']}}" u-i="{{item.m}}" bind:__l="__l"><view class="cardContent data-v-8c37f1d5" bindtap="{{item.g}}"><image class="cardImg data-v-8c37f1d5" src="{{item.a}}" mode="scaleToFill"/><view wx:if="{{item.b}}" class="cardUnread data-v-8c37f1d5">{{item.c}}</view><view class="cardnameandtimeandNews data-v-8c37f1d5"><view class="cardnameandtime data-v-8c37f1d5"><view class="cardname data-v-8c37f1d5">{{item.d}}</view><view class="cardtime data-v-8c37f1d5">{{item.e}}</view></view><view class="cardNews data-v-8c37f1d5">{{item.f}}</view></view></view><view class="rightPosition data-v-8c37f1d5" slot="right"><view wx:if="{{item.h}}" class="topPosition data-v-8c37f1d5" bindtap="{{item.i}}">置顶</view><view wx:if="{{item.j}}" class="topPosition data-v-8c37f1d5" bindtap="{{item.k}}">取消置顶</view><view class="Delete data-v-8c37f1d5" bindtap="{{item.l}}">删除</view></view></uni-swipe-action-item></uni-swipe-action></view></scroll-view><view wx:if="{{e}}" class="scroll data-v-8c37f1d5"><view class="nodata data-v-8c37f1d5"><view class="nodatatext data-v-8c37f1d5">您还没有跟其他人的聊天,快去聊天吧!</view></view></view></view><view class="tabBar data-v-8c37f1d5"><tab-bar wx:if="{{f}}" class="data-v-8c37f1d5" u-i="8c37f1d5-2" bind:__l="__l" u-p="{{f}}"></tab-bar></view><uni-popup wx:if="{{j}}" class="r data-v-8c37f1d5" u-s="{{['d']}}" u-r="Refusepopup" u-i="8c37f1d5-3" bind:__l="__l" u-p="{{j}}"><view class="popup-Hintcontent data-v-8c37f1d5"><view class="popup-text data-v-8c37f1d5">提示</view><view class="popup-texts data-v-8c37f1d5">您确定要删除这个会话吗?</view><view class="popup-btn data-v-8c37f1d5"><button class="invite data-v-8c37f1d5" type="primary" bindtap="{{g}}">确认</button><button class="cancel data-v-8c37f1d5" type="default" bindtap="{{h}}">取消</button></view></view></uni-popup>

View File

@@ -1 +1 @@
.bg.data-v-383cd827{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.bgImg.data-v-383cd827{width:100%;height:100%}.title.data-v-383cd827{position:absolute;top:120rpx;left:335rpx;font-size:34rpx;color:#100e0f;font-weight:700}.content.data-v-383cd827{position:absolute;top:200rpx;left:0rpx;right:0rpx;bottom:100rpx}.scroll.data-v-383cd827{width:90%;height:100%;padding:0% 5%}.card.data-v-383cd827{width:100%;height:150rpx;background-color:#fff;border-radius:20rpx;margin-top:20rpx}.cardContent.data-v-383cd827{height:150rpx;width:100%;display:flex;align-items:center}.cardImg.data-v-383cd827{height:110rpx;width:110rpx;border-radius:20rpx;margin-left:20rpx}.cardUnread.data-v-383cd827{width:30rpx;height:30rpx;border-radius:15rpx;font-size:18rpx;color:#fff;background-color:#f53123;text-align:center;line-height:30rpx;margin-top:-100rpx;margin-left:-15rpx}.cardnameandtimeandNews.data-v-383cd827{width:500rpx;height:110rpx;margin-left:20rpx;display:flex;flex-direction:column;justify-content:space-between}.cardnameandtime.data-v-383cd827{width:100%;display:flex;justify-content:space-between}.cardNews.data-v-383cd827{width:500rpx;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:10rpx;font-size:28rpx;color:#333}.cardname.data-v-383cd827{font-size:30rpx;color:#100e0f;font-weight:700}.cardtime.data-v-383cd827{font-size:24rpx;color:#999}.rightPosition.data-v-383cd827{height:150rpx;width:300rpx;display:flex}.topPosition.data-v-383cd827{height:150rpx;width:150rpx;background-color:#f5a623;text-align:center;line-height:150rpx}.Delete.data-v-383cd827{height:150rpx;width:150rpx;background-color:#f54323;text-align:center;line-height:150rpx;border-top-right-radius:20rpx;border-bottom-right-radius:20rpx}
.bg.data-v-8c37f1d5{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.bgImg.data-v-8c37f1d5{width:100%;height:100%}.title.data-v-8c37f1d5{position:absolute;top:120rpx;left:335rpx;font-size:34rpx;color:#100e0f;font-weight:700}.content.data-v-8c37f1d5{position:absolute;top:200rpx;left:0rpx;right:0rpx;bottom:100rpx}.scroll.data-v-8c37f1d5{width:90%;height:100%;padding:0% 5%}.nodata.data-v-8c37f1d5{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.nodatatext.data-v-8c37f1d5{font-size:30rpx;color:#999}.scroll.data-v-8c37f1d5 ::-webkit-scrollbar{width:0;height:0;color:transparent;display:none}.card.data-v-8c37f1d5{width:100%;height:150rpx;background-color:#fff;border-radius:20rpx;margin-top:20rpx}.cardContent.data-v-8c37f1d5{height:150rpx;width:100%;display:flex;align-items:center}.cardImg.data-v-8c37f1d5{height:110rpx;width:110rpx;border-radius:20rpx;margin-left:20rpx}.cardUnread.data-v-8c37f1d5{width:30rpx;height:30rpx;border-radius:15rpx;font-size:18rpx;color:#fff;background-color:#f53123;text-align:center;line-height:30rpx;margin-top:-100rpx;margin-left:-15rpx}.cardnameandtimeandNews.data-v-8c37f1d5{width:500rpx;height:110rpx;margin-left:20rpx;display:flex;flex-direction:column;justify-content:space-between}.cardnameandtime.data-v-8c37f1d5{width:100%;display:flex;justify-content:space-between}.cardNews.data-v-8c37f1d5{width:500rpx;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:10rpx;font-size:28rpx;color:#333}.cardname.data-v-8c37f1d5{font-size:30rpx;color:#100e0f;font-weight:700}.cardtime.data-v-8c37f1d5{font-size:24rpx;color:#999}.rightPosition.data-v-8c37f1d5{height:150rpx;width:300rpx;display:flex}.topPosition.data-v-8c37f1d5{height:150rpx;width:150rpx;background-color:#f5a623;text-align:center;line-height:150rpx}.Delete.data-v-8c37f1d5{height:150rpx;width:150rpx;background-color:#f54323;text-align:center;line-height:150rpx;border-top-right-radius:20rpx;border-bottom-right-radius:20rpx}.popup-Hintcontent.data-v-8c37f1d5{width:600rpx;height:500rpx;background-repeat:no-repeat;border-radius:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-image:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/chard1.png);background-position:center}.popup-text.data-v-8c37f1d5{color:#161616;font-size:36.26rpx;font-weight:700;margin-bottom:30rpx}.popup-texts.data-v-8c37f1d5{margin:70rpx 50rpx;color:#7e7e7e;font-size:26rpx}.popup-btn.data-v-8c37f1d5{display:flex;justify-content:space-around;margin-top:50rpx}.invite.data-v-8c37f1d5{width:225.19rpx;height:78.24rpx;font-size:28.63rpx;line-height:80rpx;border-top-left-radius:50rpx;border-bottom-left-radius:50rpx;border-bottom-right-radius:50rpx;background-image:linear-gradient(135deg,#4fcacd,#5fdbde)}.cancel.data-v-8c37f1d5{width:225.19rpx;height:78.24rpx;font-size:28.63rpx;line-height:80rpx;margin-left:30rpx;color:#03aba8;border-top-left-radius:50rpx;border-bottom-left-radius:50rpx;border-bottom-right-radius:50rpx;border:1rpx solid #03aba8}

View File

@@ -1 +1 @@
"use strict";const e=require("../../common/vendor.js"),t=require("../../components/formatDate.js"),i=require("../../components/TimeFormatting.js"),n=require("../../components/request.js"),s={data:()=>({item:{},id:0,InvitingPartyEventID:null,list:[],selectedId:null,InvitingPartyEventindex:null,chatInfo:{},currentConversation:null,inid:null,style:{backgroundColor:"#ffffff"}}),onShareAppMessage(e){if("menu"===e.from)return{title:"分享",path:`${getCurrentPages()[getCurrentPages().length-1].route}?inid=${this.item.id}`}},onLoad(t){this.inid=t.inid,this.inid&&this.GetonShareAppMessagedata();this.getOpenerEventChannel().on("itemDetail",(e=>{this.item=e.item,console.log("接收到的数据",e.item)})),e.index.getStorage({key:"userinfo",success:e=>{this.id=e.data.id}}),e.index.getStorage({key:"chatInfo",success:e=>{this.chatInfo=e.data}})},methods:{GetonShareAppMessagedata(){n.request({url:"pk/pkInfoDetail",method:"POST",data:{id:this.inid,userId:this.id},userInfo:!0}).then((t=>{200===t.code?this.item=t.data:e.index.showToast({title:t.msg,icon:"none",duration:2e3})}))},formatDate:t.formatDate,TimeFormatting:i.TimeFormatting,Select(e,t){this.selectedId===e?(this.selectedId=null,this.InvitingPartyEventID=null,this.InvitingPartyEventindex=null):(this.selectedId=this.selectedId===e?null:e,this.InvitingPartyEventID=e,this.InvitingPartyEventindex=t)},Returnfunc(){e.index.navigateBack({delta:1,fail:()=>{e.index.reLaunch({url:"/pages/Home/Home"})}})},open(){this.$refs.popup.open("center"),this.userlist()},invite(){null!==this.InvitingPartyEventindex?this.$refs.popups.open("center"):e.index.showToast({title:"请选择您要参与的PK信息",icon:"none",duration:2e3})},closeHint(){this.$refs.popups.close()},inviteHint(){this.$refs.popups.close(),JSON.stringify(this.list[this.InvitingPartyEventindex]),JSON.stringify(this.item)},close(){this.$refs.popup.close()},openChat(){e.wx$1.navigateTo({url:`/pages/index/chat/chat?userId=${this.item.senderId}&nickname=${this.item.anchorId}&avatar=${this.item.anchorIcon}`})},async userlist(){e.index.showLoading({title:"加载中...",mask:!0});const t=await n.request({url:"pk/queryMyCanUsePkData",method:"POST",data:{userId:this.id},userInfo:!0});200===t.code?0!==t.data.length?(e.index.hideLoading(),this.list=t.data):(e.index.hideLoading(),setTimeout((()=>{this.openPopupQuantity(),this.$refs.popup.close()}),2e3)):(e.index.hideLoading(),e.index.showToast({title:"加载失败",icon:"none",duration:2e3}))},openPopupQuantity(){this.$refs.createModule.open()}},components:{NewAddedPk:()=>"../NewAddedPk/NewAddedPk2.js"}};if(!Array){(e.resolveComponent("uni-easyinput")+e.resolveComponent("uni-popup")+e.resolveComponent("NewAddedPk"))()}Math||((()=>"../../uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput.js")+(()=>"../../uni_modules/uni-popup/components/uni-popup/uni-popup.js"))();const o=e._export_sfc(s,[["render",function(t,i,n,s,o,a){return e.e({a:e.o(((...e)=>a.Returnfunc&&a.Returnfunc(...e))),b:o.item.anchorIcon,c:e.t(o.item.disPlayId),d:"1"===o.item.sex},(o.item.sex,{}),{e:e.t(o.item.country),f:e.t(a.formatDate(o.item.pkTime)),g:e.t(o.item.coin),h:e.t(o.item.pkNumber),i:e.s(o.style),j:e.o((e=>o.item.remark=e)),k:e.p({type:"textarea",placeholder:"备注",maxlength:"-1",disabled:"true",modelValue:o.item.remark}),l:o.item.senderId!==o.id},o.item.senderId!==o.id?{m:e.o((e=>a.openChat())),n:e.o((e=>a.open()))}:{},{o:0!==o.list.length},0!==o.list.length?{p:e.f(o.list,((t,i,n)=>({a:t.anchorIcon,b:e.t(t.anchorId),c:e.t(a.TimeFormatting(t.pkTime)),d:e.t(t.coin),e:e.o((e=>a.Select(t.id,i)),i),f:o.selectedId===t.id?"#b8ff8c74":"#ffffff",g:i})))}:{},{q:0===o.list.length},(o.list.length,{}),{r:e.o((e=>a.invite())),s:e.o((e=>a.close())),t:e.sr("popup","8541c084-1"),v:e.p({type:"center","border-radius":"10px 10px 0 0"}),w:e.sr("createModule","8541c084-2"),x:e.o((e=>a.inviteHint())),y:e.o((e=>a.closeHint())),z:e.sr("popups","8541c084-3"),A:e.p({type:"center","border-radius":"10px 10px 0 0"})})}],["__scopeId","data-v-8541c084"]]);s.__runtimeHooks=2,wx.createPage(o);
"use strict";const e=require("../../common/vendor.js"),t=require("../../components/formatDate.js"),i=require("../../components/TimeFormatting.js"),n=require("../../components/request.js"),s={data:()=>({item:{},id:0,InvitingPartyEventID:null,list:[],selectedId:null,InvitingPartyEventindex:null,chatInfo:{},currentConversation:null,inid:null,chatPartnerinfo:{},style:{backgroundColor:"#ffffff"}}),onShareAppMessage(e){if("menu"===e.from)return{title:"分享",path:`${getCurrentPages()[getCurrentPages().length-1].route}?inid=${this.item.id}`}},onLoad(t){this.inid=t.inid,this.inid&&this.GetonShareAppMessagedata();this.getOpenerEventChannel().on("itemDetail",(e=>{this.item=e.item,n.request({url:"user/getUserInfo",method:"POST",data:{id:e.item.senderId},userInfo:!0}).then((e=>{200===e.code&&(this.chatPartnerinfo=e.data)}))})),e.index.getStorage({key:"userinfo",success:e=>{this.id=e.data.id}}),e.index.getStorage({key:"chatInfo",success:e=>{this.chatInfo=e.data}})},methods:{GetonShareAppMessagedata(){n.request({url:"pk/pkInfoDetail",method:"POST",data:{id:this.inid,userId:this.id},userInfo:!0}).then((t=>{200===t.code?this.item=t.data:e.index.showToast({title:t.msg,icon:"none",duration:2e3})}))},formatDate:t.formatDate,TimeFormatting:i.TimeFormatting,Select(e,t){this.selectedId===e?(this.selectedId=null,this.InvitingPartyEventID=null,this.InvitingPartyEventindex=null):(this.selectedId=this.selectedId===e?null:e,this.InvitingPartyEventID=e,this.InvitingPartyEventindex=t)},Returnfunc(){e.index.navigateBack({delta:1,fail:()=>{e.index.reLaunch({url:"/pages/Home/Home"})}})},open(){this.$refs.popup.open("center"),this.userlist()},invite(){null!==this.InvitingPartyEventindex?this.$refs.popups.open("center"):e.index.showToast({title:"请选择您要参与的PK信息",icon:"none",duration:2e3})},closeHint(){this.$refs.popups.close()},inviteHint(){this.$refs.popups.close();const t=JSON.stringify(this.list[this.InvitingPartyEventindex]),i=JSON.stringify(this.item);e.index.redirectTo({url:`/pages/index/chat/chat?userId=${this.chatPartnerinfo.id}&nickname=${this.chatPartnerinfo.nickName}&avatar=${this.chatPartnerinfo.headerIcon}&myitem=${t}&youritem=${i}&type=pk`})},close(){this.$refs.popup.close()},openChat(){e.wx$1.navigateTo({url:`/pages/index/chat/chat?userId=${this.chatPartnerinfo.id}&nickname=${this.chatPartnerinfo.nickName}&avatar=${this.chatPartnerinfo.headerIcon}`})},async userlist(){e.index.showLoading({title:"加载中...",mask:!0});const t=await n.request({url:"pk/queryMyCanUsePkData",method:"POST",data:{userId:this.id},userInfo:!0});200===t.code?0!==t.data.length?(e.index.hideLoading(),this.list=t.data):(e.index.hideLoading(),setTimeout((()=>{this.openPopupQuantity(),this.$refs.popup.close()}),2e3)):(e.index.hideLoading(),e.index.showToast({title:"加载失败",icon:"none",duration:2e3}))},openPopupQuantity(){this.$refs.createModule.open()}},components:{NewAddedPk:()=>"../NewAddedPk/NewAddedPk2.js"}};if(!Array){(e.resolveComponent("uni-easyinput")+e.resolveComponent("uni-popup")+e.resolveComponent("NewAddedPk"))()}Math||((()=>"../../uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput.js")+(()=>"../../uni_modules/uni-popup/components/uni-popup/uni-popup.js"))();const o=e._export_sfc(s,[["render",function(t,i,n,s,o,a){return e.e({a:e.o(((...e)=>a.Returnfunc&&a.Returnfunc(...e))),b:o.item.anchorIcon,c:e.t(o.item.disPlayId),d:"1"===o.item.sex},(o.item.sex,{}),{e:e.t(o.item.country),f:e.t(a.formatDate(o.item.pkTime)),g:e.t(o.item.coin),h:e.t(o.item.pkNumber),i:e.s(o.style),j:e.o((e=>o.item.remark=e)),k:e.p({type:"textarea",placeholder:"备注",maxlength:"-1",disabled:"true",modelValue:o.item.remark}),l:o.item.senderId!==o.id},o.item.senderId!==o.id?{m:e.o((e=>a.openChat())),n:e.o((e=>a.open()))}:{},{o:0!==o.list.length},0!==o.list.length?{p:e.f(o.list,((t,i,n)=>({a:t.anchorIcon,b:e.t(t.anchorId),c:e.t(a.TimeFormatting(t.pkTime)),d:e.t(t.coin),e:e.o((e=>a.Select(t.id,i)),i),f:o.selectedId===t.id?"#b8ff8c74":"#ffffff",g:i})))}:{},{q:0===o.list.length},(o.list.length,{}),{r:e.o((e=>a.invite())),s:e.o((e=>a.close())),t:e.sr("popup","6a997ddf-1"),v:e.p({type:"center","border-radius":"10px 10px 0 0"}),w:e.sr("createModule","6a997ddf-2"),x:e.o((e=>a.inviteHint())),y:e.o((e=>a.closeHint())),z:e.sr("popups","6a997ddf-3"),A:e.p({type:"center","border-radius":"10px 10px 0 0"})})}],["__scopeId","data-v-6a997ddf"]]);s.__runtimeHooks=2,wx.createPage(o);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,5 @@
{
"setting": {
"urlCheck": false
"urlCheck": true
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
{"version":3,"file":"app.js","sources":["App.vue","main.js"],"sourcesContent":["<script lang=\"ts\">\r\n\r\n\r\nexport default {\r\n data() {\r\n return {\r\n };\r\n },\r\n onLoad() {\r\n \r\n },\r\n methods: {\r\n },\r\n provide() {\r\n return {\r\n $global: {\r\n lastPage: null,\r\n },\r\n };\r\n },\r\n};\r\n</script>\r\n<style>\r\n/* common css for page */\r\nuni-page-body,\r\nhtml,\r\nbody,\r\npage {\r\n width: 100% !important;\r\n height: 100% !important;\r\n overflow: hidden;\r\n}\r\n</style>\r\n","// main.js\r\nimport App from './App.vue'\r\nimport { createSSRApp } from 'vue'\r\nimport { createPinia } from 'pinia'\r\nimport GoEasy from 'goeasy'\r\n\r\nconst goeasyInstance = GoEasy.getInstance({\r\n host: \"hangzhou.goeasy.io\",\r\n appkey: \"BC-b858b695aa404138a0547d71da77bbb0\",\r\n modules: ['im']\r\n})\r\n\r\nexport function createApp() {\r\n const app = createSSRApp(App)\r\n const pinia = createPinia()\r\n\r\n app.config.globalProperties.$goeasy = goeasyInstance\r\n app.use(pinia)\r\n \r\n return { app, pinia }\r\n}"],"names":["GoEasy","createSSRApp","App","createPinia"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAGA,MAAe,YAAA;AAAA,EACb,OAAO;AACL,WAAO;EAET;AAAA,EACA,SAAS;AAAA,EAET;AAAA,EACA,SAAS,CACT;AAAA,EACA,UAAU;AACD,WAAA;AAAA,MACL,SAAS;AAAA,QACP,UAAU;AAAA,MACZ;AAAA,IAAA;AAAA,EAEJ;AACF;ACdA,MAAM,iBAAiBA,cAAM,GAAC,YAAY;AAAA,EACxC,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,SAAS,CAAC,IAAI;AAChB,CAAC;AAEM,SAAS,YAAY;AAC1B,QAAM,MAAMC,cAAY,aAACC,SAAG;AAC5B,QAAM,QAAQC,cAAAA,YAAa;AAE3B,MAAI,OAAO,iBAAiB,UAAU;AACtC,MAAI,IAAI,KAAK;AAEb,SAAO,EAAE,KAAK,MAAO;AACvB;AACA,YAAY,IAAI,MAAM,MAAM;;"}
{"version":3,"file":"app.js","sources":["App.vue","main.js"],"sourcesContent":["<script lang=\"ts\">\r\n\r\n\r\nexport default {\r\n data() {\r\n return {\r\n };\r\n },\r\n onLoad() {\r\n \r\n },\r\n methods: {\r\n },\r\n provide() {\r\n return {\r\n $global: {\r\n lastPage: null,\r\n },\r\n };\r\n },\r\n};\r\n</script>\r\n<style>\r\n/* common css for page */\r\nuni-page-body,\r\nhtml,\r\nbody,\r\npage {\r\n width: 100% !important;\r\n height: 100% !important;\r\n overflow: hidden;\r\n}\r\n</style>\r\n","// main.js\r\nimport App from './App.vue'\r\nimport { createSSRApp } from 'vue'\r\nimport { createPinia } from 'pinia'\r\nimport GoEasy from 'goeasy'\r\n\r\nconst goeasyInstance = GoEasy.getInstance({\r\n host: \"hangzhou.goeasy.io\",\r\n appkey: \"BC-7a962ba3e9b84034a96dcc703a177017\",\r\n modules: ['im']\r\n})\r\n\r\nexport function createApp() {\r\n const app = createSSRApp(App)\r\n const pinia = createPinia()\r\n\r\n app.config.globalProperties.$goeasy = goeasyInstance\r\n app.use(pinia)\r\n \r\n return { app, pinia }\r\n}"],"names":["GoEasy","createSSRApp","App","createPinia"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAGA,MAAe,YAAA;AAAA,EACb,OAAO;AACL,WAAO;EAET;AAAA,EACA,SAAS;AAAA,EAET;AAAA,EACA,SAAS,CACT;AAAA,EACA,UAAU;AACD,WAAA;AAAA,MACL,SAAS;AAAA,QACP,UAAU;AAAA,MACZ;AAAA,IAAA;AAAA,EAEJ;AACF;ACdA,MAAM,iBAAiBA,cAAM,GAAC,YAAY;AAAA,EACxC,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,SAAS,CAAC,IAAI;AAChB,CAAC;AAEM,SAAS,YAAY;AAC1B,QAAM,MAAMC,cAAY,aAACC,SAAG;AAC5B,QAAM,QAAQC,cAAAA,YAAa;AAE3B,MAAI,OAAO,iBAAiB,UAAU;AACtC,MAAI,IAAI,KAAK;AAEb,SAAO,EAAE,KAAK,MAAO;AACvB;AACA,YAAY,IAAI,MAAM,MAAM;;"}

View File

@@ -0,0 +1 @@
{"version":3,"file":"audioMessages.js","sources":["components/audioMessages.js"],"sourcesContent":["// let COS = require('cos-wx-sdk-v5')\r\nimport COS from 'cos-wx-sdk-v5'\r\n// const COS = require('./lib/cos-wx-sdk-v5.min.js'); // 上线时使用压缩包\r\nconst cos = new COS({\r\n SecretId: \"AKID4KPIyQgjjnkWJzSnwtfHj281tcBZo28v\", // 推荐使用环境变量获取;用户的 SecretId建议使用子账号密钥授权遵循最小权限指引降低使用风险。子账号密钥获取可参考https://cloud.tencent.com/document/product/598/37140\r\n SecretKey: \"kQvMjuscBWgfSCqeHiGfx3vc7PUP7ctx\", // 推荐使用环境变量获取;用户的 SecretKey建议使用子账号密钥授权遵循最小权限指引降低使用风险。子账号密钥获取可参考https://cloud.tencent.com/document/product/598/37140\r\n });\r\n \r\nconst audioMessages = function(file) {\r\n return new Promise((resolve, reject) => {\r\n cos.uploadFile({\r\n Bucket: 'vv-1317974657', // 填入您自己的存储桶,必须字段\r\n Region: 'ap-shanghai', // 存储桶所在地域,例如 ap-beijing必须字段\r\n Key: \"audios/\" + file.name, // 存储在桶里的对象键例如1.jpga/b/test.txt必须字段文件名\r\n FilePath: file.path, // 必须\r\n FileSize: \"\", // v1.4.3之前的版本必须v1.4.3及以后的版本非必须\r\n SliceSize: 1024 * 1024 * 2, // 触发分块上传的阈值超过2MB使用分块上传非必须按需调整最小支持1MB\r\n // 支持自定义 headers 非必须\r\n Headers: {\r\n 'x-cos-meta-test': 123\r\n },\r\n }, function(err, data) {\r\n if (err) {\r\n reject(err);\r\n } else {\r\n resolve(data.Location);\r\n }\r\n });\r\n});\r\n\r\n}\r\nexport default audioMessages"],"names":["COS"],"mappings":";;AAGY,IAAIA,kBAAI;AAAA,EAChB,UAAU;AAAA;AAAA,EACV,WAAW;AAAA;AACb,CAAA;"}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"picturesVideosMessages.js","sources":["components/picturesVideosMessages.js"],"sourcesContent":["// let COS = require('cos-wx-sdk-v5')\r\nimport COS from 'cos-wx-sdk-v5'\r\n// const COS = require('./lib/cos-wx-sdk-v5.min.js'); // 上线时使用压缩包\r\nconst cos = new COS({\r\n SecretId: \"AKID4KPIyQgjjnkWJzSnwtfHj281tcBZo28v\", // 推荐使用环境变量获取;用户的 SecretId建议使用子账号密钥授权遵循最小权限指引降低使用风险。子账号密钥获取可参考https://cloud.tencent.com/document/product/598/37140\r\n SecretKey: \"kQvMjuscBWgfSCqeHiGfx3vc7PUP7ctx\", // 推荐使用环境变量获取;用户的 SecretKey建议使用子账号密钥授权遵循最小权限指引降低使用风险。子账号密钥获取可参考https://cloud.tencent.com/document/product/598/37140\r\n });\r\n \r\nconst picturesVideosMessages = function(file) {\r\n return new Promise((resolve, reject) => {\r\n cos.uploadFile({\r\n Bucket: 'vv-1317974657', // 填入您自己的存储桶,必须字段\r\n Region: 'ap-shanghai', // 存储桶所在地域,例如 ap-beijing必须字段\r\n Key: \"sources/\" + file.name, // 存储在桶里的对象键例如1.jpga/b/test.txt必须字段文件名\r\n FilePath: file.path, // 必须\r\n FileSize: \"\", // v1.4.3之前的版本必须v1.4.3及以后的版本非必须\r\n SliceSize: 1024 * 1024 * 2, // 触发分块上传的阈值超过2MB使用分块上传非必须按需调整最小支持1MB\r\n // 支持自定义 headers 非必须\r\n Headers: {\r\n 'x-cos-meta-test': 123\r\n },\r\n }, function(err, data) {\r\n if (err) {\r\n reject(err);\r\n } else {\r\n resolve(data.Location);\r\n }\r\n });\r\n});\r\n\r\n}\r\nexport default picturesVideosMessages"],"names":["COS"],"mappings":";;AAGY,IAAIA,kBAAI;AAAA,EAChB,UAAU;AAAA;AAAA,EACV,WAAW;AAAA;AACb,CAAA;"}

View File

@@ -1 +1 @@
{"version":3,"file":"request.js","sources":["components/request.js"],"sourcesContent":["import addPrefixToHeaderIcon from './addPrefixToHeaderIcon.js'\r\nexport default function request(urldata) {\r\n const { url, data, method, header, userInfo } = urldata;\r\n // const baseUrl = \"http://49.235.115.212:8086/\"+ url;\r\n // const baseUrl = \"https://pk.zhukeping.com/\"+ url;\r\n const baseUrl = \"http://120.26.251.180:8086/\"+ url;\r\n // const baseUrl = \"http://192.168.1.218:8086/\"+ url;\r\n if (userInfo) {\r\n return new Promise((resolve, reject) => {\r\n uni.getStorage({\r\n key: \"userinfo\",\r\n success: (res) => {\r\n if (res.data) {\r\n if (res.data.nickName) {\r\n uni.request({\r\n url: baseUrl,\r\n data: data,\r\n method: method,\r\n header: header,\r\n success: function (res) {\r\n console.log(\"请求成功\", res);\r\n resolve(addPrefixToHeaderIcon(res.data));\r\n },\r\n fail: function (res) {\r\n reject(res);\r\n }\r\n });\r\n } else {\r\n uni.setStorageSync(\"lastPage\", getCurrentPages()[getCurrentPages().length - 1].route);\r\n uni.reLaunch({ url: \"/pages/UserInformation/UserInformation\" })\r\n }\r\n } else {\r\n uni.setStorageSync(\"lastPage\", getCurrentPages()[getCurrentPages().length - 1].route);\r\n uni.navigateTo({ url: '/pages/login/login' })\r\n }\r\n },\r\n fail: function (res) {\r\n uni.setStorageSync(\"lastPage\", getCurrentPages()[getCurrentPages().length - 1].route);\r\n uni.navigateTo({ url: '/pages/login/login' })\r\n reject(res);\r\n }\r\n });\r\n });\r\n } else {\r\n return new Promise((resolve, reject) => {\r\n uni.request({\r\n url: baseUrl,\r\n data: data,\r\n method: method,\r\n header: header,\r\n success: function (res) {\r\n console.log(\"请求成功\", res);\r\n resolve(addPrefixToHeaderIcon(res.data));\r\n },\r\n fail: function (res) {\r\n reject(res);\r\n }\r\n });\r\n });\r\n }\r\n\r\n}"],"names":["uni","res","addPrefixToHeaderIcon"],"mappings":";;;AACe,SAAS,QAAQ,SAAS;AACrC,QAAM,EAAE,KAAK,MAAM,QAAQ,QAAQ,SAAU,IAAG;AAGhD,QAAM,UAAU,gCAA+B;AAE/C,MAAI,UAAU;AACV,WAAO,IAAI,QAAQ,CAAC,SAAS,WAAW;AACpCA,oBAAAA,MAAI,WAAW;AAAA,QACX,KAAK;AAAA,QACL,SAAS,CAAC,QAAQ;AACd,cAAI,IAAI,MAAM;AACV,gBAAI,IAAI,KAAK,UAAU;AACnBA,4BAAAA,MAAI,QAAQ;AAAA,gBACR,KAAK;AAAA,gBACL;AAAA,gBACA;AAAA,gBACA;AAAA,gBACA,SAAS,SAAUC,MAAK;AACpBD,gCAAY,MAAA,MAAA,OAAA,+BAAA,QAAQC,IAAG;AACvB,0BAAQC,iCAAqB,sBAACD,KAAI,IAAI,CAAC;AAAA,gBAC1C;AAAA,gBACD,MAAM,SAAUA,MAAK;AACjB,yBAAOA,IAAG;AAAA,gBACb;AAAA,cACjC,CAA6B;AAAA,YAC7B,OAA+B;AACHD,kCAAI,eAAe,YAAY,gBAAiB,EAAC,gBAAiB,EAAC,SAAS,CAAC,EAAE,KAAK;AACpFA,4BAAAA,MAAI,SAAS,EAAE,KAAK,yCAAwC,CAAE;AAAA,YACjE;AAAA,UACzB,OAA2B;AACHA,gCAAI,eAAe,YAAY,gBAAiB,EAAC,gBAAiB,EAAC,SAAS,CAAC,EAAE,KAAK;AACpFA,0BAAAA,MAAI,WAAW,EAAE,KAAK,qBAAoB,CAAE;AAAA,UAC/C;AAAA,QACJ;AAAA,QACD,MAAM,SAAU,KAAK;AACjBA,8BAAI,eAAe,YAAY,gBAAiB,EAAC,gBAAiB,EAAC,SAAS,CAAC,EAAE,KAAK;AACpFA,wBAAAA,MAAI,WAAW,EAAE,KAAK,qBAAoB,CAAE;AAC5C,iBAAO,GAAG;AAAA,QACb;AAAA,MACjB,CAAa;AAAA,IACb,CAAS;AAAA,EACT,OAAW;AACH,WAAO,IAAI,QAAQ,CAAC,SAAS,WAAW;AACpCA,oBAAAA,MAAI,QAAQ;AAAA,QACR,KAAK;AAAA,QACL;AAAA,QACA;AAAA,QACA;AAAA,QACA,SAAS,SAAU,KAAK;AACpBA,wBAAA,MAAA,MAAA,OAAA,+BAAY,QAAQ,GAAG;AACvB,kBAAQE,iCAAqB,sBAAC,IAAI,IAAI,CAAC;AAAA,QAC1C;AAAA,QACD,MAAM,SAAU,KAAK;AACjB,iBAAO,GAAG;AAAA,QACb;AAAA,MACjB,CAAa;AAAA,IACb,CAAS;AAAA,EACJ;AAEL;;"}
{"version":3,"file":"request.js","sources":["components/request.js"],"sourcesContent":["import addPrefixToHeaderIcon from './addPrefixToHeaderIcon.js'\r\nexport default function request(urldata) {\r\n const { url, data, method, header, userInfo } = urldata;\r\n // const baseUrl = \"http://49.235.115.212:8086/\"+ url;\r\n const baseUrl = \"https://pk.zhukeping.com/\"+ url;\r\n // const baseUrl = \"http://120.26.251.180:8086/\"+ url;\r\n // const baseUrl = \"http://192.168.1.218:8086/\"+ url;\r\n if (userInfo) {\r\n return new Promise((resolve, reject) => {\r\n uni.getStorage({\r\n key: \"userinfo\",\r\n success: (res) => {\r\n if (res.data) {\r\n if (res.data.nickName) {\r\n uni.request({\r\n url: baseUrl,\r\n data: data,\r\n method: method,\r\n header: header,\r\n success: function (res) {\r\n console.log(\"请求成功\", res);\r\n resolve(addPrefixToHeaderIcon(res.data));\r\n },\r\n fail: function (res) {\r\n reject(res);\r\n }\r\n });\r\n } else {\r\n uni.setStorageSync(\"lastPage\", getCurrentPages()[getCurrentPages().length - 1].route);\r\n uni.reLaunch({ url: \"/pages/UserInformation/UserInformation\" })\r\n }\r\n } else {\r\n uni.setStorageSync(\"lastPage\", getCurrentPages()[getCurrentPages().length - 1].route);\r\n uni.navigateTo({ url: '/pages/login/login' })\r\n }\r\n },\r\n fail: function (res) {\r\n uni.setStorageSync(\"lastPage\", getCurrentPages()[getCurrentPages().length - 1].route);\r\n uni.navigateTo({ url: '/pages/login/login' })\r\n reject(res);\r\n }\r\n });\r\n });\r\n } else {\r\n return new Promise((resolve, reject) => {\r\n uni.request({\r\n url: baseUrl,\r\n data: data,\r\n method: method,\r\n header: header,\r\n success: function (res) {\r\n console.log(\"请求成功\", res);\r\n resolve(addPrefixToHeaderIcon(res.data));\r\n },\r\n fail: function (res) {\r\n reject(res);\r\n }\r\n });\r\n });\r\n }\r\n\r\n}"],"names":["uni","res","addPrefixToHeaderIcon"],"mappings":";;;AACe,SAAS,QAAQ,SAAS;AACrC,QAAM,EAAE,KAAK,MAAM,QAAQ,QAAQ,SAAU,IAAG;AAEhD,QAAM,UAAU,8BAA6B;AAG7C,MAAI,UAAU;AACV,WAAO,IAAI,QAAQ,CAAC,SAAS,WAAW;AACpCA,oBAAAA,MAAI,WAAW;AAAA,QACX,KAAK;AAAA,QACL,SAAS,CAAC,QAAQ;AACd,cAAI,IAAI,MAAM;AACV,gBAAI,IAAI,KAAK,UAAU;AACnBA,4BAAAA,MAAI,QAAQ;AAAA,gBACR,KAAK;AAAA,gBACL;AAAA,gBACA;AAAA,gBACA;AAAA,gBACA,SAAS,SAAUC,MAAK;AACpBD,gCAAY,MAAA,MAAA,OAAA,+BAAA,QAAQC,IAAG;AACvB,0BAAQC,iCAAqB,sBAACD,KAAI,IAAI,CAAC;AAAA,gBAC1C;AAAA,gBACD,MAAM,SAAUA,MAAK;AACjB,yBAAOA,IAAG;AAAA,gBACb;AAAA,cACjC,CAA6B;AAAA,YAC7B,OAA+B;AACHD,kCAAI,eAAe,YAAY,gBAAiB,EAAC,gBAAiB,EAAC,SAAS,CAAC,EAAE,KAAK;AACpFA,4BAAAA,MAAI,SAAS,EAAE,KAAK,yCAAwC,CAAE;AAAA,YACjE;AAAA,UACzB,OAA2B;AACHA,gCAAI,eAAe,YAAY,gBAAiB,EAAC,gBAAiB,EAAC,SAAS,CAAC,EAAE,KAAK;AACpFA,0BAAAA,MAAI,WAAW,EAAE,KAAK,qBAAoB,CAAE;AAAA,UAC/C;AAAA,QACJ;AAAA,QACD,MAAM,SAAU,KAAK;AACjBA,8BAAI,eAAe,YAAY,gBAAiB,EAAC,gBAAiB,EAAC,SAAS,CAAC,EAAE,KAAK;AACpFA,wBAAAA,MAAI,WAAW,EAAE,KAAK,qBAAoB,CAAE;AAC5C,iBAAO,GAAG;AAAA,QACb;AAAA,MACjB,CAAa;AAAA,IACb,CAAS;AAAA,EACT,OAAW;AACH,WAAO,IAAI,QAAQ,CAAC,SAAS,WAAW;AACpCA,oBAAAA,MAAI,QAAQ;AAAA,QACR,KAAK;AAAA,QACL;AAAA,QACA;AAAA,QACA;AAAA,QACA,SAAS,SAAU,KAAK;AACpBA,wBAAA,MAAA,MAAA,OAAA,+BAAY,QAAQ,GAAG;AACvB,kBAAQE,iCAAqB,sBAAC,IAAI,IAAI,CAAC;AAAA,QAC1C;AAAA,QACD,MAAM,SAAU,KAAK;AACjB,iBAAO,GAAG;AAAA,QACb;AAAA,MACjB,CAAa;AAAA,IACb,CAAS;AAAA,EACJ;AAEL;;"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"version":3,"file":"customPKMessage.js","sources":["pages/index/chat/messageComponent/customPKMessage.vue","../../HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6aG555uuL3RrLW1pbmktcHJvZ3JhbS9wYWdlcy9pbmRleC9jaGF0L21lc3NhZ2VDb21wb25lbnQvY3VzdG9tUEtNZXNzYWdlLnZ1ZQ"],"sourcesContent":["<template>\r\n <!-- 自定义PK消息组件模板 -->\r\n <view class=\"custom-pk-message\" @click=\"onTap\">\r\n <image\r\n :src=\"message.link\"\r\n mode=\"scaleToFill\"\r\n style=\"width: 100%;height: 100%;\"\r\n />\r\n </view>\r\n</template>\r\n\r\n<script>\r\n export default {\r\n props: {\r\n message: {\r\n type: String,\r\n default: ''\r\n }\r\n },\r\n data() {\r\n return {\r\n title: 'Hello'\r\n }\r\n },\r\n onLoad() {\r\n // 页面加载时执行\r\n },\r\n methods: {\r\n // 方法定义\r\n onTap() {\r\n uni.navigateTo({\r\n url: `/pages/PKMessageprocessing/PKMessageprocessing?customData=${JSON.stringify(this.message.customData)}`,\r\n });\r\n }\r\n }\r\n }\r\n</script>\r\n\r\n<style scoped>\r\n .custom-pk-message{\r\n width: 385rpx;\r\n height: 195rpx;\r\n padding: 20rpx;\r\n background-color: #ffffff;\r\n border-radius: 20rpx;\r\n margin:19rpx 15rpx 19rpx 15rpx;;\r\n }\r\n</style>","import Component from 'D:/项目/tk-mini-program/pages/index/chat/messageComponent/customPKMessage.vue'\nwx.createComponent(Component)"],"names":["uni"],"mappings":";;AAYI,MAAK,YAAU;AAAA,EACX,OAAO;AAAA,IACH,SAAS;AAAA,MACL,MAAM;AAAA,MACN,SAAS;AAAA,IACb;AAAA,EACH;AAAA,EACD,OAAO;AACH,WAAO;AAAA,MACH,OAAO;AAAA,IACX;AAAA,EACH;AAAA,EACD,SAAS;AAAA,EAER;AAAA,EACD,SAAS;AAAA;AAAA,IAEL,QAAQ;AACJA,oBAAAA,MAAI,WAAW;AAAA,QACX,KAAK,6DAA6D,KAAK,UAAU,KAAK,QAAQ,UAAU,CAAC;AAAA,MAC7G,CAAC;AAAA,IACL;AAAA,EACJ;AACJ;;;;;;;;AClCJ,GAAG,gBAAgB,SAAS;"}

View File

@@ -1 +1 @@
{"version":3,"file":"textmessage.js","sources":["pages/index/chat/messageComponent/textmessage.vue","../../HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6aG555uuL3RrLW1pbmktcHJvZ3JhbS9wYWdlcy9pbmRleC9jaGF0L21lc3NhZ2VDb21wb25lbnQvdGV4dG1lc3NhZ2UudnVl"],"sourcesContent":["<template>\r\n <view class=\"messagetext\"> {{ messagetext }} </view>\r\n</template>\r\n\r\n<script>\r\n export default {\r\n data() {\r\n return {\r\n }\r\n },\r\n onLoad() {\r\n // 页面加载时执行\r\n },\r\n props: {\r\n messagetext: {\r\n type: String,\r\n default: ''\r\n }\r\n },\r\n methods: {\r\n // 方法定义\r\n }\r\n }\r\n</script>\r\n\r\n<style scoped>\r\n .messagetext{\r\n font-size: 16px;\r\n color: #333;\r\n }\r\n</style>\r\n","import Component from 'D:/项目/tk-mini-program/pages/index/chat/messageComponent/textmessage.vue'\nwx.createComponent(Component)"],"names":[],"mappings":";;AAKI,MAAK,YAAU;AAAA,EACX,OAAO;AACH,WAAO,CACP;AAAA,EACH;AAAA,EACD,SAAS;AAAA,EAER;AAAA,EACD,OAAO;AAAA,IACH,aAAa;AAAA,MACT,MAAM;AAAA,MACN,SAAS;AAAA,IACb;AAAA,EACH;AAAA,EACD,SAAS;AAAA;AAAA,EAET;AACJ;;;;;;;ACrBJ,GAAG,gBAAgB,SAAS;"}
{"version":3,"file":"textmessage.js","sources":["pages/index/chat/messageComponent/textmessage.vue","../../HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6aG555uuL3RrLW1pbmktcHJvZ3JhbS9wYWdlcy9pbmRleC9jaGF0L21lc3NhZ2VDb21wb25lbnQvdGV4dG1lc3NhZ2UudnVl"],"sourcesContent":["<template>\r\n <view class=\"messagetext\"> {{ messagetext }} </view>\r\n</template>\r\n\r\n<script>\r\n export default {\r\n data() {\r\n return {\r\n }\r\n },\r\n onLoad() {\r\n // 页面加载时执行\r\n },\r\n props: {\r\n messagetext: {\r\n type: String,\r\n default: ''\r\n }\r\n },\r\n methods: {\r\n // 方法定义\r\n }\r\n }\r\n</script>\r\n\r\n<style scoped>\r\n .messagetext{\r\n font-size: 34rpx;\r\n color: #333;\r\n letter-spacing: 1rpx;\r\n padding: 19rpx 30rpx 19rpx 30rpx;\r\n }\r\n</style>\r\n","import Component from 'D:/项目/tk-mini-program/pages/index/chat/messageComponent/textmessage.vue'\nwx.createComponent(Component)"],"names":[],"mappings":";;AAKI,MAAK,YAAU;AAAA,EACX,OAAO;AACH,WAAO,CACP;AAAA,EACH;AAAA,EACD,SAAS;AAAA,EAER;AAAA,EACD,OAAO;AAAA,IACH,aAAa;AAAA,MACT,MAAM;AAAA,MACN,SAAS;AAAA,IACb;AAAA,EACH;AAAA,EACD,SAAS;AAAA;AAAA,EAET;AACJ;;;;;;;ACrBJ,GAAG,gBAAgB,SAAS;"}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -39,7 +39,7 @@ const _sfc_main = {
};
const goeasyInstance = common_vendor.jo.getInstance({
host: "hangzhou.goeasy.io",
appkey: "BC-b858b695aa404138a0547d71da77bbb0",
appkey: "BC-7a962ba3e9b84034a96dcc703a177017",
modules: ["im"]
});
function createApp() {

View File

@@ -7362,7 +7362,7 @@ function isConsoleWritable() {
function initRuntimeSocketService() {
const hosts = "192.168.1.112,127.0.0.1";
const port = "8090";
const id = "mp-weixin_pLZgb-";
const id = "mp-weixin_q8yHR6";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();

View File

@@ -0,0 +1,9 @@
"use strict";
const common_vendor = require("../common/vendor.js");
new common_vendor.COS({
SecretId: "AKID4KPIyQgjjnkWJzSnwtfHj281tcBZo28v",
// 推荐使用环境变量获取;用户的 SecretId建议使用子账号密钥授权遵循最小权限指引降低使用风险。子账号密钥获取可参考https://cloud.tencent.com/document/product/598/37140
SecretKey: "kQvMjuscBWgfSCqeHiGfx3vc7PUP7ctx"
// 推荐使用环境变量获取;用户的 SecretKey建议使用子账号密钥授权遵循最小权限指引降低使用风险。子账号密钥获取可参考https://cloud.tencent.com/document/product/598/37140
});
//# sourceMappingURL=../../.sourcemap/mp-weixin/components/audioMessages.js.map

View File

@@ -109,10 +109,70 @@ function messageRead(goeasy, userid) {
});
});
}
function sendCustomMessage(goeasy, type, userid, order, avatar, nickname) {
return new Promise((resolve, reject) => {
var im = goeasy.im;
var customMessage = im.createCustomMessage({
type,
//字符串,可以任意自定义类型
payload: order,
to: {
type: common_vendor.jo.IM_SCENE.PRIVATE,
//私聊还是群聊群聊为GoEasy.IM_SCENE.GROUP
id: userid,
//接收方用户id
data: { "avatar": avatar, "nickname": nickname }
//好友扩展数据, 任意格式的字符串或者对象用于更新会话列表conversation.data
}
});
im.sendMessage({
message: customMessage,
onSuccess: function() {
resolve(customMessage);
},
onFailed: function(error) {
common_vendor.index.__f__("log", "at components/goEasyTool/tool.js:137", "Failed to send messagecode:" + error.code + ",error" + error.content);
}
});
});
}
function conversationTop(goeasy, conversation, top) {
return new Promise((resolve, reject) => {
var im = goeasy.im;
im.topConversation({
conversation,
top,
//或者 false
onSuccess: function() {
resolve("成功");
},
onFailed: function(error) {
common_vendor.index.__f__("log", "at components/goEasyTool/tool.js:154", "失败:", error);
}
});
});
}
function conversationDelete(goeasy, conversation) {
return new Promise((resolve, reject) => {
var im = goeasy.im;
im.removeConversation({
conversation,
onSuccess: function() {
resolve("删除会话成功");
},
onFailed: function(error) {
common_vendor.index.__f__("log", "at components/goEasyTool/tool.js:169", error);
}
});
});
}
exports.conversationDelete = conversationDelete;
exports.conversationTop = conversationTop;
exports.getConversationList = getConversationList;
exports.getConversationMessages = getConversationMessages;
exports.goEasylogin = goEasylogin;
exports.goEasylogout = goEasylogout;
exports.messageRead = messageRead;
exports.sendCustomMessage = sendCustomMessage;
exports.sendMessage = sendMessage;
//# sourceMappingURL=../../../.sourcemap/mp-weixin/components/goEasyTool/tool.js.map

View File

@@ -0,0 +1,9 @@
"use strict";
const common_vendor = require("../common/vendor.js");
new common_vendor.COS({
SecretId: "AKID4KPIyQgjjnkWJzSnwtfHj281tcBZo28v",
// 推荐使用环境变量获取;用户的 SecretId建议使用子账号密钥授权遵循最小权限指引降低使用风险。子账号密钥获取可参考https://cloud.tencent.com/document/product/598/37140
SecretKey: "kQvMjuscBWgfSCqeHiGfx3vc7PUP7ctx"
// 推荐使用环境变量获取;用户的 SecretKey建议使用子账号密钥授权遵循最小权限指引降低使用风险。子账号密钥获取可参考https://cloud.tencent.com/document/product/598/37140
});
//# sourceMappingURL=../../.sourcemap/mp-weixin/components/picturesVideosMessages.js.map

Some files were not shown because too many files have changed in this diff Show More