解决体验版弹出登录框
This commit is contained in:
@@ -77,7 +77,6 @@
|
||||
methods: {
|
||||
//获取历史记录
|
||||
getHistoryOrCollection() {
|
||||
console.log(uni.getStorageSync('token'));
|
||||
this.$apiServe.getHistoryOrCollection(this.type).then(res => {
|
||||
let data = res.data.data
|
||||
for (const item of data) {
|
||||
@@ -156,6 +155,5 @@
|
||||
font-weight: 400;
|
||||
color: #FFFFFF;
|
||||
line-height: 33px;
|
||||
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user