From 2d497e140a1793060b2adc3bce3796dde0267dab Mon Sep 17 00:00:00 2001 From: shuxiaoquan <853623962@qq.com> Date: Tue, 7 May 2024 13:33:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E9=82=80=E8=AF=B7=E7=A0=81?= =?UTF-8?q?=E4=B8=8E=E5=8F=96=E6=B6=88=E8=AE=A2=E5=8D=95BUG=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 -- pages/invite/index.vue | 1 - pages/news/rules/index.vue | 2 +- pages/user/index.vue | 97 +++++++++++++++++++++++++++++++++++--- 4 files changed, 91 insertions(+), 13 deletions(-) diff --git a/manifest.json b/manifest.json index 8a94b76..85406bd 100644 --- a/manifest.json +++ b/manifest.json @@ -92,11 +92,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { -<<<<<<< HEAD "appid" : "wxe843b6d7a4bd3389", -======= - "appid" : "wxa3127ed5c3542a28", ->>>>>>> beac19d5a037464834b39080367b0ebe8183fee7 "libVersion" : "latest", "setting" : { // 是否检查安全域名和 TLS 版本 diff --git a/pages/invite/index.vue b/pages/invite/index.vue index 21fba2b..697066e 100644 --- a/pages/invite/index.vue +++ b/pages/invite/index.vue @@ -126,7 +126,6 @@ methods: { createImge() { const that = this; - ctx.fillRect(0, 0, 702 / that.devicePixelRatio, 1248 / that.devicePixelRatio); uni.downloadFile({ url: 'https://www.royaum.com.cn/static/3@2x.png', diff --git a/pages/news/rules/index.vue b/pages/news/rules/index.vue index 01f8c18..2f4ca35 100644 --- a/pages/news/rules/index.vue +++ b/pages/news/rules/index.vue @@ -21,7 +21,7 @@ onLoad(options){ this.itemInfo = JSON.parse(decodeURIComponent(options.itemInfo)) this.title = this.itemInfo.title; - this.strings = this.itemInfo.content; + this.strings = this.itemInfo.content.replace(/style=\"text-wrap: nowrap;\"/g,'style=\"text-wrap: inherit;\"');; }, methods:{ diff --git a/pages/user/index.vue b/pages/user/index.vue index 9f2a051..70fb336 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -33,15 +33,18 @@ 消息 - + + v-if="userInfo.user_type == 20 || userInfo.user_type==40" + > + 会员码 + v-if="userInfo.user_type == 30 || userInfo.user_type==40" + > 分销码 @@ -618,9 +621,9 @@ - + - + - + - + +