头像
This commit is contained in:
@@ -1,18 +1,6 @@
|
||||
<template>
|
||||
<div class="AppGreatPowerIntegral">
|
||||
<u-button type="primary" class="" @click="show = true" >按钮</u-button>
|
||||
|
||||
<!-- 弹框 -->
|
||||
<u-popup v-model="show" mode="center" :closeable="false">
|
||||
<div class="dialog">
|
||||
<u-input v-model="value" :type="number" :border="true" />
|
||||
|
||||
<div style="display: flex;">
|
||||
<u-button type="primary" >取消</u-button>
|
||||
<u-button type="primary" >确认</u-button>
|
||||
</div>
|
||||
</div>
|
||||
</u-popup>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -22,8 +10,7 @@ export default {
|
||||
appName: '强国积分',
|
||||
data() {
|
||||
return {
|
||||
show: false,
|
||||
value: '',
|
||||
|
||||
}
|
||||
},
|
||||
onShow() {},
|
||||
|
||||
Reference in New Issue
Block a user