12345678910111213141516171819 |
- <!--pages/aboutUs/aboutUs.wxml-->
- <view class="item-view" bindtap="toAboutPri">
- <text>隐私协议</text>
- <image src="/static/img/arrow.png"></image>
- </view>
- <button open-type="contact" style="padding: 0;width: 750rpx;height: 112rpx;">
- <view class="item-view">
- <text>联系我们</text>
- <image src="/static/img/arrow.png"></image>
- </view>
- </button>
- <!-- <view class="item-view" bindtap="toCallUs">
- <text>联系我们</text>
- <image src="/static/img/arrow.png"></image>
- </view> -->
- <view class="item-view" bindtap="toTOKTOK">
- <text>关于TOKTOK</text>
- <image src="/static/img/arrow.png"></image>
- </view>
|