优化页面

This commit is contained in:
pengxiaolong
2025-06-11 22:16:44 +08:00
parent 3c2d7e5959
commit 931d867c09
806 changed files with 87462 additions and 331 deletions

View File

@@ -1 +1 @@
"use strict";const t=require("../../common/vendor.js"),e={data:()=>({title:"Hello"}),onLoad(){},methods:{},components:{tabBar:()=>"../../components/tabBar/tabBar.js"}};if(!Array){t.resolveComponent("tabBar")()}Math;const o=t._export_sfc(e,[["render",function(t,e,o,a,r,n){return{}}],["__scopeId","data-v-1070223a"]]);wx.createPage(o);
"use strict";const e=require("../../common/vendor.js"),t={data:()=>({title:"Hello"}),onLoad(){},methods:{},components:{tabBar:()=>"../../components/tabBar/tabBar.js"}};if(!Array){e.resolveComponent("tabBar")()}Math;const a=e._export_sfc(t,[["render",function(t,a,o,r,n,s){return{a:e.p({tabIndex:1})}}],["__scopeId","data-v-7e9885a0"]]);wx.createPage(a);

View File

@@ -1 +1 @@
<view class="forum data-v-1070223a"><view class="bg data-v-1070223a"><image class="bgImg data-v-1070223a" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/HomeBackground.png" mode="scaleToFill"/></view><view class="title data-v-1070223a">论坛</view></view><view class="tabBar data-v-1070223a"><tab-bar class="data-v-1070223a" u-i="1070223a-0" bind:__l="__l"></tab-bar></view>
<view class="forum data-v-7e9885a0"><view class="bg data-v-7e9885a0"><image class="bgImg data-v-7e9885a0" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/HomeBackground.png" mode="scaleToFill"/></view><view class="title data-v-7e9885a0">论坛</view></view><view class="tabBar data-v-7e9885a0"><tab-bar wx:if="{{a}}" class="data-v-7e9885a0" u-i="7e9885a0-0" bind:__l="__l" u-p="{{a}}"></tab-bar></view>

View File

