提交 4f2bb957 编写于 作者: 史文彬's avatar 史文彬

fix: 问题修复

上级 d8f82474
...@@ -4,7 +4,7 @@ NODE_ENV=production ...@@ -4,7 +4,7 @@ NODE_ENV=production
VUE_APP_ENV ='production' VUE_APP_ENV ='production'
# 微信小程序的环境变量 # 微信小程序的环境变量
MINI_PROGRAM_ENV = 'trial' MINI_PROGRAM_ENV ='trial'
VUE_APP_SERVICE_URL=https://test1-sc.yunqueyi.com VUE_APP_SERVICE_URL=https://test1-sc.yunqueyi.com
# 阿里云OSS对象存储地址 # 阿里云OSS对象存储地址
......
...@@ -152,9 +152,7 @@ ...@@ -152,9 +152,7 @@
</div> </div>
</div> </div>
<div <div
v-if=" v-if="detailInfo.helpDetectionFlag == 1"
detailInfo.detectionType == 3 && detailInfo.helpDetectionFlag == 1
"
class="detail-bottom-item" class="detail-bottom-item"
> >
<div class="title"> <div class="title">
......
...@@ -124,7 +124,7 @@ export default { ...@@ -124,7 +124,7 @@ export default {
entitlementList: [], entitlementList: [],
emptyIconPath: emptyIconPath:
'https://files.yunqueyi.com/image/png/common/20230602155400880.png', 'https://files.yunqueyi.com/image/png/common/20230602155400880.png',
envVersion: 'trial', // process.env.MINI_PROGRAM_ENV, envVersion: process.env.MINI_PROGRAM_ENV,
openWebAppConfig: { openWebAppConfig: {
username: 'gh_e92f58174364', // 小程序唯一username 1.gh_80d54796f2d5 云鹊助手 2. gh_e92f58174364 云鹊健康 username: 'gh_e92f58174364', // 小程序唯一username 1.gh_80d54796f2d5 云鹊助手 2. gh_e92f58174364 云鹊健康
path: 'pagesInsurance/all-entrance/index', // 打开页面 path: 'pagesInsurance/all-entrance/index', // 打开页面
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册