diff --git a/manifest.json b/manifest.json index 0bc5d18..ba7df5a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name" : "去房智控管家", + "name" : "数智工牌", "appid" : "__UNI__7A1611D", "description" : "AI营销助理", "versionName" : "1.1.0", @@ -91,7 +91,7 @@ }, "quickapp" : {}, "mp-weixin" : { - "appid" : "wx8f883dca5ecc5510", + "appid" : "wxe044603515ff2cb5", "setting" : { "urlCheck" : false, "es6" : true, diff --git a/pages/mine/details.vue b/pages/mine/details.vue index 65d61b0..92c9bb2 100644 --- a/pages/mine/details.vue +++ b/pages/mine/details.vue @@ -116,7 +116,7 @@ - + 设备日志 @@ -373,7 +373,7 @@ } }, methods: { - eqLog(){ + eqLogClick(){ uni.navigateTo({ url:`./equipmentLog?id=${this.customerId}` }) diff --git a/pages/mine/details2.vue b/pages/mine/details2.vue index 390197d..e0e6928 100644 --- a/pages/mine/details2.vue +++ b/pages/mine/details2.vue @@ -97,7 +97,7 @@ mode=""> 更多 - 设备日志 + 设备日志 接待信息 {{userlistobj.validInvalidName}} @@ -632,7 +632,7 @@ }, methods: { - eqLog(){ + eqLogClick(){ uni.navigateTo({ url:`./equipmentLog?id=${this.customerId}` }) @@ -937,8 +937,8 @@ //接待详情点击 Receivedetailsabouttab(stringa) { if (stringa == 'Receivedetailsabout') { - this.gituserlist() this.Thetapeidisshow = !this.Thetapeidisshow; + this.gituserlist() } else if (stringa == 'Pinspeak') { this.getRatelist() this.Pinspeak = true; @@ -1963,7 +1963,7 @@ .allimg { position: absolute; width: 168rpx; - top: -152rpx; + top: -240rpx; border: 1px solid #E0E0E0; background: #FFFFFF; font-size: 26rpx; diff --git a/pages/mine/equipmentLog.vue b/pages/mine/equipmentLog.vue index 8984241..7edecf1 100644 --- a/pages/mine/equipmentLog.vue +++ b/pages/mine/equipmentLog.vue @@ -13,7 +13,7 @@ - 录音开启用时:{{info.startActionTime}}min + 录音开启用时:{{info.startActionTime || '' }}min 待上传文件:{{info.fileCount}} diff --git a/pages/mine/subscribe.vue b/pages/mine/subscribe.vue index be30810..50e87d7 100644 --- a/pages/mine/subscribe.vue +++ b/pages/mine/subscribe.vue @@ -3,8 +3,9 @@ 第一步:关注数智工牌公众号 1.长按识别二维码或保存至相册进行关注 - - + + 2.微信搜索公众号【数智工牌】进行关注 @@ -26,66 +27,68 @@ export default { data() { return { - + }; }, onShow: function() { var userInfos = uni.getStorageSync('weapp_session_userInfo_data'); }, methods: { - baocun () { - const _this = this; - wx.getImageInfo({ - src: '/static/images/supimg.png', - success: function (res) { - wx.saveImageToPhotosAlbum({ - filePath: res.path, - success (result) { - _this.setData({ show: false }); - wx.showToast({ - title: '保存成功', - icon: 'success', - duration: 2000 - }) - }, - fail (err) { - if (err.errMsg === "saveImageToPhotosAlbum:fail auth deny") { - wx.openSetting({ - success (settingdata) { - if (settingdata.authSetting['scope.writePhotosAlbum']) { - _this.savePhoto() - } else { - wx.showToast({ - title: '获取权限失败,无法保存图片', - icon: 'success', - duration: 2000 - }) - } - } - }) - } - } - }) - } - }) - } + baocun() { + const _this = this; + wx.getImageInfo({ + src: '/static/images/supimg.png', + success: function(res) { + wx.saveImageToPhotosAlbum({ + filePath: res.path, + success(result) { + wx.showToast({ + title: '保存成功', + icon: 'success', + duration: 2000 + }) + }, + fail(err) { + if (err.errMsg === "saveImageToPhotosAlbum:fail auth deny") { + wx.openSetting({ + success(settingdata) { + if (settingdata.authSetting[ + 'scope.writePhotosAlbum']) { + _this.savePhoto() + } else { + wx.showToast({ + title: '获取权限失败,无法保存图片', + icon: 'success', + duration: 2000 + }) + } + } + }) + } + } + }) + } + }) + } } };