@@ -1 +1 @@
.bg.data-v-1070223a{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.bgImg.data-v-1070223a{width:100%;height:100%}.title.data-v-1070223a{position:absolute;top:120rpx;left:345rpx;font-size:34rpx;color:#100e0f;font-weight:700}
.bg.data-v-7e9885a0{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.bgImg.data-v-7e9885a0{width:100%;height:100%}.title.data-v-7e9885a0{position:absolute;top:120rpx;left:345rpx;font-size:34rpx;color:#100e0f;font-weight:700}

View File

@@ -1 +1 @@
"use strict";const e=require("../../common/vendor.js"),t=require("../../components/TUILogin.js"),i=require("../../components/request.js"),s=require("../../components/formatDate.js"),o=require("../../stores/counter.js").useCounterStore(),a={inject:["$global"],data:()=>({info:{},myuserSig:"",chatInfo:{},page:0,size:10,list:[],detailsdata:{},triggered:!1,RealTimePklist:[],MakeAppointmentPKlist:[],listtype:1}),mounted(){this.pkList({type:2}),this.pkList({type:1})},onLoad(){e.index.getStorage({key:"userinfo",success:i=>{this.info=i.data,o.$patch({myitem:this.info}),e.index.getStorage({key:"myuserSig",success:i=>{this.myuserSig=i.data,e.index.getStorage({key:"chatInfo",success:e=>{this.chatInfo=e.data,t.TUIlogin(this.chatInfo.appId,this.info.id,this.myuserSig.userSig)}})}})}}),setTimeout((()=>{e.index.switchTab({url:"/pages/Home/Home"})}),1e3)},methods:{goMakeAppointmentPK(){this.listtype=1,this.list=this.MakeAppointmentPKlist},goRealTimePk(){this.listtype=2,this.list=this.RealTimePklist},goAdvertisement(){e.index.navigateTo({url:"/pages/pkDetail/pkDetail"})},onRefresherRefresh(){this.page=0,this.list=[],1===this.listtype?this.MakeAppointmentPKlist=[]:this.RealTimePklist=[],this.triggered=!0,this.pkList({type:this.listtype})},async goDetail(t){e.index.showLoading({title:"加载中...",mask:!0}),console.log("id",t.id);const s=await i.request({url:"pk/pkInfoDetail",method:"POST",data:{id:t.id},userInfo:!0});console.log("res",s),this.detailsdata=s.data,200===s.code?0!==s.data.length?(e.index.hideLoading(),console.log("res.data",s.data),e.index.navigateTo({url:"/pages/pkDetail/pkDetail",success:e=>{e.eventChannel.emit("itemDetail",{item:this.detailsdata})}})):(e.index.hideLoading(),this.openPopupQuantity()):(e.index.hideLoading(),e.index.showToast({title:"加载失败",icon:"none",duration:2e3}))},formatDate:s.formatDate,async pkList(e){const t=await i.request({url:"pk/pkList",method:"POST",data:{status:0,page:this.page,size:this.size,condition:e},userInfo:!1});console.log(t),200===t.code&&(this.triggered=!1,1===e.type?(this.MakeAppointmentPKlist.push(...t.data),e.type==this.listtype&&(this.list=this.MakeAppointmentPKlist)):(this.RealTimePklist.push(...t.data),e.type==this.listtype&&(this.list=this.RealTimePklist)))}},onScrollToLower(){this.page++,this.pkList({type:this.listtype})},components:{topNavigation:()=>"../../components/topNavigation/topNavigation.js",Advertisement:()=>"../../components/Advertisement/Advertisement.js",tabBar:()=>"../../components/tabBar/tabBar.js"}};if(!Array){(e.resolveComponent("top-navigation")+e.resolveComponent("advertisement")+e.resolveComponent("uni-card")+e.resolveComponent("tabBar"))()}Math;const n=e._export_sfc(a,[["render",function(t,i,s,o,a,n){return e.e({a:e.o$1(n.goRealTimePk),b:e.o$1(n.goMakeAppointmentPK),c:e.o$1(((...e)=>n.goAdvertisement&&n.goAdvertisement(...e))),d:0!==a.list.length},0!==a.list.length?{e:e.f(a.list,((t,i,s)=>e.e({a:t.anchorIcon,b:e.t(t.anchorId),c:"2"===t.sex},(t.sex,{}),{d:e.t("1"===t.sex?"男":"女"),e:"1"===t.sex?1:"",f:"2"===t.sex?1:"",g:e.t(n.formatDate(t.pkTime)),h:e.t(t.coin+"K"),i:e.o$1((e=>n.goDetail(t))),j:"551e1e93-2-"+s})))}:{},{f:0===a.list.length},(a.list.length,{}),{g:e.o$1(((...e)=>n.onRefresherRefresh&&n.onRefresherRefresh(...e))),h:e.o$1(((...e)=>t.onScrollToLower&&t.onScrollToLower(...e))),i:a.triggered})}],["__scopeId","data-v-551e1e93"]]);wx.createPage(n);
"use strict";const e=require("../../common/vendor.js"),t=require("../../components/TUILogin.js"),i=require("../../components/request.js"),s=require("../../components/formatDate.js"),o=require("../../stores/counter.js").useCounterStore(),a={inject:["$global"],data:()=>({info:{},myuserSig:"",chatInfo:{},page:0,size:10,list:[],detailsdata:{},triggered:!1,RealTimePklist:[],MakeAppointmentPKlist:[],listtype:1}),mounted(){this.pkList({type:2}),this.pkList({type:1})},onLoad(){e.index.getStorage({key:"userinfo",success:i=>{this.info=i.data,o.$patch({myitem:this.info}),e.index.getStorage({key:"myuserSig",success:i=>{this.myuserSig=i.data,e.index.getStorage({key:"chatInfo",success:e=>{this.chatInfo=e.data,t.TUIlogin(this.chatInfo.appId,this.info.id,this.myuserSig.userSig)}})}})}}),setTimeout((()=>{e.index.switchTab({url:"/pages/Home/Home"})}),1e3)},methods:{goMakeAppointmentPK(){this.listtype=1,this.list=this.MakeAppointmentPKlist},goRealTimePk(){this.listtype=2,this.list=this.RealTimePklist},goAdvertisement(){e.index.navigateTo({url:"/pages/pkDetail/pkDetail"})},onRefresherRefresh(){this.page=0,this.list=[],1===this.listtype?this.MakeAppointmentPKlist=[]:this.RealTimePklist=[],this.triggered=!0,this.pkList({type:this.listtype})},async goDetail(t){e.index.showLoading({title:"加载中...",mask:!0}),console.log("id",t.id,this.info.id);const s=await i.request({url:"pk/pkInfoDetail",method:"POST",data:{id:t.id,userId:this.info.id},userInfo:!0});console.log("res",s),this.detailsdata=s.data,200===s.code?0!==s.data.length?(e.index.hideLoading(),console.log("res.data",s.data),e.index.navigateTo({url:"/pages/pkDetail/pkDetail",success:e=>{e.eventChannel.emit("itemDetail",{item:this.detailsdata})}})):(e.index.hideLoading(),this.openPopupQuantity()):(e.index.hideLoading(),e.index.showToast({title:"加载失败",icon:"none",duration:2e3}))},formatDate:s.formatDate,async pkList(e){const t=await i.request({url:"pk/pkList",method:"POST",data:{status:0,page:this.page,size:this.size,condition:e,userId:this.info.id},userInfo:!1});console.log(t),200===t.code&&(this.triggered=!1,1===e.type?(this.MakeAppointmentPKlist.push(...t.data),e.type==this.listtype&&(this.list=this.MakeAppointmentPKlist)):(this.RealTimePklist.push(...t.data),e.type==this.listtype&&(this.list=this.RealTimePklist)))}},onScrollToLower(){this.page++,this.pkList({type:this.listtype})},components:{topNavigation:()=>"../../components/topNavigation/topNavigation.js",Advertisement:()=>"../../components/Advertisement/Advertisement.js",tabBar:()=>"../../components/tabBar/tabBar.js"}};if(!Array){(e.resolveComponent("top-navigation")+e.resolveComponent("advertisement")+e.resolveComponent("uni-card")+e.resolveComponent("tabBar"))()}Math;const n=e._export_sfc(a,[["render",function(t,i,s,o,a,n){return e.e({a:e.o$1(n.goRealTimePk),b:e.o$1(n.goMakeAppointmentPK),c:e.o$1(((...e)=>n.goAdvertisement&&n.goAdvertisement(...e))),d:0!==a.list.length},0!==a.list.length?{e:e.f(a.list,((t,i,s)=>e.e({a:t.anchorIcon,b:e.t(t.disPlayId),c:"2"===t.sex},(t.sex,{}),{d:e.t("1"===t.sex?"男":"女"),e:"1"===t.sex?1:"",f:"2"===t.sex?1:"",g:e.t(n.formatDate(t.pkTime)),h:e.t(t.coin+"K"),i:e.o$1((e=>n.goDetail(t)),i),j:i,k:"afa23f9e-2-"+s})))}:{},{f:0===a.list.length},(a.list.length,{}),{g:e.o$1(((...e)=>n.onRefresherRefresh&&n.onRefresherRefresh(...e))),h:e.o$1(((...e)=>t.onScrollToLower&&t.onScrollToLower(...e))),i:a.triggered,j:e.p({tabIndex:0})})}],["__scopeId","data-v-afa23f9e"]]);wx.createPage(n);

View File

@@ -1 +1 @@
<view class="page data-v-551e1e93"><image src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/HomeBackground.png" class="HomeBackground data-v-551e1e93"></image></view><view class="top-navigation-container data-v-551e1e93"><top-navigation class="data-v-551e1e93" bindRealTimePk="{{a}}" bindMakeAppointmentPK="{{b}}" u-i="551e1e93-0" bind:__l="__l"></top-navigation></view><view class="Advertisement data-v-551e1e93" bindtap="{{c}}"><advertisement class="data-v-551e1e93" u-i="551e1e93-1" bind:__l="__l"></advertisement></view><view class="contentList data-v-551e1e93"><scroll-view scroll-y="true" class="scroll data-v-551e1e93" refresher-enabled="true" refresher-threshold="40" bindrefresherrefresh="{{g}}" lower-threshold="100" bindscrolltolower="{{h}}" refresher-triggered="{{i}}"><block wx:if="{{d}}"><uni-card wx:for="{{e}}" wx:for-item="item" class="data-v-551e1e93" u-s="{{['d']}}" u-i="{{item.j}}" bind:__l="__l"><view class="content-list data-v-551e1e93" bindtap="{{item.i}}"><image class="headShot data-v-551e1e93" src="{{item.a}}" mode="scaleToFill"/><view class="content-list-title data-v-551e1e93"><view class="cardname data-v-551e1e93">{{item.b}}</view><view class="content-list-info data-v-551e1e93"><view class="{{['data-v-551e1e93', item.e && 'Gendermale', item.f && 'Genderfemale']}}"><image wx:if="{{item.c}}" class="Genderimg data-v-551e1e93" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/female.png" mode="scaleToFill"/><image wx:else class="Genderimg data-v-551e1e93" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/male.png" mode="scaleToFill"/><view class="age data-v-551e1e93">{{item.d}}</view></view><view class="RoomID data-v-551e1e93">PK时间: {{item.g}}</view><view class="Charm data-v-551e1e93">金币:</view><view class="charmValue data-v-551e1e93">{{item.h}}</view></view></view></view></uni-card></block><view wx:if="{{f}}" class="no-content data-v-551e1e93">暂无内容</view></scroll-view></view><view class="tabBar data-v-551e1e93"><tab-bar class="data-v-551e1e93" u-i="551e1e93-3" bind:__l="__l"></tab-bar></view>
<view class="page data-v-afa23f9e"><image src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/HomeBackground.png" class="HomeBackground data-v-afa23f9e"></image></view><view class="top-navigation-container data-v-afa23f9e"><top-navigation class="data-v-afa23f9e" bindRealTimePk="{{a}}" bindMakeAppointmentPK="{{b}}" u-i="afa23f9e-0" bind:__l="__l"></top-navigation></view><view class="Advertisement data-v-afa23f9e" bindtap="{{c}}"><advertisement class="data-v-afa23f9e" u-i="afa23f9e-1" bind:__l="__l"></advertisement></view><view class="contentList data-v-afa23f9e"><scroll-view scroll-y="true" class="scroll data-v-afa23f9e" refresher-enabled="true" refresher-threshold="40" bindrefresherrefresh="{{g}}" lower-threshold="100" bindscrolltolower="{{h}}" refresher-triggered="{{i}}"><block wx:if="{{d}}"><uni-card wx:for="{{e}}" wx:for-item="item" wx:key="j" class="data-v-afa23f9e" u-s="{{['d']}}" u-i="{{item.k}}" bind:__l="__l"><view class="content-list data-v-afa23f9e" bindtap="{{item.i}}"><image class="headShot data-v-afa23f9e" src="{{item.a}}" mode="scaleToFill"/><view class="content-list-title data-v-afa23f9e"><view class="cardname data-v-afa23f9e">{{item.b}}</view><view class="content-list-info data-v-afa23f9e"><view class="{{['data-v-afa23f9e', item.e && 'Gendermale', item.f && 'Genderfemale']}}"><image wx:if="{{item.c}}" class="Genderimg data-v-afa23f9e" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/female.png" mode="scaleToFill"/><image wx:else class="Genderimg data-v-afa23f9e" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/male.png" mode="scaleToFill"/><view class="age data-v-afa23f9e">{{item.d}}</view></view><view class="RoomID data-v-afa23f9e">PK时间: {{item.g}}</view><view class="Charm data-v-afa23f9e">金币:</view><view class="charmValue data-v-afa23f9e">{{item.h}}</view></view></view></view></uni-card></block><view wx:if="{{f}}" class="no-content data-v-afa23f9e">暂无内容</view></scroll-view></view><view class="tabBar data-v-afa23f9e"><tab-bar wx:if="{{j}}" class="data-v-afa23f9e" u-i="afa23f9e-3" bind:__l="__l" u-p="{{j}}"></tab-bar></view>

View File

@@ -1 +1 @@
.page.data-v-551e1e93{position:relative;width:750rpx;height:1620rpx}.HomeBackground.data-v-551e1e93{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.top-navigation-container.data-v-551e1e93{position:fixed;top:160rpx;left:0;width:100%;height:114.5rpx}.Advertisement.data-v-551e1e93{position:fixed;top:300rpx;left:0;width:100%;height:100rpx;z-index:100}.contentList.data-v-551e1e93{position:fixed;top:412rpx;left:0;bottom:114.5rpx;width:100%}.scroll.data-v-551e1e93{height:90%;display:flex;flex-direction:column;justify-content:center;align-items:center}.content-list.data-v-551e1e93{display:flex;align-items:center;width:712rpx;height:161rpx;background:#fff;border-radius:15rpx;margin-bottom:12rpx;margin-left:20rpx}.headShot.data-v-551e1e93{width:101rpx;height:101rpx;border-radius:50rpx;margin-left:30rpx;margin-right:33rpx}.content-list-info.data-v-551e1e93{display:flex;align-items:center}.cardname.data-v-551e1e93{font-size:31rpx;color:#161616;line-height:38rpx}.Genderimg.data-v-551e1e93{width:15rpx;height:15rpx;margin-left:10rpx;margin-right:10rpx}.age.data-v-551e1e93{color:#fff;font-size:14rpx}.Gendermale.data-v-551e1e93{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-551e1e93{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-551e1e93{font-size:23rpx;color:#a3a3a3;line-height:38rpx}.Charm.data-v-551e1e93{font-size:23rpx;color:#a3a3a3;line-height:38rpx;margin-right:12rpx;margin-left:20rpx}.charmValue.data-v-551e1e93{font-size:23rpx;color:#161616;line-height:38rpx;font-weight:600}.no-content.data-v-551e1e93{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:28rpx;color:#a3a3a3;line-height:40rpx;text-align:center}
.page.data-v-afa23f9e{position:relative;width:750rpx;height:1620rpx}.HomeBackground.data-v-afa23f9e{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.top-navigation-container.data-v-afa23f9e{position:fixed;top:160rpx;left:0;width:100%;height:114.5rpx}.Advertisement.data-v-afa23f9e{position:fixed;top:300rpx;left:0;width:100%;height:100rpx;z-index:100}.contentList.data-v-afa23f9e{position:fixed;top:412rpx;left:0;bottom:114.5rpx;width:100%}.scroll.data-v-afa23f9e{height:90%;display:flex;flex-direction:column;justify-content:center;align-items:center}.content-list.data-v-afa23f9e{display:flex;align-items:center;width:712rpx;height:161rpx;background:#fff;border-radius:15rpx;margin-bottom:12rpx;margin-left:20rpx}.headShot.data-v-afa23f9e{width:101rpx;height:101rpx;border-radius:50rpx;margin-left:30rpx;margin-right:33rpx}.content-list-info.data-v-afa23f9e{display:flex;align-items:center}.cardname.data-v-afa23f9e{font-size:31rpx;color:#161616;line-height:38rpx}.Genderimg.data-v-afa23f9e{width:15rpx;height:15rpx;margin-left:10rpx;margin-right:10rpx}.age.data-v-afa23f9e{color:#fff;font-size:14rpx}.Gendermale.data-v-afa23f9e{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-afa23f9e{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-afa23f9e{font-size:23rpx;color:#a3a3a3;line-height:38rpx}.Charm.data-v-afa23f9e{font-size:23rpx;color:#a3a3a3;line-height:38rpx;margin-right:12rpx;margin-left:20rpx}.charmValue.data-v-afa23f9e{font-size:23rpx;color:#161616;line-height:38rpx;font-weight:600}.no-content.data-v-afa23f9e{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:28rpx;color:#a3a3a3;line-height:40rpx;text-align:center}

View File

@@ -1 +1 @@
"use strict";const o=require("../../common/vendor.js"),e=require("../../components/request.js"),t=require("../../components/formatDate.js"),n=require("../../components/TimeFormatting.js"),a={data:()=>({userinfo:{},pkInformationdata:[],myPkRecorddata:[]}),onShow(){o.index.getStorage({key:"userinfo",success:o=>{this.userinfo=o.data,console.log(this.userinfo),this.getpkInformation(),this.getmyPkRecord()}})},methods:{formatDate:t.formatDate,TimeFormatting:n.TimeFormatting,getpkInformation(){e.request({url:"user/queryMyAllPkData",method:"POST",data:{userId:this.userinfo.id,page:0,size:4},userInfo:!0}).then((o=>{200==o.code?(this.pkInformationdata=o.data,console.log(this.pkInformationdata)):console.log(o.msg)}))},getmyPkRecord(){e.request({url:"user/handlePkInfo",method:"POST",data:{type:1,userId:this.userinfo.id,page:0,size:4},userInfo:!1}).then((o=>{200==o.code?(this.myPkRecorddata=o.data,console.log(this.myPkRecorddata)):console.log(o.msg)}))},pkInformation(){o.index.navigateTo({url:"/pages/Mine/minecomponents/pkInformation"})},pkRecord(){o.index.navigateTo({url:"/pages/Mine/minecomponents/pkRecord"})},contact(){o.index.navigateTo({url:"/pages/Mine/minecomponents/contact"})},goSetting(){o.index.navigateTo({url:"/pages/Setting/Setting"})},serviceProtocol(){o.index.navigateTo({url:"/pages/Mine/minecomponents/serviceProtocol"})},logout(){o.index.clearStorage(),o.A.logout,o.index.reLaunch({url:"/pages/login/login"})}},components:{tabBar:()=>"../../components/tabBar/tabBar.js"}};if(!Array){o.resolveComponent("tabBar")()}Math;const r=o._export_sfc(a,[["render",function(e,t,n,a,r,i){return o.e({a:r.userinfo.headerIcon,b:o.t(r.userinfo.nickName),c:o.o$1(((...o)=>i.goSetting&&i.goSetting(...o))),d:o.o$1(((...o)=>i.pkInformation&&i.pkInformation(...o))),e:0!==r.pkInformationdata.length},0!==r.pkInformationdata.length?{f:o.f(r.pkInformationdata,((e,t,n)=>({a:e.anchorIcon,b:o.t(i.formatDate(e.pkTime)),c:o.t(e.coin),d:t})))}:{},{g:0===r.pkInformationdata.length},(r.pkInformationdata.length,{}),{h:o.o$1(((...o)=>i.pkRecord&&i.pkRecord(...o))),i:0!==r.myPkRecorddata.length},0!==r.myPkRecorddata.length?{j:o.f(r.myPkRecorddata,((e,t,n)=>o.e({a:e.anchorIconA,b:e.winnerAnchorId!==e.anchorIdA},(e.winnerAnchorId!==e.anchorIdA||(e.winnerAnchorId,e.anchorIdA),{}),{c:e.winnerAnchorId===e.anchorIdA,d:o.t(e.pkNumber),e:o.t(i.TimeFormatting(e.pkTime)),f:t})))}:{},{k:0===r.myPkRecorddata.length},(r.myPkRecorddata.length,{}),{l:o.o$1(((...o)=>i.contact&&i.contact(...o))),m:o.o$1(((...o)=>i.serviceProtocol&&i.serviceProtocol(...o))),n:o.o$1(((...o)=>i.logout&&i.logout(...o)))})}],["__scopeId","data-v-d3016b18"]]);wx.createPage(r);
"use strict";const o=require("../../common/vendor.js"),e=require("../../components/request.js"),t=require("../../components/formatDate.js"),n=require("../../components/TimeFormatting.js"),a={data:()=>({userinfo:{},pkInformationdata:[],myPkRecorddata:[]}),onShow(){o.index.getStorage({key:"userinfo",success:o=>{this.userinfo=o.data,console.log(this.userinfo),this.getpkInformation(),this.getmyPkRecord()}})},methods:{formatDate:t.formatDate,TimeFormatting:n.TimeFormatting,getpkInformation(){e.request({url:"user/queryMyAllPkData",method:"POST",data:{userId:this.userinfo.id,page:0,size:4},userInfo:!0}).then((o=>{200==o.code?(this.pkInformationdata=o.data,console.log(this.pkInformationdata)):console.log(o.msg)}))},getmyPkRecord(){e.request({url:"user/handlePkInfo",method:"POST",data:{type:1,userId:this.userinfo.id,page:0,size:4},userInfo:!1}).then((o=>{200==o.code?(this.myPkRecorddata=o.data,console.log(this.myPkRecorddata)):console.log(o.msg)}))},pkInformation(){o.index.navigateTo({url:"/pages/Mine/minecomponents/pkInformation"})},pkRecord(){o.index.navigateTo({url:"/pages/Mine/minecomponents/pkRecord"})},contact(){o.index.navigateTo({url:"/pages/Mine/minecomponents/contact"})},goSetting(){o.index.navigateTo({url:"/pages/Setting/Setting"})},serviceProtocol(){o.index.navigateTo({url:"/pages/Mine/minecomponents/serviceProtocol"})},logout(){o.index.clearStorage(),o.A.logout,o.index.reLaunch({url:"/pages/login/login"})}},components:{tabBar:()=>"../../components/tabBar/tabBar.js"}};if(!Array){o.resolveComponent("tabBar")()}Math;const r=o._export_sfc(a,[["render",function(e,t,n,a,r,i){return o.e({a:r.userinfo.headerIcon,b:o.t(r.userinfo.nickName),c:o.o$1(((...o)=>i.goSetting&&i.goSetting(...o))),d:o.o$1(((...o)=>i.pkInformation&&i.pkInformation(...o))),e:0!==r.pkInformationdata.length},0!==r.pkInformationdata.length?{f:o.f(r.pkInformationdata,((e,t,n)=>({a:e.anchorIcon,b:o.t(i.formatDate(e.pkTime)),c:o.t(e.coin),d:t})))}:{},{g:0===r.pkInformationdata.length},(r.pkInformationdata.length,{}),{h:o.o$1(((...o)=>i.pkRecord&&i.pkRecord(...o))),i:0!==r.myPkRecorddata.length},0!==r.myPkRecorddata.length?{j:o.f(r.myPkRecorddata,((e,t,n)=>o.e({a:e.anchorIconA,b:e.winnerAnchorId!==e.anchorIdA},(e.winnerAnchorId!==e.anchorIdA||(e.winnerAnchorId,e.anchorIdA),{}),{c:e.winnerAnchorId===e.anchorIdA,d:o.t(e.pkNumber),e:o.t(i.TimeFormatting(e.pkTime)),f:t})))}:{},{k:0===r.myPkRecorddata.length},(r.myPkRecorddata.length,{}),{l:o.o$1(((...o)=>i.contact&&i.contact(...o))),m:o.o$1(((...o)=>i.serviceProtocol&&i.serviceProtocol(...o))),n:o.o$1(((...o)=>i.logout&&i.logout(...o))),o:o.p({tabIndex:4})})}],["__scopeId","data-v-3f47806b"]]);wx.createPage(r);

View File

@@ -1 +1 @@
<view class="container data-v-d3016b18"><view class="bg data-v-d3016b18"><image class="bgImg data-v-d3016b18" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/HomeBackground.png" mode="scaleToFill"/></view><view class="PersonalInformation data-v-d3016b18"><view class="header data-v-d3016b18"><image src="{{a}}" style="width:144.5rpx;height:144.5rpx;border-radius:72.25rpx" mode="scaleToFill" class="headerIcon data-v-d3016b18"/></view><view class="data-v-d3016b18"><view class="name data-v-d3016b18">{{b}}</view></view><view class="Settings data-v-d3016b18" bindtap="{{c}}"><image class="SettingsIcon data-v-d3016b18" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Settings.png" mode="scaleToFill"/></view></view><view class="content data-v-d3016b18"><view class="PKInformation data-v-d3016b18"><view class="title data-v-d3016b18"><view class="titleText data-v-d3016b18">PK信息</view><view class="titleLine data-v-d3016b18"></view><view class="titleMore data-v-d3016b18" bindtap="{{d}}">更多PK信息<image class="data-v-d3016b18" style="width:10.5rpx;height:20.04rpx;margin-left:10rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/More.png" mode="scaleToFill"/></view></view><view class="card data-v-d3016b18"><block wx:if="{{e}}"><view wx:for="{{f}}" wx:for-item="item" wx:key="d" class="cardContent data-v-d3016b18"><view class="cardImg data-v-d3016b18"><image class="data-v-d3016b18" src="{{item.a}}" style="width:80rpx;height:80rpx;border-radius:72.25rpx" mode="scaleToFill"/></view><view class="Time data-v-d3016b18">{{item.b}}</view><view class="gold data-v-d3016b18">{{item.c}}K</view></view></block><view wx:if="{{g}}" class="no-content data-v-d3016b18">暂无内容</view></view></view><view class="myPkRecord data-v-d3016b18"><view class="title data-v-d3016b18"><view class="titleText data-v-d3016b18">我的PK记录</view><view class="titleLine data-v-d3016b18"></view><view class="myPkRecordMore data-v-d3016b18" bindtap="{{h}}">更多PK记录<image class="data-v-d3016b18" style="width:10.5rpx;height:20.04rpx;margin-left:10rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/More.png" mode="scaleToFill"/></view></view><view class="card data-v-d3016b18"><block wx:if="{{i}}"><view wx:for="{{j}}" wx:for-item="item" wx:key="f" class="cardContent data-v-d3016b18"><view class="cardImg data-v-d3016b18"><image class="data-v-d3016b18" style="width:80rpx;height:80rpx;border-radius:72.25rpx" src="{{item.a}}" mode="scaleToFill"/></view><view wx:if="{{item.b}}" class="Failure data-v-d3016b18"> 失败 </view><view wx:elif="{{item.c}}" class="Result data-v-d3016b18"> 胜利 </view><view class="Session data-v-d3016b18"> 共{{item.d}}场 </view><view class="Time data-v-d3016b18">{{item.e}}</view></view></block><view wx:if="{{k}}" class="no-content data-v-d3016b18">暂无内容</view></view></view><view class="PKInformation data-v-d3016b18"><view class="title data-v-d3016b18"><view class="titleText data-v-d3016b18">专属客服</view><view class="titleLine data-v-d3016b18"></view></view></view><view class="card data-v-d3016b18"><view class="service data-v-d3016b18" bindtap="{{l}}"><image class="data-v-d3016b18" style="width:48.28rpx;height:48.09rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/service.png" mode="scaleToFill"/><view class="cardtext data-v-d3016b18">联系客服</view></view><view class="service data-v-d3016b18" bindtap="{{m}}"><image class="data-v-d3016b18" style="width:48.28rpx;height:48.09rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Agreement.png" mode="scaleToFill"/><view class="cardtext data-v-d3016b18">服务协议</view></view><view class="service data-v-d3016b18" bindtap="{{n}}"><image class="data-v-d3016b18" style="width:48.28rpx;height:48.09rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/logout.png" mode="scaleToFill"/><view class="cardtext data-v-d3016b18">退出登录</view></view></view></view></view><view class="copyright data-v-d3016b18">版权所有 © 2025 ...................</view><view class="tabBar data-v-d3016b18"><tab-bar class="data-v-d3016b18" u-i="d3016b18-0" bind:__l="__l"></tab-bar></view>
<view class="container data-v-3f47806b"><view class="bg data-v-3f47806b"><image class="bgImg data-v-3f47806b" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/HomeBackground.png" mode="scaleToFill"/></view><view class="PersonalInformation data-v-3f47806b"><view class="header data-v-3f47806b"><image src="{{a}}" style="width:144.5rpx;height:144.5rpx;border-radius:72.25rpx" mode="scaleToFill" class="headerIcon data-v-3f47806b"/></view><view class="data-v-3f47806b"><view class="name data-v-3f47806b">{{b}}</view></view><view class="Settings data-v-3f47806b" bindtap="{{c}}"><image class="SettingsIcon data-v-3f47806b" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Settings.png" mode="scaleToFill"/></view></view><view class="content data-v-3f47806b"><view class="PKInformation data-v-3f47806b"><view class="title data-v-3f47806b"><view class="titleText data-v-3f47806b">PK信息</view><view class="titleLine data-v-3f47806b"></view><view class="titleMore data-v-3f47806b" bindtap="{{d}}">更多PK信息<image class="data-v-3f47806b" style="width:10.5rpx;height:20.04rpx;margin-left:10rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/More.png" mode="scaleToFill"/></view></view><view class="card data-v-3f47806b"><block wx:if="{{e}}"><view wx:for="{{f}}" wx:for-item="item" wx:key="d" class="cardContent data-v-3f47806b"><view class="cardImg data-v-3f47806b"><image class="data-v-3f47806b" src="{{item.a}}" style="width:80rpx;height:80rpx;border-radius:72.25rpx" mode="scaleToFill"/></view><view class="Time data-v-3f47806b">{{item.b}}</view><view class="gold data-v-3f47806b">{{item.c}}K</view></view></block><view wx:if="{{g}}" class="no-content data-v-3f47806b">暂无内容</view></view></view><view class="myPkRecord data-v-3f47806b"><view class="title data-v-3f47806b"><view class="titleText data-v-3f47806b">我的PK记录</view><view class="titleLine data-v-3f47806b"></view><view class="myPkRecordMore data-v-3f47806b" bindtap="{{h}}">更多PK记录<image class="data-v-3f47806b" style="width:10.5rpx;height:20.04rpx;margin-left:10rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/More.png" mode="scaleToFill"/></view></view><view class="card data-v-3f47806b"><block wx:if="{{i}}"><view wx:for="{{j}}" wx:for-item="item" wx:key="f" class="cardContent data-v-3f47806b"><view class="cardImg data-v-3f47806b"><image class="data-v-3f47806b" style="width:80rpx;height:80rpx;border-radius:72.25rpx" src="{{item.a}}" mode="scaleToFill"/></view><view wx:if="{{item.b}}" class="Failure data-v-3f47806b"> 失败 </view><view wx:elif="{{item.c}}" class="Result data-v-3f47806b"> 胜利 </view><view class="Session data-v-3f47806b"> 共{{item.d}}场 </view><view class="Time data-v-3f47806b">{{item.e}}</view></view></block><view wx:if="{{k}}" class="no-content data-v-3f47806b">暂无内容</view></view></view><view class="PKInformation data-v-3f47806b"><view class="title data-v-3f47806b"><view class="titleText data-v-3f47806b">专属客服</view><view class="titleLine data-v-3f47806b"></view></view></view><view class="card data-v-3f47806b"><view class="service data-v-3f47806b" bindtap="{{l}}"><image class="data-v-3f47806b" style="width:48.28rpx;height:48.09rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/service.png" mode="scaleToFill"/><view class="cardtext data-v-3f47806b">联系客服</view></view><view class="service data-v-3f47806b" bindtap="{{m}}"><image class="data-v-3f47806b" style="width:48.28rpx;height:48.09rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Agreement.png" mode="scaleToFill"/><view class="cardtext data-v-3f47806b">服务协议</view></view><view class="service data-v-3f47806b" bindtap="{{n}}"><image class="data-v-3f47806b" style="width:48.28rpx;height:48.09rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/logout.png" mode="scaleToFill"/><view class="cardtext data-v-3f47806b">退出登录</view></view></view></view></view><view class="copyright data-v-3f47806b">版权所有 © 2025 ...................</view><view class="tabBar data-v-3f47806b"><tab-bar wx:if="{{o}}" class="data-v-3f47806b" u-i="3f47806b-0" bind:__l="__l" u-p="{{o}}"></tab-bar></view>

View File

@@ -1 +1 @@
.bg.data-v-d3016b18{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.bgImg.data-v-d3016b18{width:100%;height:100%}.PersonalInformation.data-v-d3016b18{position:absolute;top:150rpx;left:0;right:0;height:144.5rpx;display:flex;align-items:center}.header.data-v-d3016b18{width:144.5rpx;height:144.5rpx;border-radius:72.25rpx;background-color:#fff;margin-left:32.5rpx;margin-right:39.5rpx}.Settings.data-v-d3016b18{width:46rpx;height:46rpx;margin-left:360rpx}.SettingsIcon.data-v-d3016b18{width:100%;height:100%}.name.data-v-d3016b18{font-size:36.26rpx;font-weight:500;color:#161616}.content.data-v-d3016b18{position:absolute;top:294.5rpx;left:0;right:0;height:100%;display:flex;flex-direction:column;align-items:center}.PKInformation.data-v-d3016b18,.myPkRecord.data-v-d3016b18{margin-top:48.5rpx}.title.data-v-d3016b18{width:682rpx;height:33.4rpx;display:flex;align-items:center}.titleText.data-v-d3016b18{font-size:34.35rpx;font-weight:700;color:#100e0f}.titleLine.data-v-d3016b18{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)}.titleMore.data-v-d3016b18{margin-left:400rpx;font-size:28.63rpx;color:#333}.myPkRecordMore.data-v-d3016b18{margin-left:330rpx;font-size:28.63rpx;color:#333}.card.data-v-d3016b18{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-d3016b18:first-child{margin-left:30rpx}.cardContent.data-v-d3016b18{width:100rpx;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-left:83rpx}.cardImg.data-v-d3016b18{width:80rpx;height:80rpx;border-radius:40rpx;background-color:#cdcdcd}.Time.data-v-d3016b18,.gold.data-v-d3016b18{font-size:18rpx;text-align:center;margin-top:10rpx}.Failure.data-v-d3016b18{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-d3016b18{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-d3016b18{font-weight:700;font-size:18rpx;margin-top:10rpx}.service.data-v-d3016b18{width:200rpx;display:flex;flex-direction:column;justify-content:center;align-items:center}.cardtext.data-v-d3016b18{margin-top:20rpx;font-size:28.63rpx;color:#333;font-weight:400}.copyright.data-v-d3016b18{font-size:23rpx;color:#929292;text-align:center;position:fixed;bottom:250rpx;left:0;right:0;height:50rpx}.no-content.data-v-d3016b18{width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-size:28.63rpx;color:#333}
.bg.data-v-3f47806b{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.bgImg.data-v-3f47806b{width:100%;height:100%}.PersonalInformation.data-v-3f47806b{position:absolute;top:150rpx;left:0;right:0;height:144.5rpx;display:flex;align-items:center}.header.data-v-3f47806b{width:144.5rpx;height:144.5rpx;border-radius:72.25rpx;background-color:#fff;margin-left:32.5rpx;margin-right:39.5rpx}.Settings.data-v-3f47806b{width:46rpx;height:46rpx;margin-left:30rpx}.SettingsIcon.data-v-3f47806b{width:100%;height:100%}.name.data-v-3f47806b{width:400rpx;font-size:36.26rpx;font-weight:500;color:#161616;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.content.data-v-3f47806b{position:absolute;top:294.5rpx;left:0;right:0;height:100%;display:flex;flex-direction:column;align-items:center}.PKInformation.data-v-3f47806b,.myPkRecord.data-v-3f47806b{margin-top:48.5rpx}.title.data-v-3f47806b{width:682rpx;height:33.4rpx;display:flex;align-items:center}.titleText.data-v-3f47806b{font-size:34.35rpx;font-weight:700;color:#100e0f}.titleLine.data-v-3f47806b{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)}.titleMore.data-v-3f47806b{margin-left:400rpx;font-size:28.63rpx;color:#333}.myPkRecordMore.data-v-3f47806b{margin-left:330rpx;font-size:28.63rpx;color:#333}.card.data-v-3f47806b{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-3f47806b:first-child{margin-left:30rpx}.cardContent.data-v-3f47806b{width:100rpx;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-left:83rpx}.cardImg.data-v-3f47806b{width:80rpx;height:80rpx;border-radius:40rpx;background-color:#cdcdcd}.Time.data-v-3f47806b,.gold.data-v-3f47806b{font-size:18rpx;text-align:center;margin-top:10rpx}.Failure.data-v-3f47806b{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-3f47806b{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-3f47806b{font-weight:700;font-size:18rpx;margin-top:10rpx}.service.data-v-3f47806b{width:200rpx;display:flex;flex-direction:column;justify-content:center;align-items:center}.cardtext.data-v-3f47806b{margin-top:20rpx;font-size:28.63rpx;color:#333;font-weight:400}.copyright.data-v-3f47806b{font-size:23rpx;color:#929292;text-align:center;position:fixed;bottom:250rpx;left:0;right:0;height:50rpx}.no-content.data-v-3f47806b{width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-size:28.63rpx;color:#333}

View File

@@ -1 +1 @@
"use strict";const e=require("../../../common/vendor.js"),t=require("../../../components/request.js"),o=require("../../../components/formatDate.js"),s={data:()=>({pkList:[],userinfo:{},page:0,createModule:null,parentMessage:null,triggered:!1}),onLoad(){e.index.getStorage({key:"userinfo",success:e=>{this.userinfo=e.data,console.log(this.userinfo),this.getpkList()}})},mounted(){this.createModule=this.$refs.createModule},methods:{onRefresherRefresh(){this.page=0,this.pkList=[],this.getpkList(),this.triggered=!0},onScrollToLower(){this.page++,this.getpkList()},onRefresherRefres(){this.page=0,this.pkList=[],this.getpkList(),this.triggered=!0},onBack(){e.index.navigateBack({delta:1})},formatDate:o.formatDate,getpkList(){t.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),console.log(this.pkList),this.triggered=!1):console.log(e.msg)}))},onRecompose(e){this.parentMessage=e,this.createModule.open()},onExpurgate(o){t.request({url:"pk/deletePkDataWithId",method:"POST",data:{id:o.id},userInfo:!0}).then((t=>{200==t.code?(e.index.showToast({title:"删除成功",icon:"none",duration:2e3}),this.getpkList()):console.log(t.msg)}))}},components:{Recompose:()=>"./recompose/recompose2.js"}};if(!Array){(e.resolveComponent("uni-card")+e.resolveComponent("Recompose"))()}const r=e._export_sfc(s,[["render",function(t,o,s,r,i,n){return{a:e.o$1(((...e)=>n.onBack&&n.onBack(...e))),b:e.f(i.pkList,((t,o,s)=>e.e({a:t.anchorIcon,b:e.t(t.anchorId),c:"2"===t.sex},(t.sex,{}),{d:e.t("1"===t.sex?"男":"女"),e:"1"===t.sex?1:"",f:"2"===t.sex?1:"",g:e.t(t.country),h:e.t(t.coin),i:e.t(n.formatDate(t.pkTime)),j:0===t.inviteStatus},0===t.inviteStatus?{k:e.o$1((e=>n.onRecompose(t)),o),l:e.o$1((e=>n.onExpurgate(t)),o)}:{},{m:o,n:"f9c08696-0-"+s}))),c:e.o$1(((...e)=>n.onRefresherRefresh&&n.onRefresherRefresh(...e))),d:e.o$1(((...e)=>n.onScrollToLower&&n.onScrollToLower(...e))),e:i.triggered,f:e.sr("createModule","f9c08696-1"),g:e.p({message:i.parentMessage})}}],["__scopeId","data-v-f9c08696"]]);wx.createPage(r);
"use strict";const e=require("../../../common/vendor.js"),o=require("../../../components/request.js"),t=require("../../../components/formatDate.js"),s={data:()=>({pkList:[],userinfo:{},page:0,createModule:null,parentMessage:null,triggered:!1}),onLoad(){e.index.getStorage({key:"userinfo",success:e=>{this.userinfo=e.data,console.log(this.userinfo),this.getpkList()}})},mounted(){this.createModule=this.$refs.createModule},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),console.log(this.pkList),this.triggered=!1):console.log(e.msg)}))},onRecompose(e){this.parentMessage=e,this.createModule.open()},onExpurgate(t){o.request({url:"pk/deletePkDataWithId",method:"POST",data:{id:t.id},userInfo:!0}).then((o=>{200==o.code?(this.onRefresherRefresh(),e.index.showToast({title:"删除成功",icon:"none",duration:2e3})):console.log(o.msg)}))}},components:{Recompose:()=>"./recompose/recompose2.js"}};if(!Array){(e.resolveComponent("uni-card")+e.resolveComponent("Recompose"))()}const r=e._export_sfc(s,[["render",function(o,t,s,r,n,a){return{a:e.o$1(((...e)=>a.onBack&&a.onBack(...e))),b:e.f(n.pkList,((o,t,s)=>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(a.formatDate(o.pkTime)),j:0===o.inviteStatus},0===o.inviteStatus?{k:e.o$1((e=>a.onRecompose(o)),t),l:e.o$1((e=>a.onExpurgate(o)),t)}:{},{m:t,n:"2a4e6146-0-"+s}))),c:e.o$1(((...e)=>a.onRefresherRefresh&&a.onRefresherRefresh(...e))),d:e.o$1(((...e)=>a.onScrollToLower&&a.onScrollToLower(...e))),e:n.triggered,f:e.sr("createModule","2a4e6146-1"),g:e.p({message:n.parentMessage})}}],["__scopeId","data-v-2a4e6146"]]);wx.createPage(r);

