换系统
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
// pages/yue/yue.js
|
||||
Component({
|
||||
/**
|
||||
* 组件的属性列表
|
||||
*/
|
||||
properties: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的初始数据
|
||||
*/
|
||||
data: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的方法列表
|
||||
*/
|
||||
methods: {
|
||||
|
||||
}
|
||||
})
|
||||
// pages/yue/yue.js
|
||||
Component({
|
||||
/**
|
||||
* 组件的属性列表
|
||||
*/
|
||||
properties: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的初始数据
|
||||
*/
|
||||
data: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的方法列表
|
||||
*/
|
||||
methods: {
|
||||
|
||||
}
|
||||
})
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {
|
||||
"yuetop": "/components/yue/yuetop/yuetop",
|
||||
"yuetitle": "/components/yue/yuetitle/yuetitle",
|
||||
"yuedetail": "/components/yue/yuedetail/yuedetail"
|
||||
}
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {
|
||||
"yuetop": "/components/yue/yuetop/yuetop",
|
||||
"yuetitle": "/components/yue/yuetitle/yuetitle",
|
||||
"yuedetail": "/components/yue/yuedetail/yuedetail"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +1,8 @@
|
||||
.yue {
|
||||
.title {
|
||||
margin-top: 40rpx
|
||||
}
|
||||
.detail {
|
||||
margin-top: 41rpx;
|
||||
}
|
||||
.yue {
|
||||
.title {
|
||||
margin-top: 40rpx
|
||||
}
|
||||
.detail {
|
||||
margin-top: 41rpx;
|
||||
}
|
||||
}
|
||||
@@ -1,19 +1,19 @@
|
||||
<view class="yue">
|
||||
<yuetop></yuetop>
|
||||
<view class="title">
|
||||
<yuetitle></yuetitle>
|
||||
</view>
|
||||
<view class="detail">
|
||||
<yuedetail></yuedetail>
|
||||
</view>
|
||||
<view class="detail">
|
||||
<yuedetail></yuedetail>
|
||||
</view>
|
||||
<view class="detail">
|
||||
<yuedetail></yuedetail>
|
||||
</view>
|
||||
<view class="detail">
|
||||
<yuedetail></yuedetail>
|
||||
</view>
|
||||
|
||||
<view class="yue">
|
||||
<yuetop></yuetop>
|
||||
<view class="title">
|
||||
<yuetitle></yuetitle>
|
||||
</view>
|
||||
<view class="detail">
|
||||
<yuedetail></yuedetail>
|
||||
</view>
|
||||
<view class="detail">
|
||||
<yuedetail></yuedetail>
|
||||
</view>
|
||||
<view class="detail">
|
||||
<yuedetail></yuedetail>
|
||||
</view>
|
||||
<view class="detail">
|
||||
<yuedetail></yuedetail>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
@@ -1,7 +1,7 @@
|
||||
.yue .title {
|
||||
margin-top: 40rpx;
|
||||
}
|
||||
|
||||
.yue .detail {
|
||||
margin-top: 41rpx;
|
||||
}
|
||||
.yue .title {
|
||||
margin-top: 40rpx;
|
||||
}
|
||||
|
||||
.yue .detail {
|
||||
margin-top: 41rpx;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user