供需广场 #122

Merged
charles merged 1 commits from main into prod 2026-06-10 13:58:39 +08:00
2 changed files with 3 additions and 3 deletions

View File

@ -449,7 +449,7 @@ export default Vue.extend({
}, },
getYuanJingAuthorization(res) { getYuanJingAuthorization(res) {
if (!res) { if (!res) {
return '' return ''
} }
if (typeof res === 'string') { if (typeof res === 'string') {

View File

@ -184,7 +184,7 @@
<div class="cta-content"> <div class="cta-content">
<h2>打破信息壁垒助力降本增效</h2> <h2>打破信息壁垒助力降本增效</h2>
<p>发布需求精准匹配与行业伙伴共建云服务生态</p> <p>发布需求精准匹配与行业伙伴共建云服务生态</p>
<div> <!-- <div>
<button type="button" class="primary-btn" @click="sendInfo('2')"> <button type="button" class="primary-btn" @click="sendInfo('2')">
<i class="el-icon-plus"></i> <i class="el-icon-plus"></i>
发布需求 发布需求
@ -193,7 +193,7 @@
<i class="el-icon-office-building"></i> <i class="el-icon-office-building"></i>
企业入驻 企业入驻
</button> </button>
</div> </div> -->
</div> </div>
</div> </div>
</section> </section>