diff --git a/config.js b/config.js index 9325d95..2967bfa 100644 --- a/config.js +++ b/config.js @@ -14,7 +14,7 @@ export default { * 商城ID (必填) * 可在超管后台-商城列表中查看10025 */ - storeId: 10001, + storeId: 10045, // storeId: 10037, diff --git a/manifest.json b/manifest.json index 2f9cbcc..04e172b 100644 --- a/manifest.json +++ b/manifest.json @@ -92,7 +92,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wx68d198de972a9e9d", + "appid" : "wxe843b6d7a4bd3389", "libVersion" : "latest", "setting" : { // 是否检查安全域名和 TLS 版本 diff --git a/pages.json b/pages.json index b7ff968..e0468e2 100644 --- a/pages.json +++ b/pages.json @@ -405,6 +405,20 @@ "enablePullDownRefresh": false } }, + { + "path": "caigou/notice", + "style": { + "navigationBarTitleText": "权益中心", + "enablePullDownRefresh": false + } + }, + { + "path": "caigou/notice1", + "style": { + "navigationBarTitleText": "支付成功", + "enablePullDownRefresh": false + } + }, { "path": "article/add", "style": { diff --git a/pages/invite/index.vue b/pages/invite/index.vue index 58243ff..e61e56b 100644 --- a/pages/invite/index.vue +++ b/pages/invite/index.vue @@ -94,7 +94,7 @@ export default { data() { return { - qrcode: "https://www.royaum.com.cn/temp/10001/qrcode_9771ee05d738a611504d2199eb7ee1df.png?t=1713240295", + qrcode: "", userInfo: {}, backgroundBg: { "background": "rgba(255,255,255,0.22)" @@ -185,7 +185,7 @@ type: 'invite_notice' }) .then(result => { - if (result.data.detail.content) { + if (result.data.detail && result.data.detail.content) { app.list.push(this.formatRichText(result.data.detail.content)) } }) @@ -230,6 +230,9 @@ if(type == 1){ return ; }else{ + uni.showLoading({ + title: '加载中' + }) this.createImge(); } return ; @@ -334,10 +337,12 @@ .invite { background: url(https://www.royaum.com.cn/static/news/invite-bg.png?t=2) center top no-repeat; background-size: 100% auto; + position: relative; + overflow: hidden; .myCanvas{ position: absolute; left: 0; - top: 0; + top: -1200rpx; z-index: -1; opacity: 0; } @@ -351,35 +356,35 @@ z-index: 55; .popup { - width: 702rpx; - height: 1370rpx; + width: 620rpx; + height: 1220rpx; position: absolute; left: 50%; - margin-left: -351rpx; + margin-left: -310rpx; top: 50%; - margin-top: -685rpx; + margin-top: -635rpx; z-index: 2; .bg{ - width: 702rpx; - height: 1248rpx; + width: 620rpx; + height: 1102rpx; } .code { - width: 162rpx; - height: 162rpx; + width: 150rpx; + height: 150rpx; border-radius: 50%; position: absolute; left: 50%; - bottom: 340rpx; + bottom: 305rpx; z-index: 2; - margin-left: -65rpx; + margin-left: -62rpx; } .qrcode { width: 200rpx; height: 80rpx; position: absolute; - left: 85px; - bottom: 125rpx; + left: 70px; + bottom: 115rpx; z-index: 2; font-size: 45rpx; color: #cf100d; diff --git a/pages/member/index.vue b/pages/member/index.vue index 7f7c4d8..50cd1ba 100644 --- a/pages/member/index.vue +++ b/pages/member/index.vue @@ -1,644 +1,388 @@ - diff --git a/pages/member/index1.vue b/pages/member/index1.vue new file mode 100644 index 0000000..7f7c4d8 --- /dev/null +++ b/pages/member/index1.vue @@ -0,0 +1,644 @@ + + + + + diff --git a/pages/news/caigou/notice.vue b/pages/news/caigou/notice.vue new file mode 100644 index 0000000..1016732 --- /dev/null +++ b/pages/news/caigou/notice.vue @@ -0,0 +1,449 @@ + + + + diff --git a/pages/news/caigou/notice1.vue b/pages/news/caigou/notice1.vue new file mode 100644 index 0000000..82f5fc0 --- /dev/null +++ b/pages/news/caigou/notice1.vue @@ -0,0 +1,97 @@ + + + + diff --git a/pages/user/index.vue b/pages/user/index.vue index ed7ac19..f5a3809 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -17,7 +17,7 @@ @chooseavatar="onChooseAvatar" --> diff --git a/project.config.json b/project.config.json index 435aa7e..06a195e 100644 --- a/project.config.json +++ b/project.config.json @@ -1,5 +1,5 @@ { - "appid": "wx68d198de972a9e9d", + "appid": "wxe843b6d7a4bd3389", "compileType": "miniprogram", "libVersion": "3.3.3", "packOptions": {