View File

@@ -1 +1 @@
<view class="pk-information data-v-f9c08696"><view class="bg data-v-f9c08696"><image class="bgImg data-v-f9c08696" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/HomeBackground.png" mode="scaleToFill"/></view><view class="Return data-v-f9c08696" bindtap="{{a}}"><image class="ReturnImg data-v-f9c08696" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Return.png" mode="scaleToFill"/></view><view class="title data-v-f9c08696">PK信息</view><view class="content data-v-f9c08696"><scroll-view scroll-y="true" class="scroll data-v-f9c08696" refresher-enabled="true" refresher-threshold="40" bindrefresherrefresh="{{c}}" lower-threshold="100" bindscrolltolower="{{d}}" refresher-triggered="{{e}}"><uni-card wx:for="{{b}}" wx:for-item="item" wx:key="m" u-s="{{['d']}}" class="card data-v-f9c08696" u-i="{{item.n}}" bind:__l="__l"><view class="Profile data-v-f9c08696"><image class="data-v-f9c08696" src="{{item.a}}" style="width:89.12rpx;height:89.12rpx;border-radius:72.25rpx" mode="scaleToFill"/></view><view class="Individual data-v-f9c08696"><view class="Name data-v-f9c08696">{{item.b}}</view><view class="Label data-v-f9c08696"><view class="data-v-f9c08696"><view class="{{['data-v-f9c08696', item.e && 'Gendermale', item.f && 'Genderfemale']}}"><image wx:if="{{item.c}}" class="Genderimg data-v-f9c08696" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/female.png" mode="scaleToFill"/><image wx:else class="Genderimg data-v-f9c08696" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/male.png" mode="scaleToFill"/><view class="age data-v-f9c08696">{{item.d}}</view></view></view><view class="state data-v-f9c08696">{{item.g}}</view><view class="species data-v-f9c08696"><image class="data-v-f9c08696" style="width:28.63rpx;height:28.63rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/species.png" mode="scaleToFill"/><view class="species-text data-v-f9c08696">金币:</view><view class="species-num data-v-f9c08696">{{item.h}}K</view></view></view><view class="time data-v-f9c08696">PK时间:{{item.i}}</view></view><view wx:if="{{item.j}}" class="handle data-v-f9c08696"><view class="recompose data-v-f9c08696" bindtap="{{item.k}}"><image class="data-v-f9c08696" 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-f9c08696" bindtap="{{item.l}}"><image class="data-v-f9c08696" 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></view><recompose wx:if="{{g}}" u-r="createModule" class="createModule r data-v-f9c08696" u-i="f9c08696-1" bind:__l="__l" u-p="{{g}}"></recompose>
<view class="pk-information data-v-2a4e6146"><view class="bg data-v-2a4e6146"><image class="bgImg data-v-2a4e6146" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/HomeBackground.png" mode="scaleToFill"/></view><view class="Return data-v-2a4e6146" bindtap="{{a}}"><image class="ReturnImg data-v-2a4e6146" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Return.png" mode="scaleToFill"/></view><view class="title data-v-2a4e6146">PK信息</view><view class="content data-v-2a4e6146"><scroll-view scroll-y="true" class="scroll data-v-2a4e6146" refresher-enabled="true" refresher-threshold="40" bindrefresherrefresh="{{c}}" lower-threshold="100" bindscrolltolower="{{d}}" refresher-triggered="{{e}}"><uni-card wx:for="{{b}}" wx:for-item="item" wx:key="m" u-s="{{['d']}}" class="card data-v-2a4e6146" u-i="{{item.n}}" bind:__l="__l"><view class="Profile data-v-2a4e6146"><image class="data-v-2a4e6146" src="{{item.a}}" style="width:89.12rpx;height:89.12rpx;border-radius:72.25rpx" mode="scaleToFill"/></view><view class="Individual data-v-2a4e6146"><view class="Name data-v-2a4e6146">{{item.b}}</view><view class="Label data-v-2a4e6146"><view class="data-v-2a4e6146"><view class="{{['data-v-2a4e6146', item.e && 'Gendermale', item.f && 'Genderfemale']}}"><image wx:if="{{item.c}}" class="Genderimg data-v-2a4e6146" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/female.png" mode="scaleToFill"/><image wx:else class="Genderimg data-v-2a4e6146" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/male.png" mode="scaleToFill"/><view class="age data-v-2a4e6146">{{item.d}}</view></view></view><view class="state data-v-2a4e6146">{{item.g}}</view><view class="species data-v-2a4e6146"><image class="data-v-2a4e6146" style="width:28.63rpx;height:28.63rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/species.png" mode="scaleToFill"/><view class="species-text data-v-2a4e6146">金币:</view><view class="species-num data-v-2a4e6146">{{item.h}}K</view></view></view><view class="time data-v-2a4e6146">PK时间:{{item.i}}</view></view><view wx:if="{{item.j}}" class="handle data-v-2a4e6146"><view class="recompose data-v-2a4e6146" bindtap="{{item.k}}"><image class="data-v-2a4e6146" 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-2a4e6146" bindtap="{{item.l}}"><image class="data-v-2a4e6146" 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></view><recompose wx:if="{{g}}" u-r="createModule" class="createModule r data-v-2a4e6146" u-i="2a4e6146-1" bind:__l="__l" u-p="{{g}}"></recompose>

View File

