1234567891011121314151617181920212223242526 |
- <!--pages/user/my_contact/index.wxml-->
- <view class='warpper-joinus'>
- <view class='logo'>
- <image src='{{swkzLogo}}'></image>
- </view>
- <view class='joinus'>
- <view class='joinus-title'>联系我们</view>
- <view>
- <view class=' iconfont icondianhua'></view>
- <text>客服电话:4006698025</text>
- </view>
- <view>
- <view class=' iconfont iconyoujian' ></view>
- <text>客服邮箱:service@4dkankan.com</text>
- </view>
- <view>
- <view class=' iconfont iconweixin' ></view>
- <text>客服微信:18666146673</text>
- </view>
- <view>
- <view class=' iconfont iconshangwuhezuo' ></view>
- <text>商务合作:0756-6996796 6996791</text>
- </view>
-
- </view>
- </view>
|