提交 3168f019 编写于 作者: zhongyao.qiao's avatar zhongyao.qiao

feat 湖南项目隐藏入口

上级 d0209b45
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
/> />
</div> </div>
<van-form <van-form
v-if="!isHuNanProject"
ref="dectionForm" ref="dectionForm"
validate-first validate-first
> >
...@@ -129,7 +130,7 @@ ...@@ -129,7 +130,7 @@
</van-field> </van-field>
</van-form> </van-form>
<wx-open-launch-weapp <wx-open-launch-weapp
v-if="!rightsNo" v-if="!isHuNanProject && !rightsNo"
id="checkBtn" id="checkBtn"
style="display: block" style="display: block"
:username="openWebAppConfigPositive.username" :username="openWebAppConfigPositive.username"
...@@ -151,7 +152,10 @@ ...@@ -151,7 +152,10 @@
</div> </div>
</div> </div>
</div> </div>
<div class="bottom-btn"> <div
v-if="!isHuNanProject"
class="bottom-btn"
>
<van-button <van-button
class="btn" class="btn"
:class="canSubmit ? 'appoint-form-submit-active' : ''" :class="canSubmit ? 'appoint-form-submit-active' : ''"
...@@ -306,6 +310,9 @@ export default { ...@@ -306,6 +310,9 @@ export default {
return rules; return rules;
}, },
isHuNanProject() {
return this.projectEquityNo === 'HN202309081006000001';
},
}, },
created() { created() {
if (!isWeixin()) { if (!isWeixin()) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册