| @@ -28,10 +28,10 @@ | |||||
| <p style="font-size: 14px;color: #666666;margin-left: 5px;">修改密码</p> | <p style="font-size: 14px;color: #666666;margin-left: 5px;">修改密码</p> | ||||
| </div> | </div> | ||||
| <div @click="showUpload = true " style="border-radius: 16px;box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16); width:calc( 100% - 40px);margin:20px;background:#fff;padding:20px;display: flex;align-items: center;"> | |||||
| <!-- <div @click="showUpload = true " style="border-radius: 16px;box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16); width:calc( 100% - 40px);margin:20px;background:#fff;padding:20px;display: flex;align-items: center;"> | |||||
| <van-icon :name="require('../../assets/images/housesteadSurvey/btn3.png')" size="18"/> | <van-icon :name="require('../../assets/images/housesteadSurvey/btn3.png')" size="18"/> | ||||
| <p style="font-size: 14px;color: #666666;margin-left: 5px;">上传设置</p> | <p style="font-size: 14px;color: #666666;margin-left: 5px;">上传设置</p> | ||||
| </div> | |||||
| </div>--> | |||||
| <div @click="logout" style="border-radius: 16px;box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16); width:calc( 100% - 40px);margin:20px;background:#fff;padding:20px;display: flex;align-items: center;"> | <div @click="logout" style="border-radius: 16px;box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16); width:calc( 100% - 40px);margin:20px;background:#fff;padding:20px;display: flex;align-items: center;"> | ||||
| <van-icon :name="require('../../assets/images/housesteadSurvey/btn4.png')" size="18"/> | <van-icon :name="require('../../assets/images/housesteadSurvey/btn4.png')" size="18"/> | ||||
| @@ -58,6 +58,7 @@ | |||||
| </van-row> | </van-row> | ||||
| </van-cell-group> | </van-cell-group> | ||||
| </van-popup> | </van-popup> | ||||
| <van-popup v-model:show="showUpload" position="bottom" style="width:100%;padding:20px;"> | <van-popup v-model:show="showUpload" position="bottom" style="width:100%;padding:20px;"> | ||||
| <van-cell center title="批量上传"> | <van-cell center title="批量上传"> | ||||
| <template #right-icon> | <template #right-icon> | ||||
| @@ -65,6 +66,7 @@ | |||||
| </template> | </template> | ||||
| </van-cell> | </van-cell> | ||||
| </van-popup> | </van-popup> | ||||
| </div> | </div> | ||||
| </template> | </template> | ||||