Merge pull request '供需广场' (#122) from main into prod

Reviewed-on: #122
This commit is contained in:
charles 2026-06-10 13:58:38 +08:00
commit 6f820050d7
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>