添加创建积分本页面
This commit is contained in:
@@ -26,6 +26,10 @@ const props = defineProps({
|
||||
type: String,
|
||||
default: "#000",
|
||||
},
|
||||
disabledColor:{
|
||||
type: String,
|
||||
default: "#757575",
|
||||
}
|
||||
});
|
||||
|
||||
const loading = ref(false);
|
||||
@@ -55,7 +59,7 @@ const onBtnClick = debounce(async () => {
|
||||
:style="{
|
||||
width: width,
|
||||
borderRadius: rounded + 'px',
|
||||
backgroundColor: disabled ? '#757575' : backgroundColor,
|
||||
backgroundColor: disabled ? disabledColor : backgroundColor,
|
||||
color,
|
||||
}"
|
||||
open-type="getUserInfo"
|
||||
|
||||
Reference in New Issue
Block a user