发票
This commit is contained in:
@@ -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 });
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user