This commit is contained in:
pengxiaolong
2025-07-18 13:06:06 +08:00
parent 6dec463705
commit 31527ba8a6
1853 changed files with 65500 additions and 98288 deletions

View File

@@ -1 +0,0 @@
"use strict";const e=require("../common/vendor.js");exports.TUIlogin=function(i,n,r){e.index.$SDKAppID=i,e.index.$userID=String(n),e.index.$userSig=r,e.A.login({SDKAppID:e.index.$SDKAppID,userID:e.index.$userID,userSig:e.index.$userSig,useUploadPlugin:!0,framework:"vue3"}).catch((()=>{}))};

View File

@@ -1 +0,0 @@
"use strict";const e=require("./lib-generate-test-usersig-es.min.js");exports.genTestUserSig=function(s){const{SDKAPPID:r,SECRETKEY:t,userID:i}=s;return{sdkAppID:r,userSig:new e.LibGenerateTestUserSig(r,t,604800).genTestUserSig(i)}};

File diff suppressed because one or more lines are too long

View File

@@ -1 +0,0 @@
"use strict";exports.generateMsgId=function(){return`${function(t=6){const e="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";let n="";for(let r=0;r<t;r++)n+=e[Math.floor(62*Math.random())];return n}()}${Date.now()}`};

View File

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

View File

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

View File

