更新
This commit is contained in:
parent
4d0b2e06ac
commit
2e758796ff
@ -204,7 +204,7 @@
|
||||
this.searchValue = options.searchVal || ''
|
||||
this.back = options.back;
|
||||
if (options.shop == 'true') {
|
||||
this.isShop = options.shop;
|
||||
this.isShop = true;
|
||||
uni.setNavigationBarTitle({
|
||||
title: '搜索店铺'
|
||||
})
|
||||
@ -241,7 +241,7 @@
|
||||
uni.showModal({
|
||||
title: '提示',
|
||||
content: '确认删除全部历史搜索记录?',
|
||||
success: function(res) {
|
||||
success: (res) => {
|
||||
if (res.confirm) {
|
||||
self.tempStorage = []
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user