29182
This commit is contained in:
		| @@ -0,0 +1,37 @@ | ||||
| <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"> | ||||
|         <view>出淤泥而不染,濯清涟而不妖</view> | ||||
|  | ||||
|         <div style="display: flex;"> | ||||
|           <u-button type="primary" >取消</u-button> | ||||
|           <u-button type="primary" >确认</u-button> | ||||
|         </div> | ||||
|       </div> | ||||
| 		</u-popup> | ||||
|   </div> | ||||
| </template> | ||||
|  | ||||
| <script> | ||||
| export default { | ||||
|   name: 'AppGreatPowerIntegral', | ||||
|   appName: '强国积分', | ||||
|   data() { | ||||
|     return { | ||||
|       show: false, | ||||
|     } | ||||
|   }, | ||||
|   onShow() {}, | ||||
|   methods: {} | ||||
| } | ||||
| </script> | ||||
|  | ||||
| <style lang="scss" scoped> | ||||
| .AppGreatPowerIntegral { | ||||
|    | ||||
| } | ||||
| </style> | ||||
| @@ -19,9 +19,9 @@ | ||||
|     <div> | ||||
|       <div class="title"><span style="color: #FF4466">*</span>事件描述</div> | ||||
|       <div> | ||||
|         <u-input type="textarea" v-model="form.description" placeholder="请输入事件内容描述" height="200" maxlength="500"/> | ||||
|         <u-input type="textarea" v-model="form.description" placeholder="请输入事件内容描述" height="200" maxlength="200"/> | ||||
|       </div> | ||||
|       <div class="tips">{{form.description.length}}/500</div> | ||||
|       <div class="tips">{{form.description.length}}/200</div> | ||||
|     </div> | ||||
|  | ||||
|     <div class="btn"> | ||||
|   | ||||
| @@ -101,7 +101,6 @@ export default { | ||||
|         } | ||||
|       }).then(res => { | ||||
|         if(res.code ==0) { | ||||
|           console.log(res); | ||||
|           this.data = res.data.resident | ||||
|         } | ||||
|       }) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user