[绚火最新]
This commit is contained in:
@@ -7,9 +7,9 @@ import { errInfo } from './err'
|
|||||||
import { updToken } from './updateToken'
|
import { updToken } from './updateToken'
|
||||||
|
|
||||||
// 正式地址
|
// 正式地址
|
||||||
// const api = "https://api.xuanhuojk.com/api/"
|
const api = "https://api.xuanhuojk.com/api/"
|
||||||
// 测试地址
|
// 测试地址
|
||||||
const api = "https://api.xhtest.douhuofalv.com/api/"
|
// const api = "https://api.xhtest.douhuofalv.com/api/"
|
||||||
const header = {
|
const header = {
|
||||||
"Accept" : "application/json"
|
"Accept" : "application/json"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -88,8 +88,8 @@ Page({
|
|||||||
mask : true
|
mask : true
|
||||||
})
|
})
|
||||||
wx.request({
|
wx.request({
|
||||||
url : 'https://api.xhtest.douhuofalv.com/api/mall/goods/' + this.data.goodsId,
|
// url : 'https://api.xhtest.douhuofalv.com/api/mall/goods/' + this.data.goodsId,
|
||||||
// url : 'https://api.xuanhuojk.com/api/mall/goods/' + this.data.goodsId,
|
url : 'https://api.xuanhuojk.com/api/mall/goods/' + this.data.goodsId,
|
||||||
header : {
|
header : {
|
||||||
"Accept" : "application/json",
|
"Accept" : "application/json",
|
||||||
"channel" : "client",
|
"channel" : "client",
|
||||||
|
|||||||
Reference in New Issue
Block a user