|
|
@@ -21,7 +21,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <button class="submit-btn" @click="goUpload()">上传</button>
|
|
|
+ <!-- <button class="submit-btn" @click="goUpload()">上传</button> -->
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
|
@@ -41,17 +41,41 @@ export default {
|
|
|
icon: "/static/upload.png",
|
|
|
name: "内容上传" ,
|
|
|
url: "/pages/index/upload/upload",
|
|
|
- isShow:true,
|
|
|
+ isShow:false,
|
|
|
},
|
|
|
{
|
|
|
icon: "/static/sign.png",
|
|
|
name: "发布记录" ,
|
|
|
url: "/pages/index/record/record",
|
|
|
- isShow:true,
|
|
|
+ isShow:false,
|
|
|
},
|
|
|
{
|
|
|
icon: "/static/scan.png",
|
|
|
- name: "扫一扫" ,
|
|
|
+ name: "扫码" ,
|
|
|
+ // url: "/pages/index/scanCode/index",
|
|
|
+ isShow:true,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ icon: "/static/self-icon.png",
|
|
|
+ name: "个人信息" ,
|
|
|
+ // url: "/pages/",
|
|
|
+ isShow:true,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ icon: "/static/org-icon.png",
|
|
|
+ name: "组织成员" ,
|
|
|
+ // url: "/pages/index/scanCode/index",
|
|
|
+ isShow:true,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ icon: "/static/explain-icon.png",
|
|
|
+ name: "后台说明" ,
|
|
|
+ // url: "/pages/index/record/record",
|
|
|
+ isShow:true,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ icon: "/static/back.png",
|
|
|
+ name: "退出登录" ,
|
|
|
// url: "/pages/index/scanCode/index",
|
|
|
isShow:true,
|
|
|
},
|
|
|
@@ -260,7 +284,7 @@ export default {
|
|
|
height: 360rpx;
|
|
|
width: 100%;
|
|
|
display: flex;
|
|
|
- margin-bottom: 80rpx;
|
|
|
+ // margin-bottom: 80rpx;
|
|
|
background-color: #c2e3e6;
|
|
|
// border-radius: 0rpx 0rpx 100% 100%;
|
|
|
.img-name-box {
|
|
|
@@ -301,17 +325,17 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.options {
|
|
|
- padding: 70rpx;
|
|
|
+ padding: 0 70rpx 0 70rpx;
|
|
|
z-index: 99;
|
|
|
position: relative;
|
|
|
- top: -270rpx;
|
|
|
+ top: -100rpx;
|
|
|
.options-item {
|
|
|
background-color: #fff;
|
|
|
display: flex;
|
|
|
box-shadow: 0px 4rpx 32rpx rgba(0, 0, 0, 0.1);
|
|
|
border-radius: 32rpx;
|
|
|
- margin-top: 20px;
|
|
|
- height: 150rpx;
|
|
|
+ margin-top: 30rpx;
|
|
|
+ height: 75px;
|
|
|
align-items: center;
|
|
|
.img-box {
|
|
|
margin-left: 40rpx;
|