From b85e774f58609cb9e975731e355bdfa5ab679236 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期五, 19 一月 2024 17:34:38 +0800
Subject: [PATCH] feat:小程序验质页面提交新功能(拆分净重、扣罚种类改为多选、品名规格支持手动输入)

---
 pages/login/login.vue |   37 +------------------------------------
 1 files changed, 1 insertions(+), 36 deletions(-)

diff --git a/pages/login/login.vue b/pages/login/login.vue
index 162aa5f..8794449 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -18,7 +18,7 @@
 				text="涓�閿粦瀹氭祴璇�"></u-button>
 		</view> -->
 		<view class="register"
-			@click="registerClick"><text>娉ㄥ唽</text></view>
+			@click="PrivacyAgreementHandle"><text>娉ㄥ唽</text></view>
 		<view class="login-bottom-box">
 			<view class="copyright">鏃犱汉鍊煎畧寰俊灏忕▼搴�</view>
 			<view class="copyright">灏忕▼搴忎粎渚涘凡鎷ユ湁绯荤粺璐﹀彿鐗瑰畾鍐呴儴浜哄憳浣跨敤</view>
@@ -57,21 +57,6 @@
 				@confirm="bindWxConfirm"
 				@cancel="bindWxCancel"></u-modal>
 		</view>
-		<!-- 娉ㄥ唽鍚屾剰鑾峰彇闅愮淇℃伅 -->
-		<view class="privacy">
-			<u-modal :show="privacyShow"
-				:title="privacyTitle"
-				showCancelButton
-				@confirm="privacyConfirm"
-				@cancel="privacyCancel"
-				confirmText="鍚屾剰"
-				cancelText="涓嶅悓鎰�">
-				<view class="slot-content"
-					@click="PrivacyAgreementHandle">
-					<rich-text :nodes="PrivacyAgreement"></rich-text>
-				</view>
-			</u-modal>
-		</view>
 	</view>
 </template>
 
@@ -91,9 +76,6 @@
 				bindWxContent: '濡傛灉宸叉嫢鏈夌郴缁熻处鍙凤紝鍙互鐩存帴璺宠浆缁戝畾寰俊椤甸潰',
 				appid: "",
 				secret: "",
-				privacyShow: false,
-				privacyTitle: "娉ㄦ剰",
-				PrivacyAgreement: `<p>娉ㄥ唽鍗充唬琛ㄦ偍鍚屾剰鎴戜滑鐢ㄦ埛闅愮鍗忚</p><p  class='PrivacyAgreement'>鐐瑰嚮鏌ョ湅鐢ㄦ埛闅愮鍗忚</p>`
 			};
 		},
 		components: {
@@ -187,28 +169,11 @@
 			openPopup() {
 				console.log('鎵撳紑浜�');
 			},
-			privacyConfirm() {
-				uni.navigateTo({
-					url: '/pages/register/register'
-				});
-			},
-			privacyCancel() {
-				this.privacyShow = false
-			},
-			registerClick() {
-				this.privacyShow = true
-			},
 			PrivacyAgreementHandle() {
 				uni.navigateTo({
 					url: '/pages/login/PrivacyAgreementText/PrivacyAgreementText'
 				})
 			},
-			// 姝ゆ柟娉曞彧杩涜缁戝畾娴嬭瘯锛屽凡缁忛�氳繃鎵爜瑙e喅
-			jumpBindBack() {
-				uni.navigateTo({
-					url: '/pages/bindBackground/bindBackground'
-				})
-			}
 		}
 	};
 </script>

--
Gitblit v1.9.1