Commit 296f9916 authored by 高宇's avatar 高宇

添加子页面

parent 65a3ba51
<template> <template>
<view class="aboutMy"> <view class="aboutMy">
<!-- 注册隐私保护协议 --> <!-- 注册隐私保护协议 -->
<view class="registration"> <view class="registration" @click="toDetail">
<view class="icon"> <view class="icon">
<image :src="img" style="width: 20px; height: 20px;" :mode="mode"></image> <image :src="img" style="width: 20px; height: 20px;" :mode="mode"></image>
</view> </view>
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
</view> </view>
</view> </view>
<!-- 会员服务协议 --> <!-- 会员服务协议 -->
<view class="registration"> <view class="registration" @click="toDetail">
<view class="icon"> <view class="icon">
<image :src="img" style="width: 20px; height: 20px;" :mode="mode"></image> <image :src="img" style="width: 20px; height: 20px;" :mode="mode"></image>
</view> </view>
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
</view> </view>
</view> </view>
<!-- 简介 --> <!-- 简介 -->
<view class="registration"> <view class="registration" @click="toDetail">
<view class="icon"> <view class="icon">
<image :src="img" style="width: 20px; height: 20px;" :mode="mode"></image> <image :src="img" style="width: 20px; height: 20px;" :mode="mode"></image>
</view> </view>
......
<template>
</template>
<script>
</script>
<style>
</style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment