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" }); }