index.wxml 740 B

1234567891011121314151617181920212223242526
  1. <!--pages/user/my_contact/index.wxml-->
  2. <view class='warpper-joinus'>
  3. <view class='logo'>
  4. <image src='{{swkzLogo}}'></image>
  5. </view>
  6. <view class='joinus'>
  7. <view class='joinus-title'>联系我们</view>
  8. <view>
  9. <view class=' iconfont icondianhua'></view>
  10. <text>客服电话:4006698025</text>
  11. </view>
  12. <view>
  13. <view class=' iconfont iconyoujian' ></view>
  14. <text>客服邮箱:service@4dkankan.com</text>
  15. </view>
  16. <view>
  17. <view class=' iconfont iconweixin' ></view>
  18. <text>客服微信:18666146673</text>
  19. </view>
  20. <view>
  21. <view class=' iconfont iconshangwuhezuo' ></view>
  22. <text>商务合作:0756-6996796 6996791</text>
  23. </view>
  24. </view>
  25. </view>