This commit is contained in:
2020-09-04 17:29:45 +08:00
parent 377f3b080a
commit 83eb365628
12 changed files with 745 additions and 26 deletions

View File

@@ -549,7 +549,8 @@
// console.log(item);
this.jumpPage({
type: item.url_type,
id: item.info_id,
id: item.info_id,
adv_id: item.adv_id,
});
},
clickSImage(index) {
@@ -557,11 +558,12 @@
// console.log(item);
this.jumpPage({
type: item.url_type,
id: item.info_id,
id: item.info_id,
adv_id: item.adv_id,
});
},
goSearch() {
this.$u.route("/pageB/search/index", {
goSearch() {
this.$u.route("/pageB/search/index", {
type: 2,
curent:2
});
@@ -576,17 +578,18 @@
})
},
onPulling(e) {
console.log("onpulling", e);
},
onRestore() {
this.refresher = 'restore'; // 需要重置
console.log("onRestore");
},
onAbort() {
console.log("onAbort");
},
console.log("onpulling", e);
},
onRestore() {
this.refresher = 'restore'; // 需要重置
console.log("onRestore");
},
onAbort() {
console.log("onAbort");
},
jumpPage(uri) {
// console.log(uri);
this.$u.api.advClick({ adv_id: uri.adv_id });
common.jumpPage({ type: uri.type, id: uri.id });
}
},