aboutUs.wxml 619 B

12345678910111213141516171819
  1. <!--pages/aboutUs/aboutUs.wxml-->
  2. <view class="item-view" bindtap="toAboutPri">
  3. <text>隐私协议</text>
  4. <image src="/static/img/arrow.png"></image>
  5. </view>
  6. <button open-type="contact" style="padding: 0;width: 750rpx;height: 112rpx;">
  7. <view class="item-view">
  8. <text>联系我们</text>
  9. <image src="/static/img/arrow.png"></image>
  10. </view>
  11. </button>
  12. <!-- <view class="item-view" bindtap="toCallUs">
  13. <text>联系我们</text>
  14. <image src="/static/img/arrow.png"></image>
  15. </view> -->
  16. <view class="item-view" bindtap="toTOKTOK">
  17. <text>关于TOKTOK</text>
  18. <image src="/static/img/arrow.png"></image>
  19. </view>