测试签名,银行卡扫描

This commit is contained in:
mengxiaolong
2020-08-03 16:13:22 +08:00
parent fc8d92f9a4
commit 82037a6d43
3 changed files with 122 additions and 51 deletions

View File

@@ -133,6 +133,8 @@ export default {
},
methods: {
toDetail(item) {
// 保存当前选择的问题件信息
localStorage.setItem('currentProblemItem', JSON.stringify(item))
this.$jump({
flag: 'h5',
extra: {
@@ -200,6 +202,7 @@ export default {
}
},
created() {
localStorage.removeItem('currentProblemItem')
this.loadMore()
},
filters: {