发票
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 });
|
||||
}
|
||||
},
|
||||
|
||||
@@ -109,6 +109,10 @@
|
||||
<image src="/static/image/mine/45.png"></image>
|
||||
<view>达人申请</view>
|
||||
</view>
|
||||
<view @click="toOtherPage('/more/MineInvoice')">
|
||||
<image src="/static/image/mine/46.png"></image>
|
||||
<view>我的发票</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -451,7 +455,7 @@ export default {
|
||||
width: 100rpx;
|
||||
}
|
||||
> view:not(:last-child) {
|
||||
margin-right: 32rpx;
|
||||
margin-right: 16rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -468,7 +472,7 @@ export default {
|
||||
width: 100rpx;
|
||||
}
|
||||
> view:not(:last-child) {
|
||||
margin-right: 32rpx;
|
||||
margin-right: 16rpx;
|
||||
}
|
||||
}
|
||||
.badge-box {
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
<!-- 拼团列表 -->
|
||||
<group></group>
|
||||
<view class="activity-view">
|
||||
<image class="lingquan" :src="activityInfo.adv_code" @click="jumpPage({ type: activityInfo.url_type, id: activityInfo.info_id })"></image>
|
||||
<image class="lingquan" :src="activityInfo.adv_code" @click="jumpPage({ type: activityInfo.url_type, id: activityInfo.info_id, adv_id: activityInfo.adv_id })"></image>
|
||||
</view>
|
||||
<!-- 优惠券 -->
|
||||
<youhq></youhq>
|
||||
@@ -211,10 +211,11 @@
|
||||
},
|
||||
clickImage(index) {
|
||||
// console.log(this.list[index]);
|
||||
let item = this.list[index];
|
||||
let item = this.list[index];
|
||||
this.jumpPage({
|
||||
type: item.url_type,
|
||||
id: item.info_id,
|
||||
id: item.info_id,
|
||||
adv_id: item.adv_id,
|
||||
});
|
||||
},
|
||||
// 下拉加载更多推荐商品
|
||||
@@ -244,6 +245,7 @@
|
||||
},
|
||||
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