Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-22022-2210132
project2210132-1900
Commits
d4a04772
Commit
d4a04772
authored
1 year ago
by
NexusCore
Browse files
Options
Download
Patches
Plain Diff
Delete index.ux
parent
27139125
main
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/pages/plandetail-reshen/index.ux
+0
-83
src/pages/plandetail-reshen/index.ux
with
0 additions
and
83 deletions
+0
-83
src/pages/plandetail-reshen/index.ux
deleted
100644 → 0
+
0
−
83
View file @
27139125
<template>
<div class="wrapper">
<text class="title">{{ title }}</text>
<image class="reshen" src="./../../assets/images/reshen.png"></image>
<image class="img1" src="./../../assets/images/jiantou.png"></image>
<input class="btn1" type="button" value="" @click="Aerobic" />
<input
class="btn2"
type="button"
value=" {{pro1}} {{pro1time}} "
onclick="gongjianbudetail"
/>
<input
class="btn3"
type="button"
value=" {{pro2}} {{pro2time}} "
/>
<input
class="btn4"
type="button"
value=" {{pro3}} {{pro3time}} "
/>
<input
class="btn5"
type="button"
value=" {{pro4}} {{pro4time}} "
/>
<input class="btn6" type="button" value="" @click="return1" />
<image class="img2" src="./../../assets/images/returnplan.png"></image>
</div>
</template>
<script>
import router from '@blueos.app.appmanager.router'
export default {
data: {
title: '热身',
pro1: '弓箭步',
pro1time: '30s',
pro2: '抱膝提踵',
pro2time: '60s',
pro3: '侧向弓步',
pro3time: '45s',
pro4: '侧低弓步',
pro4time: '60s'
},
onInit() { },
Aerobic() {
router.push({
uri: '/pages/Aerobic'
})
},
return1() {
router.push({
uri: '/pages/Train'
})
},
gongjianbudetail(){
router.push({
uri:'/pages/gongjianbudetail'
})
}
}
</script>
<style>
@import "./../../assets/styles/reshen.css";
</style>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets