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 @@
-
+
-
+
-
+
-
+
+