From 0e9b58dea98030029d30e86a0460323c8e56b1ec Mon Sep 17 00:00:00 2001
From: 346149741 <346149741@qq.com>
Date: 星期二, 03 九月 2024 14:03:00 +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