From ebcfca23860b6d54f6a1f89991b13b7347358466 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Fri, 17 Apr 2026 18:01:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=94=AF=E4=BB=98=E5=89=8D?= =?UTF-8?q?=E7=9A=84=E7=A1=AE=E8=AE=A4=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/index/index.js | 8 + components/my-video-list/my-video-list.vue | 2080 ++++++++++---------- manifest.json | 4 +- pages/share/index.vue | 3 + 4 files changed, 1054 insertions(+), 1041 deletions(-) diff --git a/api/index/index.js b/api/index/index.js index 4891f2a..1ebc98b 100644 --- a/api/index/index.js +++ b/api/index/index.js @@ -82,4 +82,12 @@ export const userPrizeExchange = (data) => { url: '/userPrizeExchange/page', data }) +} + +//记录支付跳转 +export const insertuserisopen = (data) => { + return http.request({ + url: 'order/insertuserisopen', + data + }) } \ No newline at end of file diff --git a/components/my-video-list/my-video-list.vue b/components/my-video-list/my-video-list.vue index 74ed135..a8549ed 100644 --- a/components/my-video-list/my-video-list.vue +++ b/components/my-video-list/my-video-list.vue @@ -1,90 +1,32 @@ + .no-get { + color: #ff5560; + font-size: 32rpx; + } + \ No newline at end of file diff --git a/manifest.json b/manifest.json index 1dc40b3..f694a44 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "斯耀短剧", "appid" : "__UNI__E0B05B1", "description" : "", - "versionName" : "1.3.5", - "versionCode" : 135, + "versionName" : "1.3.6", + "versionCode" : 136, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/share/index.vue b/pages/share/index.vue index 09f2bba..1d2ae2c 100644 --- a/pages/share/index.vue +++ b/pages/share/index.vue @@ -131,6 +131,7 @@ queryInviter() getBgImg() data.erweima = config.shareUrl + `/pages/login/register/?invitation=${data.invitationCode}&qdCode=${uni.getStorageSync('userInfo').qdCode}` + data.erweima='https://mh-box.sxczgkj.com/pages/login/register/?invitation=7LCV0147KG50&qdCode=ymf123' console.log(data.erweima) }) @@ -217,6 +218,7 @@ } function qrR(path) { + console.log('qr',path); data.erweimapath = path; } @@ -229,6 +231,7 @@ }).then(res => { data.bgImg = res[0].imageUrl data.tuiguang = res[0].describes + console.log('getBgImg',data); // data.bgImg = "https://jiaoyu.xianmxkj.com/img/20230822/27d37f847db9481bb3dc54cd12258147.jpg" }); }