替换域名
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
const token = uni.getStorageSync('token');
|
||||
let that = this
|
||||
uni.request({
|
||||
url:"http://mall.dmygkeji.com/api/Specialci/getAtwillUserInfo",
|
||||
url:"https://mall.dmygkeji.com/api/Specialci/getAtwillUserInfo",
|
||||
data:{
|
||||
userId: 1
|
||||
},
|
||||
|
||||
@@ -370,7 +370,7 @@ export default {
|
||||
const token = uni.getStorageSync('token');
|
||||
console.log(token,that.id)
|
||||
uni.request({
|
||||
url:"http://mall.dmygkeji.com/api/Specialci/goodsShelves",
|
||||
url:"https://mall.dmygkeji.com/api/Specialci/goodsShelves",
|
||||
data:{
|
||||
live_id:that.id
|
||||
},
|
||||
@@ -385,7 +385,7 @@ export default {
|
||||
})
|
||||
setInterval(function(){
|
||||
uni.request({
|
||||
url:"http://mall.dmygkeji.com/api/Specialci/goodsShelves",
|
||||
url:"https://mall.dmygkeji.com/api/Specialci/goodsShelves",
|
||||
data:{
|
||||
live_id:that.id
|
||||
},
|
||||
@@ -403,7 +403,7 @@ export default {
|
||||
|
||||
},10 * 1000)
|
||||
uni.request({
|
||||
url:"http://mall.dmygkeji.com/api/Specialci/livingUserInfo",
|
||||
url:"https://mall.dmygkeji.com/api/Specialci/livingUserInfo",
|
||||
data:{
|
||||
live_id:that.id
|
||||
},
|
||||
@@ -501,7 +501,7 @@ export default {
|
||||
let that = this
|
||||
console.log(token)
|
||||
uni.request({
|
||||
url:"http://mall.dmygkeji.com/api/member/attentionMember",
|
||||
url:"https://mall.dmygkeji.com/api/member/attentionMember",
|
||||
data:{
|
||||
member_id:that.info.user_id
|
||||
},
|
||||
@@ -512,7 +512,7 @@ export default {
|
||||
success(res){
|
||||
console.log(res)
|
||||
uni.request({
|
||||
url:"http://mall.dmygkeji.com/api/Specialci/livingUserInfo",
|
||||
url:"https://mall.dmygkeji.com/api/Specialci/livingUserInfo",
|
||||
data:{
|
||||
live_id:that.id
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user