增加确认订单是否输入密码判断

This commit is contained in:
2025-09-29 21:25:20 +08:00
parent 1b57cc9653
commit 31e386bd3c
2 changed files with 15 additions and 31 deletions

View File

@@ -69,6 +69,7 @@
import {
productStore
} from '@/stores/user.js';
import {APIuser} from '@/common/api/api.js'
const storeuser = productStore();
const shopUserInfo = reactive({
shopInfo: uni.cache.get('orderVIP'),
@@ -217,6 +218,12 @@
title:'修改成功'
})
}
onMounted(()=>{
APIuser().then(res=>{
uni.cache.set('userInfo', res);
form.usePayPwd=res.usePayPwd
})
})
</script>
<style lang="scss" scoped>