Commit 4a0bf0a8 by 宋冰琦

修复

parent 1a5778db
...@@ -326,6 +326,9 @@ export default { ...@@ -326,6 +326,9 @@ export default {
} }
}, },
async getallNum(e) { async getallNum(e) {
if(!this.shopState||!this.isInRange){
return
}
const gosettleFun = async ()=> { const gosettleFun = async ()=> {
const { goods } = this; const { goods } = this;
const { data } = await Order.checkSku({skuId:goods.skuId}) const { data } = await Order.checkSku({skuId:goods.skuId})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment