From f85e1351eff6854c75f2bb49fe07396df45cef68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BD=90=E5=A4=A9=E5=A4=A7=E5=9C=A3?= <17615834396@163.com> Date: Fri, 5 Jan 2024 14:03:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gasStation-uni/pagesMy/invite/invite.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/gasStation-uni/pagesMy/invite/invite.vue b/gasStation-uni/pagesMy/invite/invite.vue index c40cadffa..65fc59c6b 100644 --- a/gasStation-uni/pagesMy/invite/invite.vue +++ b/gasStation-uni/pagesMy/invite/invite.vue @@ -75,6 +75,9 @@ export default { data() { return { + query: { + storeId: '' + }, allAmount: 0.0, activeRecommendRecordsList: [], title: '', @@ -82,8 +85,7 @@ storeId: '', show: false, options: { - code: 'https://www.tuofeng.cc/oilStation?storeId=' + uni.getStorageSync('storeId') + '&staffId=' + uni - .getStorageSync('storeId'), + code: 'https://www.tuofeng.cc/oily?storeId=18&userId=102&type=yaoqingyouli', // code: 'https://www.tuofeng.cc/oily?storeId=' + uni.getStorageSync('storeId') + ' &userId=' + uni // .getStorageSync('userId'), // 生成二维码的值 size: 460, // 460代表生成的二维码的宽高均为460rpx @@ -94,7 +96,7 @@ onLoad() { console.log(uni.getStorageSync('userId')); console.log(uni.getStorageSync('storeId')); - + this.query.storeId = uni.getStorageSync("storeId"); }, components: { @@ -130,6 +132,7 @@ request({ url: 'business/marketingActivity/activeRecommendRecords/selectAllAmount', method: 'get', + params: this.query }).then(res => { console.log(res) if (res.code == 200) { @@ -141,6 +144,7 @@ request({ url: 'business/marketingActivity/activeRecommendRecords', method: 'get', + params: this.query }).then(res => { console.log(res) if (res.code == 200) { @@ -374,4 +378,4 @@ padding: 0px !important; background-color: transparent; } - + \ No newline at end of file