From 199094ca096eae95b983f93212815d15a5b95053 Mon Sep 17 00:00:00 2001 From: h30830569 <30830569@qq.com> Date: Mon, 27 Jun 2022 10:16:15 +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 --- .env.development | 2 +- src/pageA/after_sales_detail/index.vue | 2 +- src/pageA/invite_friends/index.vue | 4 ++-- src/pageA/personal/personal.vue | 2 +- src/pages/apply_refund/index.vue | 2 +- src/pages/index/index.vue | 2 +- src/pages/product_details/components/share-popup.vue | 2 +- src/pages/product_details/index.vue | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.env.development b/.env.development index deb7145..5176c2f 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ ENV = 'development' -VUE_APP_BASE_API = 'https://jiqu.zichunsheng.cn/api' +VUE_APP_BASE_API = 'https://jiqu-library.peidikeji.cn/api' diff --git a/src/pageA/after_sales_detail/index.vue b/src/pageA/after_sales_detail/index.vue index 2d900e9..23b823b 100644 --- a/src/pageA/after_sales_detail/index.vue +++ b/src/pageA/after_sales_detail/index.vue @@ -309,7 +309,7 @@ async uploads() { const resData = await this.$api.post('/v1/oss-sts'); // const host = `https://${resData.bucket}.${resData.region_id}.aliyuncs.com/` - const host = `https://${resData.domain}/`; + const host = `https://${resData.bucket}.${resData.host}/`; const arr = [] try { for (let i = 0; i < this.tempFilePaths.length; i++) { diff --git a/src/pageA/invite_friends/index.vue b/src/pageA/invite_friends/index.vue index b66da0b..d82e251 100644 --- a/src/pageA/invite_friends/index.vue +++ b/src/pageA/invite_friends/index.vue @@ -129,7 +129,7 @@ onShareAppMessage(){ let code = this.user.code ? this.user.code : ''; let shareObj={ - title:'我正在使用积趣小程序,赶紧跟我一起来体验吧!', + title:'我正在使用积趣自然图书馆,赶紧跟我一起来体验吧!', path:`/pages/index/index?invite_code=${code}`, imageUrl:'' } @@ -144,7 +144,7 @@ scene: scene, type: 0, href: `https://wap.zichunsheng.cn/register?code=${this.user.code}`, - title: '我正在使用子春生APP,赶紧跟我一起来体验吧!', + title: '我正在使用积趣自然图书馆,赶紧跟我一起来体验吧!', // summary: "我正在使用子春生APP,赶紧跟我一起来体验吧!", imageUrl: '/static/images/share/logs.png', success: res => {} diff --git a/src/pageA/personal/personal.vue b/src/pageA/personal/personal.vue index 30eebc4..7302c62 100644 --- a/src/pageA/personal/personal.vue +++ b/src/pageA/personal/personal.vue @@ -138,7 +138,7 @@ export default { try { const resData = await this.$api.post('/v1/oss-sts'); // const host = `https://${resData.bucket}.${resData.region_id}.aliyuncs.com/`; - const host = `https://${resData.domain}/`; + const host = `https://${resData.bucket}.${resData.host}/`; var upFile = new Promise((r) => { uploadImage( this.user.avatar, diff --git a/src/pages/apply_refund/index.vue b/src/pages/apply_refund/index.vue index cd65b5e..b5cca49 100644 --- a/src/pages/apply_refund/index.vue +++ b/src/pages/apply_refund/index.vue @@ -275,7 +275,7 @@ import loadingView from '../../components/loading-view/loading-view.vue'; async uploads() { const resData = await this.$api.post('/v1/oss-sts'); // const host = `https://${resData.bucket}.${resData.region_id}.aliyuncs.com/` - const host = `https://${resData.domain}/`; + const host = `https://${resData.bucket}.${resData.host}/`; const arr = [] try { for (let i = 0; i < this.tempFilePaths.length; i++) { diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 42a8816..61f5589 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -350,7 +350,7 @@ export default { onShareAppMessage() { let code = this.user.code ? this.user.code : ''; let shareObj = { - title: '我正在使用子春生小程序,赶紧跟我一起来体验吧!', + title: '我正在使用积趣自然图书馆,赶紧跟我一起来体验吧!', path: `/pages/index/index?invite_code=${code}`, }; return shareObj; diff --git a/src/pages/product_details/components/share-popup.vue b/src/pages/product_details/components/share-popup.vue index 47b8566..0bfae69 100644 --- a/src/pages/product_details/components/share-popup.vue +++ b/src/pages/product_details/components/share-popup.vue @@ -197,7 +197,7 @@ export default { }, //商品名称 { type: 'text', - text: `¥${t.goods.market_price}`, + text: `¥${t.goods.sell_price}`, size: '20', color: '#fa3534', fontWeight: 'bold', diff --git a/src/pages/product_details/index.vue b/src/pages/product_details/index.vue index 1eb25db..9506b96 100644 --- a/src/pages/product_details/index.vue +++ b/src/pages/product_details/index.vue @@ -540,7 +540,7 @@ export default { type: 0, href: `https://wap.zichunsheng.cn/register?code=${code}`, title: this.detail.name, - summary: '我正在使用子春生APP,赶紧跟我一起来体验吧!', + summary: '我正在使用积趣自然图书馆,赶紧跟我一起来体验吧!', imageUrl: `${this.detail.cover}?x-oss-process=image/resize,w_80/quality,q_90`, success: (res) => {}, });