新增搜索出的产品列表
This commit is contained in:
@@ -139,7 +139,11 @@
|
||||
},
|
||||
onLoad(options) {
|
||||
console.log(options)
|
||||
this.tabCurrent = options.index
|
||||
if (options.index == 0) {
|
||||
this.tabCurrent = 0
|
||||
} else if (options.index == 1) {
|
||||
this.tabCurrent = 1
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
tabChange(data) {
|
||||
|
||||
Reference in New Issue
Block a user