From 76459cbad8d071085ea0e719e2c1bbfe73895f05 Mon Sep 17 00:00:00 2001 From: 王飞 <14095171+wang-fei12345@user.noreply.gitee.com> Date: 星期四, 23 一月 2025 15:26:10 +0800 Subject: [PATCH] 稳定提交 --- pages/index/person.vue | 55 ++++++++++++++++++++++++++++--------------------------- 1 files changed, 28 insertions(+), 27 deletions(-) diff --git a/pages/index/person.vue b/pages/index/person.vue index ea39bd7..077fd69 100644 --- a/pages/index/person.vue +++ b/pages/index/person.vue @@ -15,6 +15,7 @@ </view> <view class="userinfo-value-box"> <view class="user-nickname">{{ vuex_is_login ? vuex_user :'鏄电О' }}</view> + <view class="user-nickname">{{ vuex_is_login ? company :'鏄电О' }}</view> <!-- <view class="user-company">{{ vuex_is_login ? usercode :'鏆傛湭鐧诲綍' }}</view> --> </view> </view> @@ -56,8 +57,8 @@ </uni-grid-item> </view> </uni-grid> - <view v-else style="background-color: #ffffff; margin-top: 30px;margin-bottom: 120px;"></view> - <u--form style="width: 80%; position: absolute;bottom: 60px;" labelPosition="left" :model="model2" + <view v-else style="background-color: #ffffff; margin-top: 30px;margin-bottom: 30px;"></view> + <!--<u--form style="width: 80%; position: absolute;bottom: 60px;" labelPosition="left" :model="model2" :rules="rules2" ref="uForm"> <u-form-item required label="鎵嬫満鍙�:" prop="userInfo.phone" borderBottom ref="item1" labelWidth="60px"> <u--input v-model="model2.userInfo.phone" border="none" placeholder="璇疯緭鍏ョ數璇�"></u--input> @@ -68,7 +69,7 @@ <u-code :seconds="seconds" ref="uCode" @change="codeChange"></u-code> <u-button slot="right" type="primary" size="small" @tap="getCode2">{{tips}}</u-button> </u-form-item> - </u--form> + </u--form> --> </u-modal> <u-modal buttonReverse confirmText="淇濆瓨" :show="showinfo" :title="titleinfo" @cancel="cancelinfo" @confirm="confirminfo" ref="uModal" :showCancelButton="true"> @@ -185,7 +186,7 @@ tag: '', value: 0, guizi: [], - appversion: 'v1.0.6', + appversion: 'v1.0.7', downloadUrl: '', text1: [], isguizi: false, @@ -695,17 +696,17 @@ }, cancelfaka() { - if (this.model2.userInfo.phone == '' || this.model2.userInfo.yzm == '') { - this.$refs.refSuccess.showBox({ - type: 'error', - txt: '璇峰厛杈撳叆鎵嬫満鍙峰拰楠岃瘉鐮�' - }); - } else if (this.model2.userInfo.yzm != this.yzm) { - this.$refs.refSuccess.showBox({ - type: 'error', - txt: '楠岃瘉鐮佹湁璇�' - }); - } else + // if (this.model2.userInfo.phone == '' || this.model2.userInfo.yzm == '') { + // this.$refs.refSuccess.showBox({ + // type: 'error', + // txt: '璇峰厛杈撳叆鎵嬫満鍙峰拰楠岃瘉鐮�' + // }); + // } else if (this.model2.userInfo.yzm != this.yzm) { + // this.$refs.refSuccess.showBox({ + // type: 'error', + // txt: '楠岃瘉鐮佹湁璇�' + // }); + // } else if (this.isguizi == false) { this.$refs.refSuccess.showBox({ type: 'error', @@ -774,17 +775,17 @@ } }, confirmfaka() { - if (this.model2.userInfo.phone == '' || this.model2.userInfo.yzm == '') { - this.$refs.refSuccess.showBox({ - type: 'error', - txt: '璇峰厛杈撳叆鎵嬫満鍙峰拰楠岃瘉鐮�' - }); - } else if (this.model2.userInfo.yzm != this.yzm) { - this.$refs.refSuccess.showBox({ - type: 'error', - txt: '楠岃瘉鐮佹湁璇�' - }); - } else + // if (this.model2.userInfo.phone == '' || this.model2.userInfo.yzm == '') { + // this.$refs.refSuccess.showBox({ + // type: 'error', + // txt: '璇峰厛杈撳叆鎵嬫満鍙峰拰楠岃瘉鐮�' + // }); + // } else if (this.model2.userInfo.yzm != this.yzm) { + // this.$refs.refSuccess.showBox({ + // type: 'error', + // txt: '楠岃瘉鐮佹湁璇�' + // }); + // } else if (this.checked == false) { this.$refs.refSuccess.showBox({ type: 'error', @@ -824,7 +825,7 @@ // 'content-type': contentType, // }, timeout: 5000, //璁剧疆瓒呮椂鏃堕棿,榛樿5绉� - success: (rep) => { //鍏蜂綋鎹曡幏璇风湅鑷繁鎺ュ彛杩斿洖鐨勫舰寮� + success: (rep) => { //鍏蜂綋鎹曡幏璇风湅鑷繁鎺ュ彛杩斿洖鐨勫舰寮� console.log(rep); if (rep.data > 0) { const params = { -- Gitblit v1.9.3