|
|
|
@ -4,6 +4,11 @@ |
|
|
|
<text>招商合作</text> |
|
|
|
</view> |
|
|
|
|
|
|
|
<!-- 设计展示区域 --> |
|
|
|
<view class="design-section"> |
|
|
|
<image class="design-image" src="/images/9e590639954f2598a54eddf72b7d1fa.jpg" mode="aspectFit"></image> |
|
|
|
</view> |
|
|
|
|
|
|
|
<!-- 招商广告区域 --> |
|
|
|
<view class="ad-section"> |
|
|
|
<view class="ad-title"> |
|
|
|
@ -41,44 +46,17 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<!-- 合作优势区域 --> |
|
|
|
<view class="advantage-section"> |
|
|
|
<view class="section-title">合作优势</view> |
|
|
|
<view class="advantage-grid"> |
|
|
|
<view class="advantage-item"> |
|
|
|
<view class="advantage-icon">💪</view> |
|
|
|
<view class="advantage-text">品牌支持</view> |
|
|
|
</view> |
|
|
|
<view class="advantage-item"> |
|
|
|
<view class="advantage-icon">💰</view> |
|
|
|
<view class="advantage-text">灵活结算</view> |
|
|
|
</view> |
|
|
|
<view class="advantage-item"> |
|
|
|
<view class="advantage-icon">📱</view> |
|
|
|
<view class="advantage-text">智能管理</view> |
|
|
|
</view> |
|
|
|
<view class="advantage-item"> |
|
|
|
<view class="advantage-icon">👥</view> |
|
|
|
<view class="advantage-text">专属客服</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<!-- 联系方式区域 --> |
|
|
|
<view class="contact-section"> |
|
|
|
<view class="section-title">联系方式</view> |
|
|
|
<view class="contact-info"> |
|
|
|
<view class="contact-item"> |
|
|
|
<view class="contact-label">联系电话:</view> |
|
|
|
<view class="contact-value" bindtap="makePhoneCall">138-XXXX-XXXX</view> |
|
|
|
</view> |
|
|
|
<view class="contact-item"> |
|
|
|
<view class="contact-label">电子邮箱:</view> |
|
|
|
<view class="contact-value">cooperation@example.com</view> |
|
|
|
<view class="contact-value" bindtap="makePhoneCall">18280108971</view> |
|
|
|
</view> |
|
|
|
<view class="contact-item"> |
|
|
|
<view class="contact-label">联系地址:</view> |
|
|
|
<view class="contact-value">上海市浦东新区XX路XX号</view> |
|
|
|
<view class="contact-value">四川又鸟</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|