From 2ffea51205b7eb94cf3fb7221aede7ff66669fc1 Mon Sep 17 00:00:00 2001
From: wjt <1797368093@qq.com>
Date: 星期一, 29 七月 2024 15:59:04 +0800
Subject: [PATCH] 新需求修改

---
 qiye/my/my.vue |   54 +++++++++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 45 insertions(+), 9 deletions(-)

diff --git a/qiye/my/my.vue b/qiye/my/my.vue
index eeb3b1e..8ec3a93 100644
--- a/qiye/my/my.vue
+++ b/qiye/my/my.vue
@@ -19,7 +19,28 @@
 				<text class="label">鑱旂郴鐢佃瘽</text>
 				<text>{{userPhone||""}}</text>
 			</view>
-			<view class="wbox">
+			<view class="wbox">
+				<view class="item" @click="goChangePhone()">
+					<view class="set-flex">
+						<image src="/static/policy/phone.png" mode="widthFix"></image>
+						<text class="change">淇敼鎵嬫満鍙�</text>
+					</view>
+					<u-icon name="arrow-right"></u-icon>
+				</view>
+				<view class="item" @click="goProposal()">
+					<view class="set-flex">
+						<image src="/static/policy/personal.png" mode="widthFix"></image>
+						<text class="change">鎶曡瘔涓炬姤</text>
+					</view>
+					<u-icon name="arrow-right"></u-icon>
+				</view>
+				<view class="item" @click="goProposal1()">
+					<view class="set-flex">
+						<image src="/static/policy/jianyi.png" mode="widthFix"></image>
+						<text class="change">寤鸿/璇夋眰</text>
+					</view>
+					<u-icon name="arrow-right"></u-icon>
+				</view>
 				<view class="item" @click="tousu()">
 					<view class="set-flex">
 						<image src="/static/qiye/q06.png" mode="widthFix"></image>
@@ -27,20 +48,20 @@
 					</view>
 					<u-icon name="arrow-right"></u-icon>
 				</view>
+				<view class="item" @click="jianyi()">
+					<view class="set-flex">
+						<image src="/static/policy/jianyi-record.png" mode="widthFix" style="border-radius: 50%;"></image>
+						<text class="change">寤鸿璁板綍</text>
+					</view>
+					<u-icon name="arrow-right"></u-icon>
+				</view>
 				<view class="item" @click="switchPhone()" v-if="isShowChange">
 					<view class="set-flex">
 						<image src="/static/qiye/qiehuan.png" mode="widthFix"></image>
 						<text class="change">鍒囨崲璐﹀彿</text>
 					</view>
 					<u-icon name="arrow-right"></u-icon>
-				</view>
-				<view class="item" @click="goChangePhone()">
-					<view class="set-flex">
-						<image src="/static/policy/phone.png" mode="widthFix"></image>
-						<text class="change">淇敼鎵嬫満鍙�</text>
-					</view>
-					<u-icon name="arrow-right"></u-icon>
-				</view>
+				</view>
 			</view>
 			<!-- <view class="show-phone-number">
 				<view class="set-flex">
@@ -111,6 +132,11 @@
 					url: '/qiye/complaint/complaint'
 				})
 			},
+			jianyi(){
+				uni.navigateTo({
+					url: '/qiye/proprsalRecord/proprsalRecord'
+				})
+			},
 			switchPhone(){
 				uni.navigateTo({
 					url: "/qiye/switchPhone/switchPhone"
@@ -129,6 +155,16 @@
 				      }
 				     }
 				    })
+			},
+			goProposal() {
+				uni.navigateTo({
+					url: `/qiye/proposal/proposal`
+				})
+			},
+			goProposal1() {
+				uni.navigateTo({
+					url: `/qiye/proposal1/proposal1`
+				})
 			}
 		}
 	}

--
Gitblit v1.9.1