Merge pull request 'order spec 8.14' (#193) from zhy into master

Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/193
This commit was merged in pull request #193.
This commit is contained in:
2020-08-14 11:25:26 +08:00
2 changed files with 19 additions and 7 deletions

View File

@@ -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;