order spec 8.14
This commit is contained in:
@@ -79,6 +79,7 @@ export default {
|
||||
})
|
||||
},
|
||||
async getBrowseList ({ load = 'reload' } = {}) {
|
||||
if(load == 'reload') this.page = 1;
|
||||
const res = await this.$u.api.getBrowseList({ page: this.page });
|
||||
this.timer = true;
|
||||
if(res.errCode == 0) {
|
||||
@@ -124,7 +125,7 @@ export default {
|
||||
background: rgba(255,255,255,1);
|
||||
border-radius: 10rpx;
|
||||
padding: 20rpx 20rpx 22rpx;
|
||||
margin: 0 10rpx 20rpx 0;
|
||||
margin: 0 11rpx 20rpx 0;
|
||||
.item-title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user