更新10.8
This commit is contained in:
parent
3452957db9
commit
58812b9801
@ -97,20 +97,22 @@
|
||||
},
|
||||
methods: {
|
||||
goSignIn() {
|
||||
request({
|
||||
url: 'business/integral/integralSettings/signInFunction',
|
||||
method: 'post',
|
||||
data: {
|
||||
storeId: uni.getStorageSync("storeId"),
|
||||
chainStoreId: uni.getStorageSync("chainStoreId")
|
||||
}
|
||||
}).then((res) => {
|
||||
if (res.code == 200) {
|
||||
console.log(res, 108);
|
||||
this.show = true
|
||||
this.getList()
|
||||
}
|
||||
})
|
||||
if (this.isSignIn == true) {
|
||||
request({
|
||||
url: 'business/integral/integralSettings/signInFunction',
|
||||
method: 'post',
|
||||
data: {
|
||||
storeId: uni.getStorageSync("storeId"),
|
||||
chainStoreId: uni.getStorageSync("chainStoreId")
|
||||
}
|
||||
}).then((res) => {
|
||||
if (res.code == 200) {
|
||||
console.log(res, 108);
|
||||
this.show = true
|
||||
this.getList()
|
||||
}
|
||||
})
|
||||
}
|
||||
},
|
||||
// 判断是否签到
|
||||
getIsSignIn() {
|
||||
|
Loading…
Reference in New Issue
Block a user