罗世杰:测试uview样式
This commit is contained in:
@@ -1,30 +1,18 @@
|
||||
<template>
|
||||
<view>
|
||||
我的
|
||||
<view class="u-border-bottom">
|
||||
夫人之相与,俯仰一世,或取诸怀抱,悟言一室之内;或因寄所托,放浪形骸之外
|
||||
</view>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
// this.getInfo()
|
||||
},
|
||||
methods: {
|
||||
//---------页面调用接口示例------------
|
||||
// getInfo() {
|
||||
// this.$api.getUserInfo().then(res => {
|
||||
// console.log('userInfo', res);
|
||||
// })
|
||||
// }
|
||||
}
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
show:false,
|
||||
title:'标题',
|
||||
content:'uView的目标是成为uni-app生态最优秀的UI框架'
|
||||
};
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
|
||||
</style>
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user