fix: 添加按钮修改

main
liyingang 10 months ago
parent 234e6d1c3f
commit 462aeb6350
  1. 2
      common/globalJs/globalJs.js
  2. 2
      manifest.json
  3. 10
      pages/index/detail.vue

@ -2,7 +2,7 @@
// #ifdef APP-PLUS || MP
// const baseUrl = "http://116.62.210.143:9002";
// const baseUrl = "http://118.89.79.160:8800/HiatmpPro";
const baseUrl = "http://49.235.207.167:8800/HiatmpPro";
const baseUrl = "http://219.147.31.25:8800/HiatmpPro";
// const baseUrl = "http://219.147.31.25:30001/tht-app-api/HiatmpPro";
const chatUrl = "http://219.147.31.25:30001/hitap";
// #endif

@ -1,6 +1,6 @@
{
"name" : "隐患排查",
"appid" : "__UNI__68B38F3",
"appid" : "__UNI__9736764",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",

@ -110,9 +110,9 @@
<view class="btn" @click="handleGroup(item)">确认</view>
</view>
<!-- v-if="isShowYindao && item.isOver" -->
<view class="yindao" @click="clickYinDao(item.reference)">
<!-- <view class="yindao" @click="clickYinDao(item.reference)">
<image src="../../static/nav/yindao.png" style="height: 40rpx; width: 40rpx;"></image>
</view>
</view> -->
</view>
</view>
<view class="loading-animation" v-if="loading">
@ -169,6 +169,7 @@
// import {
// baseUrl
// } from '../../utils/config.js';
import yindaoPng from '../../static/nav/yindao.png'
export default {
components: {
@ -177,6 +178,7 @@
},
data() {
return {
yindaoPng,
active: 0,
tablist: [{
title: "信息确认",
@ -514,13 +516,13 @@
if (data.reference.content != null && data.reference.title != null) {
this.isShowYindao = true
this.$nextTick(() => {
if (item.isOver) {
this.msgList.forEach(item => {
if (item.isOver) {
item.data = item.data +
`<img src=${yindaoPng} width=20px height=20px class=yindao/>`
})
}
})
})
} else {
this.isShowYindao = false
}

Loading…
Cancel
Save