From 0ab4bf8f3982bdee9962076f29c5664185328517 Mon Sep 17 00:00:00 2001 From: loulijun2021 <1694218219@qq.com> Date: 星期五, 21 十月 2022 17:02:10 +0800 Subject: [PATCH] 1.消息全局化2.消息响应静态页面实现 --- unpackage/cache/wgt/H5EDA0853/pages/sbgl/wxyz.html | 17 ++++++++++++----- 1 files changed, 12 insertions(+), 5 deletions(-) diff --git a/unpackage/cache/wgt/H5EDA0853/pages/sbgl/wxyz.html b/unpackage/cache/wgt/H5EDA0853/pages/sbgl/wxyz.html index ff65c09..247a28d 100644 --- a/unpackage/cache/wgt/H5EDA0853/pages/sbgl/wxyz.html +++ b/unpackage/cache/wgt/H5EDA0853/pages/sbgl/wxyz.html @@ -21,6 +21,11 @@ <script type="text/javascript" src="../../js/global.js"></script> + <script src="../../js/jquery-3.4.1.min.js"></script> + <script src="../../js/jquery.signalR-2.2.2.min.js"></script> + <script src="../../js/Hubs.js"></script> + <script type="text/javascript" src="../../js/msg.js"></script> + <script type="text/javascript"> var topContent = [ // { @@ -230,7 +235,8 @@ {{messageDescr}} </div> <div v-show="fileList.length!==0" style="width: 96%;margin: auto;"> - <van-uploader multiple :deletable='false' v-model="fileList" multiple :max-count="fileList.length" /> + <van-uploader multiple :deletable='false' v-model="fileList" multiple + :max-count="fileList.length" /> </div> </div> @@ -294,7 +300,8 @@ {{messageDescr3}} </div> <div v-show="fileList2.length!==0" style="width: 96%;margin: auto;"> - <van-uploader :deletable='false' multiple v-model="fileList2" multiple :max-count="fileList2.length" /> + <van-uploader :deletable='false' multiple v-model="fileList2" multiple + :max-count="fileList2.length" /> </div> </div> @@ -488,7 +495,7 @@ item.arrowType = true if (item.repair_code === repair_code) { item.arrowType = false - item.resultValue = item.resultValue?item.resultValue:'' + item.resultValue = item.resultValue ? item.resultValue : '' this.messageDescr = '' this.messageDescr2 = '' this.messageDescr3 = '' @@ -564,8 +571,8 @@ // this.resultValue = '' topContent.forEach(item => { if (item.repair_code !== repair_code) { - item.resultValue='' - // this.getDetail(item.repair_code, item.eqpcode, item.wksp_code) + item.resultValue = '' + // this.getDetail(item.repair_code, item.eqpcode, item.wksp_code) } }) -- Gitblit v1.9.3