增加确认订单是否输入密码判断
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user