增加支付前的确认弹窗
This commit is contained in:
@@ -82,4 +82,12 @@ export const userPrizeExchange = (data) => {
|
|||||||
url: '/userPrizeExchange/page',
|
url: '/userPrizeExchange/page',
|
||||||
data
|
data
|
||||||
})
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
//记录支付跳转
|
||||||
|
export const insertuserisopen = (data) => {
|
||||||
|
return http.request({
|
||||||
|
url: 'order/insertuserisopen',
|
||||||
|
data
|
||||||
|
})
|
||||||
}
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -2,8 +2,8 @@
|
|||||||
"name" : "斯耀短剧",
|
"name" : "斯耀短剧",
|
||||||
"appid" : "__UNI__E0B05B1",
|
"appid" : "__UNI__E0B05B1",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "1.3.5",
|
"versionName" : "1.3.6",
|
||||||
"versionCode" : 135,
|
"versionCode" : 136,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
|||||||
@@ -131,6 +131,7 @@
|
|||||||
queryInviter()
|
queryInviter()
|
||||||
getBgImg()
|
getBgImg()
|
||||||
data.erweima = config.shareUrl + `/pages/login/register/?invitation=${data.invitationCode}&qdCode=${uni.getStorageSync('userInfo').qdCode}`
|
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)
|
console.log(data.erweima)
|
||||||
})
|
})
|
||||||
|
|
||||||
@@ -217,6 +218,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function qrR(path) {
|
function qrR(path) {
|
||||||
|
console.log('qr',path);
|
||||||
data.erweimapath = path;
|
data.erweimapath = path;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -229,6 +231,7 @@
|
|||||||
}).then(res => {
|
}).then(res => {
|
||||||
data.bgImg = res[0].imageUrl
|
data.bgImg = res[0].imageUrl
|
||||||
data.tuiguang = res[0].describes
|
data.tuiguang = res[0].describes
|
||||||
|
console.log('getBgImg',data);
|
||||||
// data.bgImg = "https://jiaoyu.xianmxkj.com/img/20230822/27d37f847db9481bb3dc54cd12258147.jpg"
|
// data.bgImg = "https://jiaoyu.xianmxkj.com/img/20230822/27d37f847db9481bb3dc54cd12258147.jpg"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user