@@ -1 +1 @@
"use strict";const e=require("../../common/vendor.js"),t=require("../VerifyLogin.js");Math||n();const n=()=>"../../pages/NewAddedPk/NewAddedPk2.js",o={__name:"tabBar",props:{tabIndex:Number},emits:["publishSucces"],setup(n,{emit:o}){require.async("../../TUIKit/components/TUIConversation/entry.js");let a=e.ref(!1);const s=e.ref([]);let i=e.ref(0);function c(e){s.value=e,i.value=function(e){let t=0;for(const n of e){if(!n.hasOwnProperty("unreadCount"))return null;const e=n.unreadCount;if("number"!=typeof e||!Number.isFinite(e))return null;t+=e}return t}(e)}e.onMounted((()=>{e.Jt.watch(e.o.CONV,{conversationList:c})})),e.onUnmounted((()=>{e.Jt.unwatch(e.o.CONV,{conversationList:c})}));const l=o;function u(){l("publishSucces")}let h=e.reactive([{iconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Pk.png",selectedIconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/PKClick.png",text:"PK",pagePath:"/pages/Home/Home",middleClass:""},{iconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Forum.png",selectedIconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Forumclick.png",text:"站内信",pagePath:"/pages/Forum/Forum",middleClass:""},{iconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/jiahao.png",selectedIconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/jiahao.png",text:"",pagePath:"/pages/c/c",middleClass:""},{iconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Message.png",selectedIconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Messageclick.png",text:"消息"},{iconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Mine.png",selectedIconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Mineclick.png",text:"我的",pagePath:"/pages/Mine/Mine",middleClass:""}]);e.onMounted((()=>{!function(){let e=h.length;if(e%2){a.value=!0;let t=Math.floor(e/2);h[t].middleClass="mid-button"}}()})),e.index.getSystemInfo({success:function(e){e.safeArea.top}});const d=e.ref();const r=()=>!1;function p(n,o){3===o?t.VerifyLogin().then((t=>{t&&e.index.redirectTo({url:"/TUIKit/components/TUIConversation/index",animationType:"none"})})):2===o?t.VerifyLogin().then((e=>{e&&d.value.open()})):4===o?t.VerifyLogin().then((t=>{t&&e.index.switchTab({url:"/pages/Mine/Mine",animationType:"none"})})):e.index.switchTab({url:n.pagePath})}return(t,o)=>({a:e.f(e.unref(h),((t,o,a)=>e.e({a:n.tabIndex==o?t.selectedIconPath:t.iconPath,b:3===o&&e.unref(i)>0},3===o&&e.unref(i)>0?{c:e.t(e.unref(i)>99?"99+":e.unref(i))}:{},{d:e.t(t.text),e:n.tabIndex==o?"#1DD2F9":"#A7A3A3",f:e.n("list-item flex flex-column flex-middle "+t.middleClass),g:e.o$1((e=>p(t,o)),o),h:o}))),b:e.n(!0===e.unref(a)?"tab-list-middle":"tab-list-default"),c:e.o$1(r),d:e.sr(d,"2a060fd2-0",{k:"createModule"}),e:e.o$1(u)})}},a=e._export_sfc(o,[["__scopeId","data-v-2a060fd2"]]);wx.createComponent(a);
"use strict";const e=require("../../common/vendor.js"),t=require("../VerifyLogin.js");Math||a();const a=()=>"../../pages/NewAddedPk/NewAddedPk2.js",s={__name:"tabBar",props:{tabIndex:Number,Unread:Number},setup(a){let s=e.ref(!1),n=e.reactive([{iconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Pk.png",selectedIconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/PKClick.png",text:"PK",pagePath:"/pages/Home/Home",middleClass:""},{iconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Forum.png",selectedIconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Forumclick.png",text:"站内信",pagePath:"/pages/Forum/Forum",middleClass:""},{iconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/jiahao.png",selectedIconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/jiahao.png",text:"",pagePath:"/pages/c/c",middleClass:""},{iconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Message.png",selectedIconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Messageclick.png",text:"消息",pagePath:"/pages/index/index",middleClass:""},{iconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Mine.png",selectedIconPath:"https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Mineclick.png",text:"我的",pagePath:"/pages/Mine/Mine",middleClass:""}]);e.onMounted((()=>{!function(){let e=n.length;if(e%2){s.value=!0;let t=Math.floor(e/2);n[t].middleClass="mid-button"}}()})),e.index.getSystemInfo({success:function(e){e.safeArea.top}});const o=e.ref();const c=()=>!1;function i(a,s){2===s?t.VerifyLogin().then((e=>{e&&o.value.open()})):4===s?t.VerifyLogin().then((t=>{t&&e.index.switchTab({url:"/pages/Mine/Mine",animationType:"none"})})):e.index.switchTab({url:a.pagePath})}return(t,l)=>({a:e.f(e.unref(n),((t,s,n)=>e.e({a:a.tabIndex==s?t.selectedIconPath:t.iconPath,b:3===s&&a.Unread>0},3===s&&a.Unread>0?{c:e.t(a.Unread>99?"99+":a.Unread)}:{},{d:e.t(t.text),e:a.tabIndex==s?"#1DD2F9":"#A7A3A3",f:e.n("list-item flex flex-column flex-middle "+t.middleClass),g:e.o((e=>i(t,s)),s),h:s}))),b:e.n(!0===e.unref(s)?"tab-list-middle":"tab-list-default"),c:e.o(c),d:e.sr(o,"b449a907-0",{k:"createModule"}),e:e.o(t.publishSuccesss)})}},n=e._export_sfc(s,[["__scopeId","data-v-b449a907"]]);wx.createComponent(n);

View File

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

View File

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

View File

@@ -1 +1 @@
"use strict";const e=require("../../common/vendor.js"),t={data:()=>({title:"Hello",Select:!1}),onLoad(){},methods:{MakeAppointmentPK(){this.Select=!1,this.$emit("MakeAppointmentPK")},RealTimePk(){this.Select=!0,this.$emit("RealTimePk")},screening(){this.$emit("screening")},Search(){this.$emit("Search")}}};const n=e._export_sfc(t,[["render",function(t,n,i,c,o,a){return{a:e.o$1(((...e)=>a.MakeAppointmentPK&&a.MakeAppointmentPK(...e))),b:o.Select?"":1,c:o.Select?1:"",d:e.o$1(((...e)=>a.RealTimePk&&a.RealTimePk(...e))),e:o.Select?1:"",f:o.Select?"":1,g:e.o$1(((...e)=>a.screening&&a.screening(...e)))}}],["__scopeId","data-v-492a9904"]]);wx.createComponent(n);
"use strict";const e=require("../../common/vendor.js"),t={data:()=>({title:"Hello",Select:!1}),onLoad(){},methods:{MakeAppointmentPK(){this.Select=!1,this.$emit("MakeAppointmentPK")},RealTimePk(){this.Select=!0,this.$emit("RealTimePk")},screening(){this.$emit("screening")},Search(){this.$emit("Search")}}};const n=e._export_sfc(t,[["render",function(t,n,i,c,o,a){return{a:e.o(((...e)=>a.MakeAppointmentPK&&a.MakeAppointmentPK(...e))),b:o.Select?"":1,c:o.Select?1:"",d:e.o(((...e)=>a.RealTimePk&&a.RealTimePk(...e))),e:o.Select?1:"",f:o.Select?"":1,g:e.o(((...e)=>a.screening&&a.screening(...e)))}}],["__scopeId","data-v-492a9904"]]);wx.createComponent(n);