From 8f211750b0460795350e705a912d42ecd0679eb0 Mon Sep 17 00:00:00 2001 From: liub Date: Sat, 7 Feb 2026 13:52:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=8E=E6=88=91=E7=9A=84?= =?UTF-8?q?=E5=88=86=E4=BA=AB=E8=BF=9B=E5=85=A5=E8=AE=BE=E5=A4=87=E9=A1=B5?= =?UTF-8?q?=E6=9C=89=E6=9D=83=E9=99=90=E9=AA=8C=E8=AF=81=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/common/allShare/index.vue | 2 +- pages/common/audioManager/AudioList.vue | 24 ++++++++++++------------ pages/common/shareDevices/index.vue | 13 +++++++++++++ 3 files changed, 26 insertions(+), 13 deletions(-) diff --git a/pages/common/allShare/index.vue b/pages/common/allShare/index.vue index 5da6725..02ff8d3 100644 --- a/pages/common/allShare/index.vue +++ b/pages/common/allShare/index.vue @@ -147,7 +147,7 @@ // 页面跳转成功后的回调函数 res.eventChannel.emit('detailData', { data: item, - apiType: 'listB' // 自定义标识 // 自定义标识,详情哪里根据这个参数不同信息 + apiType:this.activeTab===0?'listA':'listB' // 自定义标识 // 自定义标识,详情哪里根据这个参数不同信息 }); } }) diff --git a/pages/common/audioManager/AudioList.vue b/pages/common/audioManager/AudioList.vue index 883141f..1015b47 100644 --- a/pages/common/audioManager/AudioList.vue +++ b/pages/common/audioManager/AudioList.vue @@ -91,9 +91,9 @@ - + @@ -216,16 +216,16 @@ statu: "", //状态,是否公开 isApply: "" //是否使用中 - }, - cPlay: { - Id: "", //编号 - name: "", //名称 - createTime: "", //创建时间 - localPath: "", //本地地址 - webPath: "", //网络地址 - statu: "", //状态,是否公开 - isApply: "" //是否使用中 - } + }//, + // cPlay: { + // Id: "", //编号 + // name: "", //名称 + // createTime: "", //创建时间 + // localPath: "", //本地地址 + // webPath: "", //网络地址 + // statu: "", //状态,是否公开 + // isApply: "" //是否使用中 + // } } }, onLoad() { diff --git a/pages/common/shareDevices/index.vue b/pages/common/shareDevices/index.vue index a994a7b..55bbeca 100644 --- a/pages/common/shareDevices/index.vue +++ b/pages/common/shareDevices/index.vue @@ -147,6 +147,19 @@ }); return false; } + else{ + let phone= uni.getStorageSync('phone'); + if(phone==phoneNumber){ + uni.showToast({ + title: '手机号不能是自己账号', + icon: 'none', + duration: 1000 + }); + return false; + } + } + + try { await deviceShareCode({ phonenumber: this.phone