mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2026-08-06 02:47:25 +08:00
Merge branch 'master' of https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp
This commit is contained in:
@@ -194,7 +194,7 @@ function getCode() {
|
|||||||
storage.setUuid(uuid.v1())
|
storage.setUuid(uuid.v1())
|
||||||
}
|
}
|
||||||
uni.request({
|
uni.request({
|
||||||
url: api.common + '/common/slider/' + props.business,
|
url: api.buyer + '/common/slider/' + props.business,
|
||||||
header: {
|
header: {
|
||||||
uuid: storage.getUuid()
|
uuid: storage.getUuid()
|
||||||
},
|
},
|
||||||
@@ -229,7 +229,7 @@ function end() {
|
|||||||
uni.request({
|
uni.request({
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
url:
|
url:
|
||||||
api.common +
|
api.buyer +
|
||||||
'/common/slider/' +
|
'/common/slider/' +
|
||||||
props.business +
|
props.business +
|
||||||
'?xPos=' +
|
'?xPos=' +
|
||||||
|
|||||||
Reference in New Issue
Block a user