add:新增优化功能
This commit is contained in:
@@ -96,10 +96,13 @@
|
||||
})
|
||||
})
|
||||
|
||||
onLoad(() => {
|
||||
onLoad((options) => {
|
||||
if (uni.getStorageSync("userInfo").phone) {
|
||||
contact.value = uni.getStorageSync('userInfo').phone;
|
||||
}
|
||||
if(options.selectedType) {
|
||||
selectedType.value = parseInt(options.selectedType);
|
||||
}
|
||||
})
|
||||
|
||||
// 响应式数据
|
||||
|
||||
Reference in New Issue
Block a user