| | |
| | | contentnomore: '没有更多' |
| | | }, |
| | | // 当前tagId |
| | | tagIdNow: 1 |
| | | tagIdNow: 108 |
| | | } |
| | | }, |
| | | onReachBottom() { |
| | |
| | | onShow() { |
| | | this.baseUrl = uni.getStorageSync('baseUrl'); |
| | | this.token = uni.getStorageSync('token'); |
| | | this.showTag(1) |
| | | this.showTag(this.tagIdNow) |
| | | }, |
| | | methods: { |
| | | search() { |
| | |
| | | 'token':uni.getStorageSync('token'), |
| | | }, |
| | | success(result) { |
| | | console.log(result); |
| | | that.tagList = null |
| | | that.matList = [] |
| | | var res = result.data |
| | |
| | | 'token':uni.getStorageSync('token'), |
| | | }, |
| | | success(result) { |
| | | console.log(result); |
| | | that.tagList = null |
| | | var res = result.data |
| | | if (res.code === 200) { |
| | |
| | | padding: 4rpx 12rpx; |
| | | } |
| | | .tag-item { |
| | | width: 100%; |
| | | min-height: 60rpx; |
| | | line-height: 2; |
| | | padding-left: 50rpx; |
| | | color: #606266; |
| | | font-size: 14px; |
| | | word-wrap: break-word; |
| | | } |
| | | </style> |