12345678910111213141516171819202122 |
- <template>
- <view class="container">
- <view class="top">
- <img src="/static/second/intro.png"/>
- </view>
- <!-- <view id="second-hand-btn" >
- <button>去发布</button>
- <button>逛二手市场</button>
- <button>去维修</button>
- <button >去首页</button>
- <view class="foot_font">
- <span style="color: #ADADAD"> 业务咨询/合作请联系:</span><span style="color: #666666"> 0755 22907771 </span><span style="color: #ADADAD;">手机:</span><span style="color: #666666">15817465281</span>
- </view>
- </view> -->
- </view>
- </template>
- <script>
- </script>
- <style>
- </style>
|