Update boy_height_end.vue

master
fzu102201319 5 months ago
parent b3b696f13d
commit e779c4efbc

@ -7,11 +7,11 @@
<!-- 滚动条 --> <!-- 滚动条 -->
<image class="roll" @click="go_to_roll()" src="/static/information/boy_height/pictures/roll.png"></image> <image class="roll" @click="go_to_roll()" src="/static/information/boy_height/pictures/roll.png"></image>
<!-- 按钮 --> <!-- 按钮 -->
<image class="button" @click="go_to_purpose" src="/static/information/boy_height/pictures/button.png"></image> <image class="button" @click="go_to_purpose()" src="/static/information/boy_height/pictures/button.png"></image>
<!-- 进度条 --> <!-- 进度条 -->
<image class="progress" src="/static/information/boy_height/pictures/progress.png"></image> <image class="progress" src="/static/information/boy_height/pictures/progress.png"></image>
<!-- 文本--> <!-- 文本-->
<text class="text" @click="goTob_roll">{{height}}</text> <text class="text" @click="go_to_roll()">{{height}}</text>
</view> </view>
</template> </template>
@ -101,7 +101,7 @@ export default {
font-size: 1.5em; font-size: 1.5em;
width: 100%; width: 100%;
height: 20%; height: 20%;
top: 68%; top: 69%;
color:#ffffff; color:#ffffff;
} }
</style> </style>
Loading…
Cancel
Save