@@ -1 +1 @@
.bg.data-v-f9c08696{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.bgImg.data-v-f9c08696{width:100%;height:100%}.Return.data-v-f9c08696{position:absolute;top:110rpx;left:35rpx;width:46rpx;height:46rpx}.title.data-v-f9c08696{position:absolute;top:120rpx;left:315rpx;font-size:34rpx;color:#100e0f;font-weight:500}.ReturnImg.data-v-f9c08696{width:100%;height:100%}.scroll.data-v-f9c08696{position:absolute;top:200rpx;left:0;right:0;height:1300rpx;width:100%}.card.data-v-f9c08696{width:695rpx;height:161rpx;background:#fff;border-radius:15rpx;display:flex;align-items:center;margin-left:30rpx;margin-top:11.5rpx}.Profile.data-v-f9c08696{width:89rpx;height:89rpx;border-radius:50rpx;background-color:#ccc;margin-left:27.5rpx}.Gendermale.data-v-f9c08696{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-f9c08696{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-f9c08696{display:flex;flex-direction:column;justify-content:center;margin-left:37rpx}.Name.data-v-f9c08696{font-size:30.53rpx;color:#161616;font-weight:500}.time.data-v-f9c08696{margin-top:13rpx;font-size:23rpx;color:#a3a3a3}.state.data-v-f9c08696{height:30rpx;background:#f6f6f6;border-radius:14rpx;line-height:30rpx;font-size:17rpx;color:#666;padding:0 15rpx}.Label.data-v-f9c08696{margin-top:15rpx;display:flex}.age.data-v-f9c08696{font-size:17rpx;color:#fff;margin-left:10rpx}.Genderimg.data-v-f9c08696{width:14.22rpx;height:14.22rpx;margin-left:10rpx}.species.data-v-f9c08696{display:flex;margin-left:10rpx}.species-text.data-v-f9c08696{font-size:23rpx;color:#a3a3a3}.species-num.data-v-f9c08696{font-size:23rpx;color:#161616;font-weight:700}.handle.data-v-f9c08696{display:flex}.recompose.data-v-f9c08696{width:46rpx;height:46rpx;margin-left:90rpx}.expurgate.data-v-f9c08696{width:46rpx;height:46rpx;margin-left:40rpx}.createModule.data-v-f9c08696{position:fixed;bottom:0;right:0;z-index:998;width:100vw}
.bg.data-v-2a4e6146{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.bgImg.data-v-2a4e6146{width:100%;height:100%}.Return.data-v-2a4e6146{position:absolute;top:110rpx;left:35rpx;width:46rpx;height:46rpx}.title.data-v-2a4e6146{position:absolute;top:120rpx;left:315rpx;font-size:34rpx;color:#100e0f;font-weight:500}.ReturnImg.data-v-2a4e6146{width:100%;height:100%}.scroll.data-v-2a4e6146{position:absolute;top:200rpx;left:0;right:0;height:1300rpx;width:100%}.card.data-v-2a4e6146{width:695rpx;height:161rpx;background:#fff;border-radius:15rpx;display:flex;align-items:center;margin-left:30rpx;margin-top:11.5rpx}.Profile.data-v-2a4e6146{width:89rpx;height:89rpx;border-radius:50rpx;background-color:#ccc;margin-left:27.5rpx}.Gendermale.data-v-2a4e6146{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-2a4e6146{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-2a4e6146{display:flex;flex-direction:column;justify-content:center;margin-left:37rpx}.Name.data-v-2a4e6146{width:288.17rpx;font-size:30.53rpx;color:#161616;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.time.data-v-2a4e6146{margin-top:13rpx;font-size:23rpx;color:#a3a3a3}.state.data-v-2a4e6146{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-2a4e6146{margin-top:15rpx;display:flex}.age.data-v-2a4e6146{font-size:17rpx;color:#fff;margin-left:10rpx}.Genderimg.data-v-2a4e6146{width:14.22rpx;height:14.22rpx;margin-left:10rpx}.species.data-v-2a4e6146{display:flex;margin-left:10rpx}.species-text.data-v-2a4e6146{font-size:23rpx;color:#a3a3a3}.species-num.data-v-2a4e6146{font-size:23rpx;color:#161616;font-weight:700}.handle.data-v-2a4e6146{display:flex}.recompose.data-v-2a4e6146{width:46rpx;height:46rpx;margin-left:90rpx}.expurgate.data-v-2a4e6146{width:46rpx;height:46rpx;margin-left:40rpx}.createModule.data-v-2a4e6146{position:fixed;bottom:0;right:0;z-index:998;width:100vw}

View File

@@ -1 +1 @@
"use strict";const e=require("../../../common/vendor.js"),t=require("../../../components/request.js"),o=require("../../../components/formatDate.js"),r={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)}})},computed:{sliderPosition(){const{current:e,buttonWidth:t,gap:o}=this;return 0+(t+o)*(e-1)+375}},methods:{onRefresherRefresh(){this.triggered=!0,this.page=0,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:o.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),console.log(this.pkRecordlist),1===this.current&&(this.pkRecordlist=this.pkmyRecordlist)):(this.pkInvitationRecordlist.push(...t.data),console.log(this.pkInvitationRecordlist),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(r,[["render",function(t,o,r,i,s,n){return{a:e.o$1(((...e)=>n.onBack&&n.onBack(...e))),b:e.o$1((e=>n.toggleActive(1))),c:1===s.current?1:"",d:e.o$1((e=>n.toggleActive(2))),e:2===s.current?1:"",f:e.t(s.slidetext),g:n.sliderPosition+"rpx",h:e.f(s.pkRecordlist,((t,o,r)=>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:e.t(t.userAcoin),f:e.t(t.anchorIdB),g:e.t(n.formatDate(t.pkTime)),h:e.t(t.userBcoin),i:t.anchorIconB,j:t.winnerAnchorId==t.anchorIdB},(t.winnerAnchorId,t.anchorIdB,{}),{k:e.o$1((e=>n.onItemClick(t)),o),l:o,m:"3b88879f-0-"+r}))),i:e.o$1(((...e)=>n.onRefresherRefresh&&n.onRefresherRefresh(...e))),j:e.o$1(((...e)=>n.onScrollToLower&&n.onScrollToLower(...e))),k:s.triggered}}],["__scopeId","data-v-3b88879f"]]);wx.createPage(i);
"use strict";const e=require("../../../common/vendor.js"),t=require("../../../components/request.js"),o=require("../../../components/formatDate.js"),r={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)}})},computed:{sliderPosition(){const{current:e,buttonWidth:t,gap:o}=this;return 0+(t+o)*(e-1)+375}},methods:{onRefresherRefresh(){this.triggered=!0,this.page=0,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:o.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),console.log(this.pkRecordlist),1===this.current&&(this.pkRecordlist=this.pkmyRecordlist)):(this.pkInvitationRecordlist.push(...t.data),console.log(this.pkInvitationRecordlist),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(r,[["render",function(t,o,r,i,s,n){return{a:e.o$1(((...e)=>n.onBack&&n.onBack(...e))),b:e.o$1((e=>n.toggleActive(1))),c:1===s.current?1:"",d:e.o$1((e=>n.toggleActive(2))),e:2===s.current?1:"",f:e.t(s.slidetext),g:n.sliderPosition+"rpx",h:e.f(s.pkRecordlist,((t,o,r)=>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:e.t(t.userAcoin),f:e.t(t.anchorIdB),g:e.t(n.formatDate(t.pkTime)),h:e.t(t.userBcoin),i:t.anchorIconB,j:t.winnerAnchorId==t.anchorIdB},(t.winnerAnchorId,t.anchorIdB,{}),{k:e.o$1((e=>n.onItemClick(t)),o),l:o,m:"dfea675c-0-"+r}))),i:e.o$1(((...e)=>n.onRefresherRefresh&&n.onRefresherRefresh(...e))),j:e.o$1(((...e)=>n.onScrollToLower&&n.onScrollToLower(...e))),k:s.triggered}}],["__scopeId","data-v-dfea675c"]]);wx.createPage(i);

View File

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

View File

