@@ -22,7 +22,9 @@ Page({
peopleCount: 5,
surplus: 0,
type: '',
- shareStatus: 0
+ shareStatus: 0,
+ showInvitation: false,
+ sendShare: false
// url: 'https://www.4dkankan.com/showProPC.html?m=vroMUXdx&origin=4Dplaza&sid=1046051&room_id=1596785144930&user_id=44'
},
@@ -97,6 +97,9 @@ function request(url, data = {}, method = "POST", header = "application/x-www-fo
}
+ // if (res.data.code === 200) {
+ // res.data.code = 0
+ // }
console.error(res.data)
jx(res.data)
resolve(res.data);