更新10.8

This commit is contained in:
许允枞 2024-10-08 18:37:33 +08:00
parent 3452957db9
commit 58812b9801

View File

@ -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() {