@@ -1 +1 @@
.bg.data-v-3b88879f{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.bgImg.data-v-3b88879f{width:100%;height:100%}.Return.data-v-3b88879f{position:absolute;top:110rpx;left:35rpx;width:46rpx;height:46rpx}.title.data-v-3b88879f{position:absolute;top:120rpx;left:315rpx;font-size:34rpx;color:#100e0f;font-weight:500}.ReturnImg.data-v-3b88879f{width:100%;height:100%}.navigation.data-v-3b88879f{position:absolute;top:200rpx;left:0rpx;right:0rpx;height:68.7rpx;display:flex;justify-content:center;align-items:center}.navigationItem.data-v-3b88879f{width:477.1rpx;height:68.7rpx;border-radius:50rpx;background-color:#4fcacd;display:flex;justify-content:space-around;align-items:center}.navigationItemTitle.data-v-3b88879f{font-weight:500;font-size:31rpx;color:#fff}.slide.data-v-3b88879f{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-3b88879f{position:absolute;top:300rpx;left:0rpx;right:0rpx;bottom:0rpx}.scroll.data-v-3b88879f{width:100%;height:100%;display:flex;flex-direction:column;align-items:center}.card.data-v-3b88879f{width:694.66rpx;height:161.26rpx;background-color:#fff;border-radius:15rpx;display:flex;justify-content:center;align-items:center;margin-left:28.55rpx;margin-top:12rpx}.AnchorA.data-v-3b88879f,.AnchorB.data-v-3b88879f{display:flex;align-items:center}.AnchorAImg.data-v-3b88879f{width:100rpx;height:100rpx;border-radius:50rpx;background-color:#b1b1b1;display:flex}.AnchorAinfo.data-v-3b88879f{display:flex;flex-direction:column;justify-content:center;margin-left:20rpx}.AnchorBinfo.data-v-3b88879f{display:flex;flex-direction:column;justify-content:center;margin-right:20rpx}.AnchorAname.data-v-3b88879f{font-weight:500;font-size:31rpx;color:#161616}.AnchorATime.data-v-3b88879f{font-weight:400;font-size:23rpx;color:#a3a3a3;margin-top:12rpx}.AnchorAICon.data-v-3b88879f{display:flex;margin-top:12rpx}.AnchorAIContext.data-v-3b88879f{font-weight:400;font-size:23rpx;color:#a3a3a3}.AnchorAIConNum.data-v-3b88879f{font-weight:700;font-size:23rpx;color:#161616}.AnchorAImgcss.data-v-3b88879f{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-3b88879f{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-3b88879f{width:45.8rpx;height:39.12rpx;margin-left:-40rpx;margin-top:-100rpx}.vstext.data-v-3b88879f{display:flex}.Vtext.data-v-3b88879f{font-size:45.8rpx;color:#f0836c;font-weight:700;font-style:italic;margin-left:26rpx}.Stext.data-v-3b88879f{font-size:45.8rpx;color:#58d8db;font-weight:700;font-style:italic;margin-right:26rpx}
.bg.data-v-dfea675c{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.bgImg.data-v-dfea675c{width:100%;height:100%}.Return.data-v-dfea675c{position:absolute;top:110rpx;left:35rpx;width:46rpx;height:46rpx}.title.data-v-dfea675c{position:absolute;top:120rpx;left:315rpx;font-size:34rpx;color:#100e0f;font-weight:500}.ReturnImg.data-v-dfea675c{width:100%;height:100%}.navigation.data-v-dfea675c{position:absolute;top:200rpx;left:0rpx;right:0rpx;height:68.7rpx;display:flex;justify-content:center;align-items:center}.navigationItem.data-v-dfea675c{width:477.1rpx;height:68.7rpx;border-radius:50rpx;background-color:#4fcacd;display:flex;justify-content:space-around;align-items:center}.navigationItemTitle.data-v-dfea675c{font-weight:500;font-size:31rpx;color:#fff}.slide.data-v-dfea675c{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-dfea675c{position:absolute;top:300rpx;left:0rpx;right:0rpx;bottom:0rpx}.scroll.data-v-dfea675c{width:100%;height:100%;display:flex;flex-direction:column;align-items:center}.card.data-v-dfea675c{width:694.66rpx;height:161.26rpx;background-color:#fff;border-radius:15rpx;display:flex;justify-content:center;align-items:center;margin-left:28.55rpx;margin-top:12rpx}.AnchorA.data-v-dfea675c,.AnchorB.data-v-dfea675c{display:flex;align-items:center}.AnchorAImg.data-v-dfea675c{width:100rpx;height:100rpx;border-radius:50rpx;background-color:#b1b1b1;display:flex}.AnchorAinfo.data-v-dfea675c{display:flex;flex-direction:column;justify-content:center;margin-left:20rpx}.AnchorBinfo.data-v-dfea675c{display:flex;flex-direction:column;justify-content:center;margin-right:20rpx}.AnchorAname.data-v-dfea675c{width:161.26rpx;font-weight:500;font-size:31rpx;color:#161616;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AnchorATime.data-v-dfea675c{font-weight:400;font-size:23rpx;color:#a3a3a3;margin-top:12rpx}.AnchorAICon.data-v-dfea675c{display:flex;margin-top:12rpx}.AnchorAIContext.data-v-dfea675c{font-weight:400;font-size:23rpx;color:#a3a3a3}.AnchorAIConNum.data-v-dfea675c{font-weight:700;font-size:23rpx;color:#161616}.AnchorAImgcss.data-v-dfea675c{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-dfea675c{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-dfea675c{width:45.8rpx;height:39.12rpx;margin-left:-40rpx;margin-top:-100rpx}.vstext.data-v-dfea675c{display:flex}.Vtext.data-v-dfea675c{font-size:45.8rpx;color:#f0836c;font-weight:700;font-style:italic;margin-left:26rpx}.Stext.data-v-dfea675c{font-size:45.8rpx;color:#58d8db;font-weight:700;font-style:italic;margin-right:26rpx}

View File

@@ -1 +1 @@
<view wx:if="{{a}}" class="{{['data-v-ad5561f2', C, 'Mask']}}" bindtap="{{D}}"><view catchtap="{{B}}" class="containers data-v-ad5561f2"><view class="container data-v-ad5561f2"><image class="Fork data-v-ad5561f2" bindtap="{{b}}" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Fork.png" mode="scaleToFill"/><view class="Titlecss data-v-ad5561f2"><view class="Star data-v-ad5561f2"></view><view class="Title data-v-ad5561f2"></view><view class="Star data-v-ad5561f2"></view></view><view class="NameAnchor data-v-ad5561f2"><input class="NameAnchorcss data-v-ad5561f2" cursor-color="#666666" placeholder-style="color:#666666" bindinput="{{c}}" placeholder="主播名称" value="{{d}}"/><view wx:if="{{e}}" class="Hint data-v-ad5561f2">请填写主播名称</view></view><view class="Accountnumber data-v-ad5561f2"><view class="Coins country data-v-ad5561f2"><wht-select wx:if="{{g}}" class="data-v-ad5561f2" style="width:350rpx" bindchange="{{f}}" u-i="ad5561f2-0" bind:__l="__l" u-p="{{g}}"/><view wx:if="{{h}}" class="Hint data-v-ad5561f2">请选择国家</view></view><view class="Gender data-v-ad5561f2"><view class="Gendercs data-v-ad5561f2"><view class="Gendercss data-v-ad5561f2"><wht-select wx:if="{{j}}" class="data-v-ad5561f2" style="width:300rpx" bindchange="{{i}}" u-i="ad5561f2-1" bind:__l="__l" u-p="{{j}}"/></view><view class="Gendericoncss data-v-ad5561f2"><image wx:if="{{k}}" class="Gendericon data-v-ad5561f2" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/ask.png" mode="scaleToFill"/><image wx:if="{{l}}" class="Gendericon data-v-ad5561f2" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/man.png" mode="scaleToFill"/><image wx:if="{{m}}" class="Gendericon data-v-ad5561f2" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/girl.png" mode="scaleToFill"/></view></view><view wx:if="{{n}}" class="Hintcss data-v-ad5561f2">请选择性别</view></view></view><view class="goldCoin data-v-ad5561f2"><view class="number-box data-v-ad5561f2"><view class="number-box-title data-v-ad5561f2">金币数量:</view><uni-number-box wx:if="{{p}}" class="data-v-ad5561f2" u-i="ad5561f2-2" bind:__l="__l" bindupdateModelValue="{{o}}" u-p="{{p}}"></uni-number-box><view class="number-box-title data-v-ad5561f2">单位:</view><view class="number-box-unit data-v-ad5561f2">K</view></view><view wx:if="{{q}}" class="Hint data-v-ad5561f2">请填写金币数量</view></view><view class="time data-v-ad5561f2"><uni-datetime-picker wx:if="{{s}}" class="data-v-ad5561f2" u-i="ad5561f2-3" bind:__l="__l" bindupdateModelValue="{{r}}" u-p="{{s}}"/><view wx:if="{{t}}" class="Hint data-v-ad5561f2">请选择日期</view></view><view class="goldCoin data-v-ad5561f2"><view class="number-box data-v-ad5561f2"><view class="number-box-title data-v-ad5561f2">选择场数:</view><uni-number-box wx:if="{{w}}" class="data-v-ad5561f2" u-i="ad5561f2-4" bind:__l="__l" bindupdateModelValue="{{v}}" u-p="{{w}}"></uni-number-box><view class="number-box-title data-v-ad5561f2">次</view></view><view wx:if="{{x}}" class="Hint data-v-ad5561f2">请填写场数</view></view><view class="Remarkscss data-v-ad5561f2"><uni-easyinput wx:if="{{z}}" class="data-v-ad5561f2" u-i="ad5561f2-5" bind:__l="__l" bindupdateModelValue="{{y}}" u-p="{{z}}"></uni-easyinput></view><view class="Publish data-v-ad5561f2"><button bindtap="{{A}}" class="Publishcss data-v-ad5561f2">发布</button></view></view></view></view>
<view wx:if="{{a}}" class="{{['data-v-30ae532e', C, 'Mask']}}" bindtap="{{D}}"><view catchtap="{{B}}" class="containers data-v-30ae532e"><view class="container data-v-30ae532e"><image class="Fork data-v-30ae532e" bindtap="{{b}}" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Fork.png" mode="scaleToFill"/><view class="Titlecss data-v-30ae532e"><view class="Star data-v-30ae532e"></view><view class="Title data-v-30ae532e"></view><view class="Star data-v-30ae532e"></view></view><view class="NameAnchor data-v-30ae532e"><input class="NameAnchorcss data-v-30ae532e" cursor-color="#666666" placeholder-style="color:#666666" bindinput="{{c}}" placeholder="主播名称" value="{{d}}"/><view wx:if="{{e}}" class="Hint data-v-30ae532e">请填写主播名称</view></view><view class="Accountnumber data-v-30ae532e"><view class="Coins country data-v-30ae532e"><wht-select wx:if="{{g}}" class="data-v-30ae532e" style="width:350rpx" bindchange="{{f}}" u-i="30ae532e-0" bind:__l="__l" u-p="{{g}}"/><view wx:if="{{h}}" class="Hint data-v-30ae532e">请选择国家</view></view><view class="Gender data-v-30ae532e"><view class="Gendercs data-v-30ae532e"><view class="Gendercss data-v-30ae532e"><wht-select wx:if="{{j}}" class="data-v-30ae532e" style="width:300rpx" bindchange="{{i}}" u-i="30ae532e-1" bind:__l="__l" u-p="{{j}}"/></view><view class="Gendericoncss data-v-30ae532e"><image wx:if="{{k}}" class="Gendericon data-v-30ae532e" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/ask.png" mode="scaleToFill"/><image wx:if="{{l}}" class="Gendericon data-v-30ae532e" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/man.png" mode="scaleToFill"/><image wx:if="{{m}}" class="Gendericon data-v-30ae532e" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/girl.png" mode="scaleToFill"/></view></view><view wx:if="{{n}}" class="Hintcss data-v-30ae532e">请选择性别</view></view></view><view class="goldCoin data-v-30ae532e"><view class="number-box data-v-30ae532e"><view class="number-box-title data-v-30ae532e">金币数量:</view><uni-number-box wx:if="{{p}}" class="data-v-30ae532e" u-i="30ae532e-2" bind:__l="__l" bindupdateModelValue="{{o}}" u-p="{{p}}"></uni-number-box><view class="number-box-title data-v-30ae532e">单位:</view><view class="number-box-unit data-v-30ae532e">K</view></view><view wx:if="{{q}}" class="Hint data-v-30ae532e">请填写金币数量</view></view><view class="time data-v-30ae532e"><uni-datetime-picker wx:if="{{s}}" class="data-v-30ae532e" u-i="30ae532e-3" bind:__l="__l" bindupdateModelValue="{{r}}" u-p="{{s}}"/><view wx:if="{{t}}" class="Hint data-v-30ae532e">请选择日期</view></view><view class="goldCoin data-v-30ae532e"><view class="number-box data-v-30ae532e"><view class="number-box-title data-v-30ae532e">选择场数:</view><uni-number-box wx:if="{{w}}" class="data-v-30ae532e" u-i="30ae532e-4" bind:__l="__l" bindupdateModelValue="{{v}}" u-p="{{w}}"></uni-number-box><view class="number-box-title data-v-30ae532e">次</view></view><view wx:if="{{x}}" class="Hint data-v-30ae532e">请填写场数</view></view><view class="Remarkscss data-v-30ae532e"><uni-easyinput wx:if="{{z}}" class="data-v-30ae532e" u-i="30ae532e-5" bind:__l="__l" bindupdateModelValue="{{y}}" u-p="{{z}}"></uni-easyinput></view><view class="Publish data-v-30ae532e"><button bindtap="{{A}}" class="Publishcss data-v-30ae532e">发布</button></view></view></view></view>

View File

@@ -1 +1 @@
@keyframes slide-in-ad5561f2{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-out-ad5561f2{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}.create-module.data-v-ad5561f2{animation:slide-in-ad5561f2 .3s ease-in-out}.close-animation.data-v-ad5561f2{animation:slide-out-ad5561f2 .3s ease-in-out forwards}.Mask.data-v-ad5561f2{width:100vw;height:100vh;background:rgba(0,0,0,.463);display:flex;flex-direction:column-reverse}.Hint.data-v-ad5561f2{color:red;font-size:20rpx;margin-left:30rpx;margin-top:10rpx}.Hintcss.data-v-ad5561f2{color:red;font-size:20rpx;margin-left:30rpx;margin-top:20rpx}.containers.data-v-ad5561f2{background-color:#fff;border-radius:50rpx}.container.data-v-ad5561f2{display:flex;background-image:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/bgv.png);background-size:100% 100%;flex-direction:column;width:100%;height:1300rpx;border-radius:50rpx;box-shadow:0 0 10rpx #ccc}.Fork.data-v-ad5561f2{width:46rpx;height:46rpx;margin-top:20rpx;margin-left:90%}.Titlecss.data-v-ad5561f2{width:100%;height:70rpx;display:flex;justify-content:center;align-items:center}.Star.data-v-ad5561f2{width:50rpx;height:50rpx;background-image:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/star.png);background-size:100% 100%}.Title.data-v-ad5561f2{width:430rpx;height:70rpx;background-image:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Publishpk.png);background-size:100% 200%;background-position:30% 0%;margin-left:26rpx;margin-right:-65rpx}.Individual.data-v-ad5561f2{display:flex}.NameAnchor.data-v-ad5561f2{width:90%;margin:40rpx}.time.data-v-ad5561f2{width:90%;margin-left:5%;margin-top:50rpx}.NameAnchorcss.data-v-ad5561f2{width:99%;height:85rpx;background-color:#fff;border:1rpx solid #BFBFBF;border-radius:10rpx;text-align:center}.Gender.data-v-ad5561f2{width:310rpx;display:flex;flex-direction:column;justify-content:center}.Gendercs.data-v-ad5561f2{display:flex;justify-content:center}.Gendercss.data-v-ad5561f2{width:200rpx;height:60rpx}.Gendericoncss.data-v-ad5561f2{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-ad5561f2{width:40rpx;height:40rpx}.Accountnumber.data-v-ad5561f2{display:flex;justify-content:center;margin-bottom:60rpx;margin-top:50rpx}.Coins.data-v-ad5561f2{width:330rpx;height:65rpx;margin-right:50rpx}.country.data-v-ad5561f2{margin-left:10rpx}.goldCoin.data-v-ad5561f2{width:100%;height:100rpx;display:flex;justify-content:center;align-items:center}.number-box.data-v-ad5561f2{display:flex;justify-content:center;text-align:center}.number-box-title.data-v-ad5561f2{color:#191919;font-size:30rpx;margin-right:22rpx;margin-left:17rpx}.number-box-unit.data-v-ad5561f2{color:#03aba8;width:48rpx;height:48rpx;border:1rpx solid #03ABA8;border-radius:50%;line-height:48rpx;text-align:center}.Remarkscss.data-v-ad5561f2{width:90%;margin-top:30rpx;margin-left:5%;margin-right:5%;margin-bottom:50rpx;border-radius:10rpx}.Publish.data-v-ad5561f2{margin-bottom:40rpx;width:90%;margin-left:5%}.Publishcss.data-v-ad5561f2{background-image:linear-gradient(135deg,#4fcacd,#5fdbde);color:#fff;font-weight:700;border-radius:50rpx}
@keyframes slide-in-30ae532e{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-out-30ae532e{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}.create-module.data-v-30ae532e{animation:slide-in-30ae532e .3s ease-in-out}.close-animation.data-v-30ae532e{animation:slide-out-30ae532e .3s ease-in-out forwards}.Mask.data-v-30ae532e{width:100vw;height:100vh;background:rgba(0,0,0,.463);display:flex;flex-direction:column-reverse}.Hint.data-v-30ae532e{color:red;font-size:20rpx;margin-left:30rpx;margin-top:10rpx}.Hintcss.data-v-30ae532e{color:red;font-size:20rpx;margin-left:30rpx;margin-top:20rpx}.containers.data-v-30ae532e{background-color:#fff;border-radius:50rpx}.container.data-v-30ae532e{display:flex;background-image:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/bgv.png);background-size:100% 100%;flex-direction:column;width:100%;height:1300rpx;border-radius:50rpx;box-shadow:0 0 10rpx #ccc}.Fork.data-v-30ae532e{width:46rpx;height:46rpx;margin-top:20rpx;margin-left:90%}.Titlecss.data-v-30ae532e{width:100%;height:70rpx;display:flex;justify-content:center;align-items:center}.Star.data-v-30ae532e{width:50rpx;height:50rpx;background-image:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/star.png);background-size:100% 100%}.Title.data-v-30ae532e{width:430rpx;height:70rpx;background-image:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Publishpk.png);background-size:100% 200%;background-position:30% 0%;margin-left:26rpx;margin-right:-65rpx}.Individual.data-v-30ae532e{display:flex}.NameAnchor.data-v-30ae532e{width:90%;margin:40rpx}.time.data-v-30ae532e{width:90%;margin-left:5%;margin-top:50rpx}.NameAnchorcss.data-v-30ae532e{width:99%;height:85rpx;background-color:#fff;border:1rpx solid #bfbfbf;border-radius:10rpx;text-align:center}.Gender.data-v-30ae532e{width:310rpx;display:flex;flex-direction:column;justify-content:center}.Gendercs.data-v-30ae532e{display:flex;justify-content:center}.Gendercss.data-v-30ae532e{width:200rpx;height:60rpx}.Gendericoncss.data-v-30ae532e{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-30ae532e{width:40rpx;height:40rpx}.Accountnumber.data-v-30ae532e{display:flex;justify-content:center;margin-bottom:60rpx;margin-top:50rpx}.Coins.data-v-30ae532e{width:330rpx;height:65rpx;margin-right:50rpx}.country.data-v-30ae532e{margin-left:10rpx}.goldCoin.data-v-30ae532e{width:100%;height:100rpx;display:flex;justify-content:center;align-items:center}.number-box.data-v-30ae532e{display:flex;justify-content:center;text-align:center}.number-box-title.data-v-30ae532e{color:#191919;font-size:30rpx;margin-right:22rpx;margin-left:17rpx}.number-box-unit.data-v-30ae532e{color:#03aba8;width:48rpx;height:48rpx;border:1rpx solid #03aba8;border-radius:50%;line-height:48rpx;text-align:center}.Remarkscss.data-v-30ae532e{width:90%;margin-top:30rpx;margin-left:5%;margin-right:5%;margin-bottom:50rpx;border-radius:10rpx}.Publish.data-v-30ae532e{margin-bottom:40rpx;width:90%;margin-left:5%}.Publishcss.data-v-30ae532e{background-image:linear-gradient(135deg,#4fcacd,#5fdbde);color:#fff;font-weight:700;border-radius:50rpx}

View File

@@ -1 +1 @@
<view wx:if="{{a}}" class="{{['data-v-fa0fbb45', C, 'Mask']}}" bindtap="{{D}}"><view catchtap="{{B}}" class="containers data-v-fa0fbb45"><view class="container data-v-fa0fbb45"><image class="Fork data-v-fa0fbb45" bindtap="{{b}}" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Fork.png" mode="scaleToFill"/><view class="Titlecss data-v-fa0fbb45"><view class="Star data-v-fa0fbb45"></view><view class="Title data-v-fa0fbb45"></view><view class="Star data-v-fa0fbb45"></view></view><view class="NameAnchor data-v-fa0fbb45"><input class="NameAnchorcss data-v-fa0fbb45" cursor-color="#666666" placeholder-style="color:#666666" bindinput="{{c}}" placeholder="主播名称" bindblur="{{d}}"/><view wx:if="{{e}}" class="Hint data-v-fa0fbb45">请检查主播名称是否正确</view></view><view class="Accountnumber data-v-fa0fbb45"><view class="Coins country data-v-fa0fbb45"><wht-select wx:if="{{g}}" class="data-v-fa0fbb45" style="width:350rpx" bindchange="{{f}}" u-i="fa0fbb45-0" bind:__l="__l" u-p="{{g}}"/><view wx:if="{{h}}" class="Hint data-v-fa0fbb45">请选择国家</view></view><view class="Gender data-v-fa0fbb45"><view class="Gendercs data-v-fa0fbb45"><view class="Gendercss data-v-fa0fbb45"><wht-select wx:if="{{j}}" class="data-v-fa0fbb45" style="width:300rpx" bindchange="{{i}}" u-i="fa0fbb45-1" bind:__l="__l" u-p="{{j}}"/></view><view class="Gendericoncss data-v-fa0fbb45"><image wx:if="{{k}}" class="Gendericon data-v-fa0fbb45" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/ask.png" mode="scaleToFill"/><image wx:if="{{l}}" class="Gendericon data-v-fa0fbb45" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/man.png" mode="scaleToFill"/><image wx:if="{{m}}" class="Gendericon data-v-fa0fbb45" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/girl.png" mode="scaleToFill"/></view></view><view wx:if="{{n}}" class="Hintcss data-v-fa0fbb45">请选择性别</view></view></view><view class="goldCoin data-v-fa0fbb45"><view class="number-box data-v-fa0fbb45"><view class="number-box-title data-v-fa0fbb45">金币数量:</view><uni-number-box wx:if="{{p}}" class="data-v-fa0fbb45" u-i="fa0fbb45-2" bind:__l="__l" bindupdateModelValue="{{o}}" u-p="{{p}}"></uni-number-box><view class="number-box-title data-v-fa0fbb45">单位:</view><view class="number-box-unit data-v-fa0fbb45">K</view></view><view wx:if="{{q}}" class="Hint data-v-fa0fbb45">请填写金币数量</view></view><view class="time data-v-fa0fbb45"><uni-datetime-picker wx:if="{{s}}" class="data-v-fa0fbb45" u-i="fa0fbb45-3" bind:__l="__l" bindupdateModelValue="{{r}}" u-p="{{s}}"/><view wx:if="{{t}}" class="Hint data-v-fa0fbb45">请选择日期</view></view><view class="goldCoin data-v-fa0fbb45"><view class="number-box data-v-fa0fbb45"><view class="number-box-title data-v-fa0fbb45">选择场数:</view><uni-number-box wx:if="{{w}}" class="data-v-fa0fbb45" u-i="fa0fbb45-4" bind:__l="__l" bindupdateModelValue="{{v}}" u-p="{{w}}"></uni-number-box><view class="number-box-title data-v-fa0fbb45">次</view></view><view wx:if="{{x}}" class="Hint data-v-fa0fbb45">请填写场数</view></view><view class="Remarkscss data-v-fa0fbb45"><uni-easyinput wx:if="{{z}}" class="data-v-fa0fbb45" u-i="fa0fbb45-5" bind:__l="__l" bindupdateModelValue="{{y}}" u-p="{{z}}"></uni-easyinput></view><view class="Publish data-v-fa0fbb45"><button bindtap="{{A}}" class="Publishcss data-v-fa0fbb45">发布</button></view></view></view></view>
<view wx:if="{{a}}" class="{{['data-v-4f0126b2', C, 'Mask']}}" bindtap="{{D}}"><view catchtap="{{B}}" class="containers data-v-4f0126b2"><view class="container data-v-4f0126b2"><image class="Fork data-v-4f0126b2" bindtap="{{b}}" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Fork.png" mode="scaleToFill"/><view class="Titlecss data-v-4f0126b2"><view class="Star data-v-4f0126b2"></view><view class="Title data-v-4f0126b2"></view><view class="Star data-v-4f0126b2"></view></view><view class="NameAnchor data-v-4f0126b2"><input class="NameAnchorcss data-v-4f0126b2" cursor-color="#666666" placeholder-style="color:#666666" bindinput="{{c}}" placeholder="主播名称" bindblur="{{d}}"/><view wx:if="{{e}}" class="Hint data-v-4f0126b2">请检查主播名称是否正确</view></view><view class="Accountnumber data-v-4f0126b2"><view class="Coins country data-v-4f0126b2"><wht-select wx:if="{{g}}" class="data-v-4f0126b2" style="width:350rpx" bindchange="{{f}}" u-i="4f0126b2-0" bind:__l="__l" u-p="{{g}}"/><view wx:if="{{h}}" class="Hint data-v-4f0126b2">请选择国家</view></view><view class="Gender data-v-4f0126b2"><view class="Gendercs data-v-4f0126b2"><view class="Gendercss data-v-4f0126b2"><wht-select wx:if="{{j}}" class="data-v-4f0126b2" style="width:300rpx" bindchange="{{i}}" u-i="4f0126b2-1" bind:__l="__l" u-p="{{j}}"/></view><view class="Gendericoncss data-v-4f0126b2"><image wx:if="{{k}}" class="Gendericon data-v-4f0126b2" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/ask.png" mode="scaleToFill"/><image wx:if="{{l}}" class="Gendericon data-v-4f0126b2" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/man.png" mode="scaleToFill"/><image wx:if="{{m}}" class="Gendericon data-v-4f0126b2" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/girl.png" mode="scaleToFill"/></view></view><view wx:if="{{n}}" class="Hintcss data-v-4f0126b2">请选择性别</view></view></view><view class="goldCoin data-v-4f0126b2"><view class="number-box data-v-4f0126b2"><view class="number-box-title data-v-4f0126b2">金币数量:</view><uni-number-box wx:if="{{p}}" class="data-v-4f0126b2" u-i="4f0126b2-2" bind:__l="__l" bindupdateModelValue="{{o}}" u-p="{{p}}"></uni-number-box><view class="number-box-title data-v-4f0126b2">单位:</view><view class="number-box-unit data-v-4f0126b2">K</view></view><view wx:if="{{q}}" class="Hint data-v-4f0126b2">请填写金币数量</view></view><view class="time data-v-4f0126b2"><uni-datetime-picker wx:if="{{s}}" class="data-v-4f0126b2" u-i="4f0126b2-3" bind:__l="__l" bindupdateModelValue="{{r}}" u-p="{{s}}"/><view wx:if="{{t}}" class="Hint data-v-4f0126b2">请选择日期</view></view><view class="goldCoin data-v-4f0126b2"><view class="number-box data-v-4f0126b2"><view class="number-box-title data-v-4f0126b2">选择场数:</view><uni-number-box wx:if="{{w}}" class="data-v-4f0126b2" u-i="4f0126b2-4" bind:__l="__l" bindupdateModelValue="{{v}}" u-p="{{w}}"></uni-number-box><view class="number-box-title data-v-4f0126b2">次</view></view><view wx:if="{{x}}" class="Hint data-v-4f0126b2">请填写场数</view></view><view class="Remarkscss data-v-4f0126b2"><uni-easyinput wx:if="{{z}}" class="data-v-4f0126b2" u-i="4f0126b2-5" bind:__l="__l" bindupdateModelValue="{{y}}" u-p="{{z}}"></uni-easyinput></view><view class="Publish data-v-4f0126b2"><button bindtap="{{A}}" class="Publishcss data-v-4f0126b2">发布</button></view></view></view></view>

View File

@@ -1 +1 @@
@keyframes slide-in-fa0fbb45{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-out-fa0fbb45{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}.create-module.data-v-fa0fbb45{animation:slide-in-fa0fbb45 .3s ease-in-out}.close-animation.data-v-fa0fbb45{animation:slide-out-fa0fbb45 .3s ease-in-out forwards}.Mask.data-v-fa0fbb45{width:100vw;height:100vh;background:rgba(0,0,0,.463);display:flex;flex-direction:column-reverse}.Hint.data-v-fa0fbb45{color:red;font-size:20rpx;margin-left:30rpx;margin-top:10rpx}.Hintcss.data-v-fa0fbb45{color:red;font-size:20rpx;margin-left:30rpx;margin-top:20rpx}.containers.data-v-fa0fbb45{background-color:#fff;border-radius:50rpx}.container.data-v-fa0fbb45{display:flex;background-image:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/bgv.png);background-size:100% 100%;flex-direction:column;width:100%;height:1300rpx;border-radius:50rpx;box-shadow:0 0 10rpx #ccc}.Fork.data-v-fa0fbb45{width:46rpx;height:46rpx;margin-top:20rpx;margin-left:90%}.Titlecss.data-v-fa0fbb45{width:100%;height:70rpx;display:flex;justify-content:center;align-items:center}.Star.data-v-fa0fbb45{width:50rpx;height:50rpx;background-image:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/star.png);background-size:100% 100%}.Title.data-v-fa0fbb45{width:430rpx;height:70rpx;background-image:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Publishpk.png);background-size:100% 200%;background-position:0 100%;margin-left:26rpx;margin-right:26rpx}.Individual.data-v-fa0fbb45{display:flex}.NameAnchor.data-v-fa0fbb45{width:90%;margin:40rpx}.time.data-v-fa0fbb45{width:90%;margin-left:5%;margin-top:50rpx}.NameAnchorcss.data-v-fa0fbb45{width:99%;height:85rpx;background-color:#fff;border:1rpx solid #bfbfbf;border-radius:10rpx;text-align:center}.Gender.data-v-fa0fbb45{width:310rpx;display:flex;flex-direction:column;justify-content:center}.Gendercs.data-v-fa0fbb45{display:flex;justify-content:center}.Gendercss.data-v-fa0fbb45{width:200rpx;height:60rpx}.Gendericoncss.data-v-fa0fbb45{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-fa0fbb45{width:40rpx;height:40rpx}.Accountnumber.data-v-fa0fbb45{display:flex;justify-content:center;margin-bottom:60rpx;margin-top:50rpx}.Coins.data-v-fa0fbb45{width:330rpx;height:65rpx;margin-right:50rpx}.country.data-v-fa0fbb45{margin-left:10rpx}.goldCoin.data-v-fa0fbb45{width:100%;height:100rpx;display:flex;justify-content:center;align-items:center}.number-box.data-v-fa0fbb45{display:flex;justify-content:center;text-align:center}.number-box-title.data-v-fa0fbb45{color:#191919;font-size:30rpx;margin-right:22rpx;margin-left:17rpx}.number-box-unit.data-v-fa0fbb45{color:#03aba8;width:48rpx;height:48rpx;border:1rpx solid #03aba8;border-radius:50%;line-height:48rpx;text-align:center}.Remarkscss.data-v-fa0fbb45{width:90%;margin-top:30rpx;margin-left:5%;margin-right:5%;margin-bottom:50rpx;border-radius:10rpx}.Publish.data-v-fa0fbb45{margin-bottom:40rpx;width:90%;margin-left:5%}.Publishcss.data-v-fa0fbb45{background-image:linear-gradient(135deg,#4fcacd,#5fdbde);color:#fff;font-weight:700;border-radius:50rpx}
@keyframes slide-in-4f0126b2{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-out-4f0126b2{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}.create-module.data-v-4f0126b2{animation:slide-in-4f0126b2 .3s ease-in-out}.close-animation.data-v-4f0126b2{animation:slide-out-4f0126b2 .3s ease-in-out forwards}.Mask.data-v-4f0126b2{width:100vw;height:100vh;background:rgba(0,0,0,.463);display:flex;flex-direction:column-reverse}.Hint.data-v-4f0126b2{color:red;font-size:20rpx;margin-left:30rpx;margin-top:10rpx}.Hintcss.data-v-4f0126b2{color:red;font-size:20rpx;margin-left:30rpx;margin-top:20rpx}.containers.data-v-4f0126b2{background-color:#fff;border-radius:50rpx}.container.data-v-4f0126b2{display:flex;background-image:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/bgv.png);background-size:100% 100%;flex-direction:column;width:100%;height:1300rpx;border-radius:50rpx;box-shadow:0 0 10rpx #ccc}.Fork.data-v-4f0126b2{width:46rpx;height:46rpx;margin-top:20rpx;margin-left:90%}.Titlecss.data-v-4f0126b2{width:100%;height:70rpx;display:flex;justify-content:center;align-items:center}.Star.data-v-4f0126b2{width:50rpx;height:50rpx;background-image:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/star.png);background-size:100% 100%}.Title.data-v-4f0126b2{width:430rpx;height:70rpx;background-image:url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Publishpk.png);background-size:100% 200%;background-position:0 100%;margin-left:26rpx;margin-right:26rpx}.Individual.data-v-4f0126b2{display:flex}.NameAnchor.data-v-4f0126b2{width:90%;margin:40rpx}.time.data-v-4f0126b2{width:90%;margin-left:5%;margin-top:50rpx}.NameAnchorcss.data-v-4f0126b2{width:99%;height:85rpx;background-color:#fff;border:1rpx solid #bfbfbf;border-radius:10rpx;text-align:center}.Gender.data-v-4f0126b2{width:310rpx;display:flex;flex-direction:column;justify-content:center}.Gendercs.data-v-4f0126b2{display:flex;justify-content:center}.Gendercss.data-v-4f0126b2{width:200rpx;height:60rpx}.Gendericoncss.data-v-4f0126b2{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-4f0126b2{width:40rpx;height:40rpx}.Accountnumber.data-v-4f0126b2{display:flex;justify-content:center;margin-bottom:60rpx;margin-top:50rpx}.Coins.data-v-4f0126b2{width:330rpx;height:65rpx;margin-right:50rpx}.country.data-v-4f0126b2{margin-left:10rpx}.goldCoin.data-v-4f0126b2{width:100%;height:100rpx;display:flex;justify-content:center;align-items:center}.number-box.data-v-4f0126b2{display:flex;justify-content:center;text-align:center}.number-box-title.data-v-4f0126b2{color:#191919;font-size:30rpx;margin-right:22rpx;margin-left:17rpx}.number-box-unit.data-v-4f0126b2{color:#03aba8;width:48rpx;height:48rpx;border:1rpx solid #03aba8;border-radius:50%;line-height:48rpx;text-align:center}.Remarkscss.data-v-4f0126b2{width:90%;margin-top:30rpx;margin-left:5%;margin-right:5%;margin-bottom:50rpx;border-radius:10rpx}.Publish.data-v-4f0126b2{margin-bottom:40rpx;width:90%;margin-left:5%}.Publishcss.data-v-4f0126b2{background-image:linear-gradient(135deg,#4fcacd,#5fdbde);color:#fff;font-weight:700;border-radius:50rpx}

View File

@@ -1 +1 @@
"use strict";const t=require("../../common/vendor.js"),a=require("../../components/request.js"),e=require("../../components/formatDate.js"),o={data:()=>({customData:{},SenderData:{},ReceiverData:{},PkIDInfodata:{}}),onLoad(t){this.customData=JSON.parse(t.customData),this.getPkyourInfo(),this.getPkmineInfo(),this.getPkIDInfo()},methods:{async getPkIDInfo(){await a.request({url:"pk/singleRecord",method:"POST",data:{id:this.customData.id},userInfo:!0}).then((t=>{this.PkIDInfodata=t.data,console.log(this.PkIDInfodata)}))},async getPkyourInfo(){await a.request({url:"pk/pkInfoDetail",method:"POST",data:{id:this.customData.pkIdA},userInfo:!0}).then((t=>{this.SenderData=t.data,console.log(this.SenderData)}))},async getPkmineInfo(){await a.request({url:"pk/pkInfoDetail",method:"POST",data:{id:this.customData.pkIdB},userInfo:!0}).then((t=>{this.ReceiverData=t.data,console.log(this.ReceiverData)}))},goBack(){t.wx$1.navigateBack({delta:1})},formatDate:e.formatDate,async operation(e){console.log("``````",this.customData),console.log(e),await a.request({url:"pk/updatePkStatus",method:"POST",data:{id:this.customData.id,pkStatus:e},userInfo:!0}).then((a=>{console.log(a.data);const o=1===e?"接受邀请成功":"拒绝邀请成功";200===a.code?(this.getPkIDInfo(),t.wx$1.showToast({title:o,icon:"success",duration:2e3}),t.wx$1.navigateBack({delta:1})):t.wx$1.showToast({title:"操作失败",icon:"none",duration:2e3})}))}}};const n=t._export_sfc(o,[["render",function(a,e,o,n,s,r){return t.e({a:t.o$1(((...t)=>r.goBack&&r.goBack(...t))),b:s.SenderData.anchorIcon,c:t.t(s.SenderData.anchorId),d:"1"===s.SenderData.sex},"1"===s.SenderData.sex?{e:t.t(1==s.SenderData.sex?"男":"女")}:{f:t.t(1==s.SenderData.sex?"男":"女")},{g:t.t(s.SenderData.country),h:t.t(r.formatDate(s.SenderData.pkTime)),i:t.t(s.SenderData.coin),j:t.t(s.SenderData.pkNumber),k:s.ReceiverData.anchorIcon,l:t.t(s.ReceiverData.anchorId),m:"1"===s.ReceiverData.sex},"1"===s.ReceiverData.sex?{n:t.t(1==s.ReceiverData.sex?"男":"女")}:{o:t.t(1==s.ReceiverData.sex?"男":"女")},{p:t.t(s.ReceiverData.country),q:t.t(r.formatDate(s.ReceiverData.pkTime)),r:t.t(s.ReceiverData.coin),s:t.t(s.ReceiverData.pkNumber),t:0===s.PkIDInfodata.pkStatus},0===s.PkIDInfodata.pkStatus?{v:t.o$1((t=>r.operation(1))),w:t.o$1((t=>r.operation(2)))}:{},{x:1===s.PkIDInfodata.pkStatus},(s.PkIDInfodata.pkStatus,{}),{y:2===s.PkIDInfodata.pkStatus},(s.PkIDInfodata.pkStatus,{}))}],["__scopeId","data-v-88fae9bd"]]);wx.createPage(n);
"use strict";const t=require("../../common/vendor.js"),e=require("../../components/request.js"),a=require("../../components/formatDate.js"),o={data:()=>({customData:{},SenderData:{},ReceiverData:{},PkIDInfodata:{},id:""}),onLoad(e){t.index.getStorage({key:"userinfo",success:t=>{this.id=t.data.id}}),this.customData=JSON.parse(e.customData),this.getPkyourInfo(),this.getPkmineInfo(),this.getPkIDInfo()},methods:{async getPkIDInfo(){await e.request({url:"pk/singleRecord",method:"POST",data:{id:this.customData.id},userInfo:!0}).then((t=>{this.PkIDInfodata=t.data,console.log(this.PkIDInfodata)}))},async getPkyourInfo(){await e.request({url:"pk/pkInfoDetail",method:"POST",data:{id:this.customData.pkIdA},userInfo:!0}).then((t=>{this.SenderData=t.data,console.log(this.SenderData)}))},async getPkmineInfo(){await e.request({url:"pk/pkInfoDetail",method:"POST",data:{id:this.customData.pkIdB},userInfo:!0}).then((t=>{this.ReceiverData=t.data,console.log(this.ReceiverData)}))},goBack(){t.wx$1.navigateBack({delta:1})},formatDate:a.formatDate,async operation(a){console.log("``````",this.customData),console.log(a),await e.request({url:"pk/updatePkStatus",method:"POST",data:{id:this.customData.id,pkStatus:a},userInfo:!0}).then((e=>{console.log(e.data);const o=1===a?"接受邀请成功":"拒绝邀请成功";200===e.code?(this.getPkIDInfo(),t.wx$1.showToast({title:o,icon:"success",duration:2e3}),t.wx$1.navigateBack({delta:1})):t.wx$1.showToast({title:"操作失败",icon:"none",duration:2e3})}))}}};const n=t._export_sfc(o,[["render",function(e,a,o,n,s,r){return t.e({a:t.o$1(((...t)=>r.goBack&&r.goBack(...t))),b:s.SenderData.anchorIcon,c:t.t(s.SenderData.anchorId),d:"1"===s.SenderData.sex},"1"===s.SenderData.sex?{e:t.t(1==s.SenderData.sex?"男":"女")}:{f:t.t(1==s.SenderData.sex?"男":"女")},{g:t.t(s.SenderData.country),h:t.t(r.formatDate(s.SenderData.pkTime)),i:t.t(s.SenderData.coin),j:t.t(s.SenderData.pkNumber),k:s.ReceiverData.anchorIcon,l:t.t(s.ReceiverData.anchorId),m:"1"===s.ReceiverData.sex},"1"===s.ReceiverData.sex?{n:t.t(1==s.ReceiverData.sex?"男":"女")}:{o:t.t(1==s.ReceiverData.sex?"男":"女")},{p:t.t(s.ReceiverData.country),q:t.t(r.formatDate(s.ReceiverData.pkTime)),r:t.t(s.ReceiverData.coin),s:t.t(s.ReceiverData.pkNumber),t:0===s.PkIDInfodata.pkStatus&&s.ReceiverData.senderId!==s.id},0===s.PkIDInfodata.pkStatus&&s.ReceiverData.senderId!==s.id?{v:t.o$1((t=>r.operation(1))),w:t.o$1((t=>r.operation(2)))}:{},{x:s.ReceiverData.senderId===s.id&&0===s.PkIDInfodata.pkStatus},(s.ReceiverData.senderId===s.id&&s.PkIDInfodata.pkStatus,{}),{y:1===s.PkIDInfodata.pkStatus},(s.PkIDInfodata.pkStatus,{}),{z:2===s.PkIDInfodata.pkStatus},(s.PkIDInfodata.pkStatus,{}))}],["__scopeId","data-v-2cc8ff71"]]);wx.createPage(n);

View File

@@ -1 +1 @@
<view class="container data-v-88fae9bd"><view class="background data-v-88fae9bd"><image class="data-v-88fae9bd" style="width:100%;height:100%" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/HomeBackground.png" mode="scaleToFill"/></view><view class="Navigation data-v-88fae9bd"><view class="Return data-v-88fae9bd" bindtap="{{a}}"><image class="Return data-v-88fae9bd" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Return.png" mode="scaleToFill"/></view></view><view class="Content data-v-88fae9bd"><view class="sender data-v-88fae9bd"><view class="sengderIcon data-v-88fae9bd"><image class="Icon data-v-88fae9bd" src="{{b}}" mode="scaleToFill"/></view><view class="Individual data-v-88fae9bd"><view class="name data-v-88fae9bd">{{c}}</view><view class="GenderAndAge data-v-88fae9bd"><view wx:if="{{d}}" class="male data-v-88fae9bd"><view class="data-v-88fae9bd"><image class="data-v-88fae9bd" style="width:20rpx;height:20rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/male.png" mode="scaleToFill"/></view><view class="age data-v-88fae9bd">{{e}}</view></view><view wx:else class="female data-v-88fae9bd"><view class="data-v-88fae9bd"><image class="data-v-88fae9bd" style="width:20rpx;height:20rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/female.png" mode="scaleToFill"/></view><view class="age data-v-88fae9bd">{{f}}</view></view></view><view class="nation data-v-88fae9bd">{{g}}</view></view><view class="Time data-v-88fae9bd">PK时间:{{h}}</view><view class="SessionAndGoldCoin data-v-88fae9bd"><view class="goldCoin data-v-88fae9bd"><image class="data-v-88fae9bd" style="width:72rpx;height:72rpx;margin-left:36rpx;margin-right:32rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/gold.png" mode="scaleToFill"/><view class="goldcard data-v-88fae9bd"><view class="goldnumber data-v-88fae9bd">{{i}}</view><view class="goldtext data-v-88fae9bd">金币</view></view></view><view class="Session data-v-88fae9bd"><image class="data-v-88fae9bd" style="width:72rpx;height:72rpx;margin-left:36rpx;margin-right:32rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/session.png" mode="scaleToFill"/><view class="goldcard data-v-88fae9bd"><view class="goldnumber data-v-88fae9bd">{{j}}</view><view class="goldtext data-v-88fae9bd">PK场数</view></view></view></view></view><view class="sender data-v-88fae9bd"><view class="sengderIcon data-v-88fae9bd"><image class="Icon data-v-88fae9bd" src="{{k}}" mode="scaleToFill"/></view><view class="Individual data-v-88fae9bd"><view class="name data-v-88fae9bd">{{l}}</view><view class="GenderAndAge data-v-88fae9bd"><view wx:if="{{m}}" class="male data-v-88fae9bd"><view class="data-v-88fae9bd"><image class="data-v-88fae9bd" style="width:20rpx;height:20rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/male.png" mode="scaleToFill"/></view><view class="age data-v-88fae9bd">{{n}}</view></view><view wx:else class="female data-v-88fae9bd"><view class="data-v-88fae9bd"><image class="data-v-88fae9bd" style="width:20rpx;height:20rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/female.png" mode="scaleToFill"/></view><view class="age data-v-88fae9bd">{{o}}</view></view></view><view class="nation data-v-88fae9bd">{{p}}</view></view><view class="Time data-v-88fae9bd">PK时间:{{q}}</view><view class="SessionAndGoldCoin data-v-88fae9bd"><view class="goldCoin data-v-88fae9bd"><image class="data-v-88fae9bd" style="width:72rpx;height:72rpx;margin-left:36rpx;margin-right:32rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/gold.png" mode="scaleToFill"/><view class="data-v-88fae9bd"><view class="goldnumber data-v-88fae9bd">{{r}}</view><view class="goldtext data-v-88fae9bd">金币</view></view></view><view class="Session data-v-88fae9bd"><image class="data-v-88fae9bd" style="width:72rpx;height:72rpx;margin-left:36rpx;margin-right:32rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/session.png" mode="scaleToFill"/><view class="data-v-88fae9bd"><view class="goldnumber data-v-88fae9bd">{{s}}</view><view class="goldtext data-v-88fae9bd">PK场数</view></view></view></view></view><view wx:if="{{t}}" class="button data-v-88fae9bd"><button class="accept data-v-88fae9bd" bindtap="{{v}}">接受邀请</button><button class="reject data-v-88fae9bd" bindtap="{{w}}">拒绝邀请</button></view><view wx:if="{{x}}" class="button buttontext data-v-88fae9bd">已接受邀请</view><view wx:if="{{y}}" class="button buttontext data-v-88fae9bd">已拒绝邀请</view></view></view>
<view class="container data-v-2cc8ff71"><view class="background data-v-2cc8ff71"><image class="data-v-2cc8ff71" style="width:100%;height:100%" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/HomeBackground.png" mode="scaleToFill"/></view><view class="Navigation data-v-2cc8ff71"><view class="Return data-v-2cc8ff71" bindtap="{{a}}"><image class="Return data-v-2cc8ff71" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Return.png" mode="scaleToFill"/></view></view><view class="Content data-v-2cc8ff71"><view class="sender data-v-2cc8ff71"><view class="sengderIcon data-v-2cc8ff71"><image class="Icon data-v-2cc8ff71" src="{{b}}" mode="scaleToFill"/></view><view class="Individual data-v-2cc8ff71"><view class="name data-v-2cc8ff71">{{c}}</view><view class="GenderAndAge data-v-2cc8ff71"><view wx:if="{{d}}" class="male data-v-2cc8ff71"><view class="data-v-2cc8ff71"><image class="data-v-2cc8ff71" style="width:20rpx;height:20rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/male.png" mode="scaleToFill"/></view><view class="age data-v-2cc8ff71">{{e}}</view></view><view wx:else class="female data-v-2cc8ff71"><view class="data-v-2cc8ff71"><image class="data-v-2cc8ff71" style="width:20rpx;height:20rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/female.png" mode="scaleToFill"/></view><view class="age data-v-2cc8ff71">{{f}}</view></view></view><view class="nation data-v-2cc8ff71">{{g}}</view></view><view class="Time data-v-2cc8ff71">PK时间:{{h}}</view><view class="SessionAndGoldCoin data-v-2cc8ff71"><view class="goldCoin data-v-2cc8ff71"><image class="data-v-2cc8ff71" style="width:72rpx;height:72rpx;margin-left:36rpx;margin-right:32rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/gold.png" mode="scaleToFill"/><view class="goldcard data-v-2cc8ff71"><view class="goldnumber data-v-2cc8ff71">{{i}}</view><view class="goldtext data-v-2cc8ff71">金币</view></view></view><view class="Session data-v-2cc8ff71"><image class="data-v-2cc8ff71" style="width:72rpx;height:72rpx;margin-left:36rpx;margin-right:32rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/session.png" mode="scaleToFill"/><view class="goldcard data-v-2cc8ff71"><view class="goldnumber data-v-2cc8ff71">{{j}}</view><view class="goldtext data-v-2cc8ff71">PK场数</view></view></view></view></view><view class="sender data-v-2cc8ff71"><view class="sengderIcon data-v-2cc8ff71"><image class="Icon data-v-2cc8ff71" src="{{k}}" mode="scaleToFill"/></view><view class="Individual data-v-2cc8ff71"><view class="name data-v-2cc8ff71">{{l}}</view><view class="GenderAndAge data-v-2cc8ff71"><view wx:if="{{m}}" class="male data-v-2cc8ff71"><view class="data-v-2cc8ff71"><image class="data-v-2cc8ff71" style="width:20rpx;height:20rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/male.png" mode="scaleToFill"/></view><view class="age data-v-2cc8ff71">{{n}}</view></view><view wx:else class="female data-v-2cc8ff71"><view class="data-v-2cc8ff71"><image class="data-v-2cc8ff71" style="width:20rpx;height:20rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/female.png" mode="scaleToFill"/></view><view class="age data-v-2cc8ff71">{{o}}</view></view></view><view class="nation data-v-2cc8ff71">{{p}}</view></view><view class="Time data-v-2cc8ff71">PK时间:{{q}}</view><view class="SessionAndGoldCoin data-v-2cc8ff71"><view class="goldCoin data-v-2cc8ff71"><image class="data-v-2cc8ff71" style="width:72rpx;height:72rpx;margin-left:36rpx;margin-right:32rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/gold.png" mode="scaleToFill"/><view class="data-v-2cc8ff71"><view class="goldnumber data-v-2cc8ff71">{{r}}</view><view class="goldtext data-v-2cc8ff71">金币</view></view></view><view class="Session data-v-2cc8ff71"><image class="data-v-2cc8ff71" style="width:72rpx;height:72rpx;margin-left:36rpx;margin-right:32rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/session.png" mode="scaleToFill"/><view class="data-v-2cc8ff71"><view class="goldnumber data-v-2cc8ff71">{{s}}</view><view class="goldtext data-v-2cc8ff71">PK场数</view></view></view></view></view><view wx:if="{{t}}" class="button data-v-2cc8ff71"><button class="accept data-v-2cc8ff71" bindtap="{{v}}">接受邀请</button><button class="reject data-v-2cc8ff71" bindtap="{{w}}">拒绝邀请</button></view><view wx:if="{{x}}" class="button buttontext data-v-2cc8ff71">等待对方接受邀请</view><view wx:if="{{y}}" class="button buttontext data-v-2cc8ff71">已接受邀请</view><view wx:if="{{z}}" class="button buttontext data-v-2cc8ff71">已拒绝邀请</view></view></view>

View File

@@ -1 +1 @@
.background.data-v-88fae9bd{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.Navigation.data-v-88fae9bd{position:fixed;top:0;left:0;right:0;height:200rpx;display:flex;align-items:center;padding:0 60rpx;z-index:1}.Return.data-v-88fae9bd{width:60rpx;height:60rpx;margin-top:20rpx}.Content.data-v-88fae9bd{position:absolute;top:200rpx;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center}.sender.data-v-88fae9bd{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:80rpx}.sengderIcon.data-v-88fae9bd{width:150rpx;height:150rpx;border-radius:50%;background-color:#fff;display:flex;justify-content:center;align-items:center}.Icon.data-v-88fae9bd{width:100%;height:100%;border-radius:50%}.Individual.data-v-88fae9bd{display:flex;justify-content:center;align-items:center;margin-top:34.35rpx}.name.data-v-88fae9bd{font-size:30.53rpx;color:#161616;margin-right:16.22rpx}.nation.data-v-88fae9bd{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-88fae9bd{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-88fae9bd{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-88fae9bd{font-size:17.18rpx;color:#fff;margin-left:4rpx}.Time.data-v-88fae9bd{color:#666;font-size:26.72rpx;margin-top:48.7rpx}.goldCoin.data-v-88fae9bd{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-88fae9bd{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-88fae9bd{align-items:center;margin-top:60rpx;display:flex;justify-content:center}.goldtext.data-v-88fae9bd{font-size:28.63rpx;color:#929292}.goldnumber.data-v-88fae9bd{font-size:34.35rpx;color:#161616;font-weight:700}.goldcard.data-v-88fae9bd{display:flex;flex-direction:column;align-items:center}.button.data-v-88fae9bd{display:flex;justify-content:center;align-items:center;margin-top:150rpx}.buttontext.data-v-88fae9bd{font-size:40rpx;color:#666;font-weight:700}.accept.data-v-88fae9bd{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-88fae9bd{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}
.background.data-v-2cc8ff71{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.Navigation.data-v-2cc8ff71{position:fixed;top:0;left:0;right:0;height:200rpx;display:flex;align-items:center;padding:0 60rpx;z-index:1}.Return.data-v-2cc8ff71{width:60rpx;height:60rpx;margin-top:20rpx}.Content.data-v-2cc8ff71{position:absolute;top:200rpx;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center}.sender.data-v-2cc8ff71{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:80rpx}.sengderIcon.data-v-2cc8ff71{width:150rpx;height:150rpx;border-radius:50%;background-color:#fff;display:flex;justify-content:center;align-items:center}.Icon.data-v-2cc8ff71{width:100%;height:100%;border-radius:50%}.Individual.data-v-2cc8ff71{display:flex;justify-content:center;align-items:center;margin-top:34.35rpx}.name.data-v-2cc8ff71{font-size:30.53rpx;color:#161616;margin-right:16.22rpx}.nation.data-v-2cc8ff71{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-2cc8ff71{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-2cc8ff71{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-2cc8ff71{font-size:17.18rpx;color:#fff;margin-left:4rpx}.Time.data-v-2cc8ff71{color:#666;font-size:26.72rpx;margin-top:48.7rpx}.goldCoin.data-v-2cc8ff71{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-2cc8ff71{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-2cc8ff71{align-items:center;margin-top:60rpx;display:flex;justify-content:center}.goldtext.data-v-2cc8ff71{font-size:28.63rpx;color:#929292}.goldnumber.data-v-2cc8ff71{font-size:34.35rpx;color:#161616;font-weight:700}.goldcard.data-v-2cc8ff71{display:flex;flex-direction:column;align-items:center}.button.data-v-2cc8ff71{display:flex;justify-content:center;align-items:center;margin-top:150rpx}.buttontext.data-v-2cc8ff71{font-size:40rpx;color:#666;font-weight:700}.accept.data-v-2cc8ff71{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-2cc8ff71{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}

View File

@@ -1 +1 @@
"use strict";const e=require("../../common/vendor.js"),i=require("../../components/request.js"),n=require("../../components/postFile.js"),s=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},async wxLogin(t){if(e.index.showLoading({title:"登录中...",mask:!0}),n.uploadFile({path:this.userinfo,name:s.generateFileName()}).then((e=>{console.log("上传成功········",e),this.userinfo=e})).catch((e=>{console.log(e)})),this.userinfo){const n=await i.request({url:"user/updateUserInfo",method:"POST",data:{id:this.id,headerIcon:this.userinfo,nickName:this.name,usersig:this.userSig.userSig},userInfo:!0});200===n.code?(e.index.showToast({title:"修改成功",icon:"success"}),e.index.setStorageSync("userinfo",n.data.info),e.index.hideLoading(),e.index.navigateBack({delta:1})):e.index.showToast({title:"修改失败",icon:"none"})}}}};const a=e._export_sfc(t,[["render",function(i,n,s,t,a,o){return{a:a.userinfo,b:e.o$1(((...e)=>o.Userinfo&&o.Userinfo(...e))),c:e.o$1(((...e)=>o.inputName&&o.inputName(...e))),d:e.o$1(((...e)=>o.wxLogin&&o.wxLogin(...e))),e:e.o$1(((...e)=>o.cancel&&o.cancel(...e)))}}],["__scopeId","data-v-82344dd8"]]);wx.createPage(a);
"use strict";const e=require("../../common/vendor.js"),i=require("../../components/request.js"),n=require("../../components/postFile.js"),s=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:s.generateFileName()}).then((n=>{console.log(n.split("/").pop()),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 a=e._export_sfc(t,[["render",function(i,n,s,t,a,o){return{a:a.userinfo,b:e.o$1(((...e)=>o.Userinfo&&o.Userinfo(...e))),c:e.o$1(((...e)=>o.inputName&&o.inputName(...e))),d:e.o$1(((...e)=>o.wxLogin&&o.wxLogin(...e))),e:e.o$1(((...e)=>o.cancel&&o.cancel(...e)))}}],["__scopeId","data-v-db16201c"]]);wx.createPage(a);

View File

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

View File

@@ -1 +1 @@
.container.data-v-82344dd8{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-82344dd8{width:200rpx;height:200rpx;border-radius:50%;padding:0;margin-bottom:60rpx}.avatar.data-v-82344dd8{width:100%;height:100%;border-radius:50%}.weui-input.data-v-82344dd8{width:80%;text-align:center;margin-bottom:40rpx}.weui-btn.data-v-82344dd8{width:40%;margin-top:20rpx;background-color:rgba(17,203,42,0);color:#fff}
.container.data-v-db16201c{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-db16201c{width:200rpx;height:200rpx;border-radius:50%;padding:0;margin-bottom:60rpx}.avatar.data-v-db16201c{width:100%;height:100%;border-radius:50%}.weui-input.data-v-db16201c{width:80%;text-align:center;margin-bottom:40rpx}.weui-btn.data-v-db16201c{width:40%;margin-top:20rpx;background-color:rgba(17,203,42,0);color:#fff}

View File

@@ -1 +1 @@
"use strict";const e=require("../../common/vendor.js"),i=require("../../components/request.js"),t=require("../../components/postFile.js"),s=require("../../components/generateFileName.js"),n=require("../../stores/counter.js").useCounterStore(),a={inject:["$global"],data:()=>({userinfo:"https://mmbiz.qpic.cn/mmbiz/icTdbqWNOwNRna42FI242Lcia07jQodd2FJGIYQfG0LAJGFxM4FbnQP6yfMxBgJ0F3YRqJCJ1aPAK2dQagdusBZg/0",name:"",id:"",info:{},userSig:"",lastPage:"",picture:"",Filename:s.generateFileName()}),onLoad(i){e.index.getStorage({key:"userinfo",success:e=>{this.id=e.data.id}}),e.index.getStorage({key:"userSig",success:e=>{this.userSig=e.data}}),e.index.getStorage({key:"lastPage",success:e=>{this.lastPage="/"+e.data},fail:()=>{this.lastPage="/pages/Home/Home"}})},methods:{inputName(e){this.name=e.detail.value},async Userinfo(e){const{avatarUrl:i}=e.detail;this.userinfo=i},async wxLogin(s){e.index.showLoading({title:"登录中...",mask:!0});const{code:a}=await e.index.login({provider:"weixin",onlyAuthorize:!0});t.uploadFile({path:this.userinfo,name:this.Filename}).then((t=>{this.picture=t,i.request({url:"user/inputUserInfo",method:"POST",data:{id:this.id,headerIcon:this.Filename,nickName:this.name,code:a,usersig:this.userSig.userSig},userInfo:!1}).then((i=>{200===i.code?(e.index.showToast({title:"登录成功",icon:"success"}),e.index.setStorageSync("userinfo",i.data.info),n.$patch({myitem:i.data.info}),e.index.hideLoading(),e.index.reLaunch({url:this.lastPage})):e.index.showToast({title:"登录失败",icon:"none"})}))})).catch((e=>{console.log(e)}))}}};const o=e._export_sfc(a,[["render",function(i,t,s,n,a,o){return{a:a.userinfo,b:e.o$1(((...e)=>o.Userinfo&&o.Userinfo(...e))),c:e.o$1(((...e)=>o.inputName&&o.inputName(...e))),d:e.o$1(((...e)=>o.wxLogin&&o.wxLogin(...e)))}}],["__scopeId","data-v-f05a1f50"]]);wx.createPage(o);
"use strict";const e=require("../../common/vendor.js"),i=require("../../components/request.js"),s=require("../../components/postFile.js"),t=require("../../components/generateFileName.js"),n=require("../../stores/counter.js").useCounterStore(),o={inject:["$global"],data:()=>({userinfo:"",name:"",id:"",info:{},userSig:"",lastPage:"",picture:"",Filename:t.generateFileName()}),onLoad(i){e.index.getStorage({key:"userinfo",success:e=>{this.id=e.data.id}}),e.index.getStorage({key:"userSig",success:e=>{this.userSig=e.data}}),e.index.getStorage({key:"lastPage",success:e=>{this.lastPage="/"+e.data},fail:()=>{this.lastPage="/pages/Home/Home"}})},methods:{inputName(e){this.name=e.detail.value},async Userinfo(e){const{avatarUrl:i}=e.detail;this.userinfo=i},async wxLogin(t){if(""!==this.name&&""!==this.userinfo){e.index.showLoading({title:"登录中...",mask:!0});const{code:t}=await e.index.login({provider:"weixin",onlyAuthorize:!0});s.uploadFile({path:this.userinfo,name:this.Filename}).then((s=>{this.picture=s,i.request({url:"user/inputUserInfo",method:"POST",data:{id:this.id,headerIcon:this.Filename,nickName:this.name,code:t,usersig:this.userSig.userSig},userInfo:!1}).then((i=>{200===i.code?(e.index.showToast({title:"登录成功",icon:"success"}),e.index.setStorageSync("userinfo",i.data.info),n.$patch({myitem:i.data.info}),e.index.hideLoading(),e.index.reLaunch({url:this.lastPage})):e.index.showToast({title:"登录失败",icon:"none"})}))})).catch((e=>{console.log(e)}))}else e.index.showToast({title:"请填写头像昵称",icon:"success",duration:3e3})}}};const a=e._export_sfc(o,[["render",function(i,s,t,n,o,a){return{a:o.userinfo,b:e.o$1(((...e)=>a.Userinfo&&a.Userinfo(...e))),c:e.o$1(((...e)=>a.inputName&&a.inputName(...e))),d:e.o$1(((...e)=>a.wxLogin&&a.wxLogin(...e)))}}],["__scopeId","data-v-580015eb"]]);wx.createPage(a);

View File

@@ -1 +1 @@
<view class="container data-v-f05a1f50"><button class="login-btn data-v-f05a1f50" open-type="chooseAvatar" bindchooseavatar="{{b}}"><image class="avatar data-v-f05a1f50" src="{{a}}"></image></button><input type="nickname" class="weui-input data-v-f05a1f50" placeholder="请输入昵称" bindblur="{{c}}"/><button class="weui-btn data-v-f05a1f50" bindtap="{{d}}">登录</button></view>
<view class="container data-v-580015eb"><button class="login-btn data-v-580015eb" open-type="chooseAvatar" bindchooseavatar="{{b}}"><image class="avatar data-v-580015eb" src="{{a}}"></image></button><input type="nickname" class="weui-input data-v-580015eb" placeholder="请输入昵称" bindblur="{{c}}"/><button class="weui-btn data-v-580015eb" bindtap="{{d}}">登录</button></view>

View File

@@ -1 +1 @@
.container.data-v-f05a1f50{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-f05a1f50{width:200rpx;height:200rpx;border-radius:50%;padding:0;margin-bottom:60rpx}.avatar.data-v-f05a1f50{width:100%;height:100%;border-radius:50%}.weui-input.data-v-f05a1f50{width:80%;text-align:center;margin-bottom:40rpx}.weui-btn.data-v-f05a1f50{width:40%;margin-top:20rpx;background-color:rgba(17,203,42,0);color:#fff}
.container.data-v-580015eb{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-580015eb{width:200rpx;height:200rpx;border-radius:50%;padding:0;margin-bottom:60rpx}.avatar.data-v-580015eb{width:100%;height:100%;border-radius:50%}.weui-input.data-v-580015eb{width:80%;text-align:center;margin-bottom:40rpx}.weui-btn.data-v-580015eb{width:40%;margin-top:20rpx;background-color:rgba(17,203,42,0);color:#fff}

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"),o={data:()=>({item:{},id:0,InvitingPartyEventID:null,list:[],selectedId:null,InvitingPartyEventindex:null,chatInfo:{},currentConversation:null}),onLoad(t){this.getOpenerEventChannel().on("itemDetail",(e=>{this.item=e.item,console.log("接收到的数据:",this.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:{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})},open(){this.$refs.popup.open("center"),this.userlist()},invite(){if(this.item.pkTime!==this.list[this.InvitingPartyEventindex].pkTime)return void e.index.showToast({icon:"none",title:"请保持时间一致"});const t=`C2C${this.item.senderId}`,i=JSON.stringify(this.list[this.InvitingPartyEventindex]),n=JSON.stringify(this.item);e.index.redirectTo({url:`/TUIKit/components/TUIChat/index?conversationID=${t}&myitem=${i}&youritem=${n}`})},close(){this.$refs.popup.close()},openChat(){const t=`C2C${this.item.senderId}`;e.index.redirectTo({url:`/TUIKit/components/TUIChat/index?conversationID=${t}`})},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(),console.log("res.data",t.data),this.list=t.data):(e.index.hideLoading(),this.openPopupQuantity()):(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("viewm")+e.resolveComponent("uni-popup")+e.resolveComponent("NewAddedPk"))()}Math;const s=e._export_sfc(o,[["render",function(t,i,n,o,s,d){return e.e({a:e.o$1(((...e)=>d.Returnfunc&&d.Returnfunc(...e))),b:s.item.anchorIcon,c:e.t(s.item.anchorId),d:"1"===s.item.sex},"1"===s.item.sex?{e:e.t("1"===s.item.sex?"男":"女")}:{f:e.t("2"===s.item.sex?"男":"女")},{g:e.t(s.item.country),h:e.t(d.formatDate(s.item.pkTime)),i:e.t(s.item.coin),j:e.t(s.item.pkNumber),k:s.item.senderId!==s.id},s.item.senderId!==s.id?{l:e.o$1((e=>d.openChat())),m:e.o$1((e=>d.open()))}:{},{n:e.f(s.list,((t,i,n)=>({a:t.anchorIcon,b:e.t(t.anchorId),c:e.t(t.coin),d:"7eb40f71-1-"+n+",7eb40f71-0",e:e.t(d.TimeFormatting(t.pkTime)),f:e.o$1((e=>d.Select(t.id,i))),g:s.selectedId===t.id?"#f6f6f6":"#ffffff"}))),o:e.o$1((e=>d.invite())),p:e.o$1((e=>d.close())),q:e.sr("popup","7eb40f71-0"),r:e.p({type:"center","border-radius":"10px 10px 0 0"}),s:e.sr("createModule","7eb40f71-2")})}],["__scopeId","data-v-7eb40f71"]]);wx.createPage(s);
"use strict";const e=require("../../common/vendor.js"),t=require("../../components/formatDate.js"),i=require("../../components/TimeFormatting.js"),n=require("../../components/request.js"),o={data:()=>({item:{},id:0,InvitingPartyEventID:null,list:[],selectedId:null,InvitingPartyEventindex:null,chatInfo:{},currentConversation:null,style:{backgroundColor:"#ffffff"}}),onLoad(t){this.getOpenerEventChannel().on("itemDetail",(e=>{this.item=e.item,console.log("接收到的数据:",this.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:{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})},open(){this.$refs.popup.open("center"),this.userlist()},invite(){if(this.item.pkTime!==this.list[this.InvitingPartyEventindex].pkTime)return void e.index.showToast({icon:"none",title:"请保持时间一致"});const t=`C2C${this.item.senderId}`,i=JSON.stringify(this.list[this.InvitingPartyEventindex]),n=JSON.stringify(this.item);e.index.redirectTo({url:`/TUIKit/components/TUIChat/index?conversationID=${t}&myitem=${i}&youritem=${n}`})},close(){this.$refs.popup.close()},openChat(){const t=`C2C${this.item.senderId}`;e.index.redirectTo({url:`/TUIKit/components/TUIChat/index?conversationID=${t}`})},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(),console.log("res.data",t.data),this.list=t.data):(e.index.hideLoading(),this.openPopupQuantity()):(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("viewm")+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 s=e._export_sfc(o,[["render",function(t,i,n,o,s,d){return e.e({a:e.o$1(((...e)=>d.Returnfunc&&d.Returnfunc(...e))),b:s.item.anchorIcon,c:e.t(s.item.disPlayId),d:"1"===s.item.sex},"1"===s.item.sex?{e:e.t("1"===s.item.sex?"男":"女")}:{f:e.t("2"===s.item.sex?"男":"女")},{g:e.t(s.item.country),h:e.t(d.formatDate(s.item.pkTime)),i:e.t(s.item.coin),j:e.t(s.item.pkNumber),k:e.s(s.style),l:e.o$1((e=>s.item.remark=e)),m:e.p({type:"textarea",placeholder:"备注",maxlength:"-1",disabled:"true",modelValue:s.item.remark}),n:s.item.senderId!==s.id},s.item.senderId!==s.id?{o:e.o$1((e=>d.openChat())),p:e.o$1((e=>d.open()))}:{},{q:e.f(s.list,((t,i,n)=>({a:t.anchorIcon,b:e.t(t.anchorId),c:e.t(d.TimeFormatting(t.pkTime)),d:e.t(t.coin),e:"7d712765-2-"+n+",7d712765-1",f:e.o$1((e=>d.Select(t.id,i)),i),g:s.selectedId===t.id?"#f6f6f6":"#ffffff",h:i}))),r:e.o$1((e=>d.invite())),s:e.o$1((e=>d.close())),t:e.sr("popup","7d712765-1"),v:e.p({type:"center","border-radius":"10px 10px 0 0"}),w:e.sr("createModule","7d712765-3")})}],["__scopeId","data-v-7d712765"]]);wx.createPage(s);

View File

@@ -2,6 +2,7 @@
"navigationBarTitleText": "PK详情",
"usingComponents": {
"new-added-pk": "../NewAddedPk/NewAddedPk",
"uni-easyinput": "../../uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput",
"uni-popup": "../../uni_modules/uni-popup/components/uni-popup/uni-popup"
}
}

View File

@@ -1 +1 @@
<view class="container data-v-7eb40f71"><view class="background data-v-7eb40f71"><image class="data-v-7eb40f71" style="width:100%;height:100%" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/HomeBackground.png" mode="scaleToFill"/></view><view class="Navigation data-v-7eb40f71"><view class="Return data-v-7eb40f71" bindtap="{{a}}"><image class="Return data-v-7eb40f71" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Return.png" mode="scaleToFill"/></view></view><view class="Content data-v-7eb40f71"><view class="sender data-v-7eb40f71"><view class="sengderIcon data-v-7eb40f71"><image class="Icon data-v-7eb40f71" src="{{b}}" mode="scaleToFill"/></view><view class="Individual data-v-7eb40f71"><view class="name data-v-7eb40f71">{{c}}</view><view class="GenderAndAge data-v-7eb40f71"><view wx:if="{{d}}" class="male data-v-7eb40f71"><view class="data-v-7eb40f71"><image class="data-v-7eb40f71" style="width:20rpx;height:20rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/male.png" mode="scaleToFill"/></view><view class="age data-v-7eb40f71">{{e}}</view></view><view wx:else class="female data-v-7eb40f71"><view class="data-v-7eb40f71"><image class="data-v-7eb40f71" style="width:20rpx;height:20rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/female.png" mode="scaleToFill"/></view><view class="age data-v-7eb40f71">{{f}}</view></view></view><view class="nation data-v-7eb40f71">{{g}}</view></view><view class="Time data-v-7eb40f71">PK时间:{{h}}</view><view class="SessionAndGoldCoin data-v-7eb40f71"><view class="goldCoin data-v-7eb40f71"><image class="data-v-7eb40f71" style="width:72rpx;height:72rpx;margin-left:36rpx;margin-right:32rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/gold.png" mode="scaleToFill"/><view class="goldcard data-v-7eb40f71"><view class="goldnumber data-v-7eb40f71">{{i}}</view><view class="goldtext data-v-7eb40f71">金币</view></view></view><view class="Session data-v-7eb40f71"><image class="data-v-7eb40f71" style="width:72rpx;height:72rpx;margin-left:36rpx;margin-right:32rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/session.png" mode="scaleToFill"/><view class="goldcard data-v-7eb40f71"><view class="goldnumber data-v-7eb40f71">{{j}}</view><view class="goldtext data-v-7eb40f71">PK场数</view></view></view></view></view><view wx:if="{{k}}" class="button data-v-7eb40f71"><button class="accept data-v-7eb40f71" bindtap="{{l}}">聊了个天</button><button class="reject data-v-7eb40f71" bindtap="{{m}}">立即邀请</button></view></view></view><uni-popup wx:if="{{r}}" class="r data-v-7eb40f71" u-s="{{['d']}}" u-r="popup" u-i="7eb40f71-0" bind:__l="__l" u-p="{{r}}"><view class="popup-content data-v-7eb40f71"><view class="popup-title data-v-7eb40f71"><view class="popup-text data-v-7eb40f71">请选择您要参与的主播</view><scroll-view scroll-y="true" class="scroll data-v-7eb40f71"><view wx:for="{{n}}" wx:for-item="item" class="card data-v-7eb40f71"><view class="card-content data-v-7eb40f71" bindtap="{{item.f}}" style="{{'background:' + item.g}}"><view class="Avatarimg data-v-7eb40f71"><image class="avatar data-v-7eb40f71" src="{{item.a}}" mode="scaleToFill"/></view><view class="NameMoney data-v-7eb40f71"><view class="TimeMoney data-v-7eb40f71"><view class="NameMoney_Name data-v-7eb40f71">{{item.b}}</view><viewm u-s="{{['d']}}" class="goldnb data-v-7eb40f71" u-i="{{item.d}}" bind:__l="__l"><view class="goldimg data-v-7eb40f71"></view>{{item.c}}K</viewm></view><view class="TimeMoney_Time data-v-7eb40f71"><view class="pkTimeimg data-v-7eb40f71"></view><view class="data-v-7eb40f71">{{item.e}}</view></view></view></view></view></scroll-view></view><view class="popup-btn data-v-7eb40f71"><button class="invite data-v-7eb40f71" type="primary" bindtap="{{o}}">邀请</button><button class="cancel data-v-7eb40f71" type="default" bindtap="{{p}}">取消</button></view></view></uni-popup><new-added-pk class="createModule r data-v-7eb40f71" u-r="createModule" u-i="7eb40f71-2" bind:__l="__l"></new-added-pk>
<view class="container data-v-7d712765"><view class="background data-v-7d712765"><image class="data-v-7d712765" style="width:100%;height:100%" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/HomeBackground.png" mode="scaleToFill"/></view><view class="Navigation data-v-7d712765"><view class="Return data-v-7d712765" bindtap="{{a}}"><image class="Return data-v-7d712765" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Return.png" mode="scaleToFill"/></view></view><view class="Content data-v-7d712765"><view class="sender data-v-7d712765"><view class="sengderIcon data-v-7d712765"><image class="Icon data-v-7d712765" src="{{b}}" mode="scaleToFill"/></view><view class="Individual data-v-7d712765"><view class="name data-v-7d712765">{{c}}</view><view class="GenderAndAge data-v-7d712765"><view wx:if="{{d}}" class="male data-v-7d712765"><view class="data-v-7d712765"><image class="data-v-7d712765" style="width:20rpx;height:20rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/male.png" mode="scaleToFill"/></view><view class="age data-v-7d712765">{{e}}</view></view><view wx:else class="female data-v-7d712765"><view class="data-v-7d712765"><image class="data-v-7d712765" style="width:20rpx;height:20rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/female.png" mode="scaleToFill"/></view><view class="age data-v-7d712765">{{f}}</view></view></view><view class="nation data-v-7d712765">{{g}}</view></view><view class="Time data-v-7d712765">PK时间:{{h}}</view><view class="SessionAndGoldCoin data-v-7d712765"><view class="goldCoin data-v-7d712765"><image class="data-v-7d712765" style="width:72rpx;height:72rpx;margin-left:36rpx;margin-right:32rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/gold.png" mode="scaleToFill"/><view class="goldcard data-v-7d712765"><view class="goldnumber data-v-7d712765">{{i}}</view><view class="goldtext data-v-7d712765">金币</view></view></view><view class="Session data-v-7d712765"><image class="data-v-7d712765" style="width:72rpx;height:72rpx;margin-left:36rpx;margin-right:32rpx" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/session.png" mode="scaleToFill"/><view class="goldcard data-v-7d712765"><view class="goldnumber data-v-7d712765">{{j}}</view><view class="goldtext data-v-7d712765">PK场数</view></view></view></view></view><view class="remark data-v-7d712765"><uni-easyinput wx:if="{{m}}" class="data-v-7d712765" style="{{k}}" u-i="7d712765-0" bind:__l="__l" bindupdateModelValue="{{l}}" u-p="{{m}}"></uni-easyinput></view><view wx:if="{{n}}" class="button data-v-7d712765"><button class="accept data-v-7d712765" bindtap="{{o}}">聊了个天</button><button class="reject data-v-7d712765" bindtap="{{p}}">立即邀请</button></view></view></view><uni-popup wx:if="{{v}}" class="r data-v-7d712765" u-s="{{['d']}}" u-r="popup" u-i="7d712765-1" bind:__l="__l" u-p="{{v}}"><view class="popup-content data-v-7d712765"><view class="popup-title data-v-7d712765"><view class="popup-text data-v-7d712765">请选择您要参与的主播</view><scroll-view scroll-y="true" class="scroll data-v-7d712765"><view wx:for="{{q}}" wx:for-item="item" wx:key="h" class="card data-v-7d712765"><view class="card-content data-v-7d712765" bindtap="{{item.f}}" style="{{'background:' + item.g}}"><view class="Avatarimg data-v-7d712765"><image class="avatar data-v-7d712765" src="{{item.a}}" mode="scaleToFill"/></view><view class="NameMoney data-v-7d712765"><view class="TimeMoney data-v-7d712765"><view class="NameMoney_Name data-v-7d712765">{{item.b}}</view></view><view class="TimeMoney_Time data-v-7d712765"><view class="pkTimeimg data-v-7d712765"></view><view class="data-v-7d712765">{{item.c}}</view><viewm u-s="{{['d']}}" class="goldnb data-v-7d712765" u-i="{{item.e}}" bind:__l="__l"><view class="goldimg data-v-7d712765"></view>{{item.d}}K</viewm></view></view></view></view></scroll-view></view><view class="popup-btn data-v-7d712765"><button class="invite data-v-7d712765" type="primary" bindtap="{{r}}">邀请</button><button class="cancel data-v-7d712765" type="default" bindtap="{{s}}">取消</button></view></view></uni-popup><new-added-pk class="createModule r data-v-7d712765" u-r="createModule" u-i="7d712765-3" bind:__l="__l"></new-added-pk>

File diff suppressed because one or more lines are too long