From 8bedb5a0c09876046b397a94a9b12bb6e805d284 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期三, 19 六月 2024 17:13:23 +0800
Subject: [PATCH] Merge branch 'jlhg' of http://39.96.92.240:10000/r/~fyy/unattended-app into jlhg

---
 pages/customer-page/customer-my/customer-my.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/customer-page/customer-my/customer-my.vue b/pages/customer-page/customer-my/customer-my.vue
index d2ee75c..90cb958 100644
--- a/pages/customer-page/customer-my/customer-my.vue
+++ b/pages/customer-page/customer-my/customer-my.vue
@@ -4,7 +4,7 @@
 			<view class="navgation">鎴戠殑</view>
 		</view>
 		<view class="personal-information">
-			<view class="personal-information-block" v-if="userInfo.isBuyFlag==1?true:false">
+			<view class="personal-information-block" v-if="userInfo.isBuyFlag=='1'?true:false">
 				<view class="block-main">
 					<view class="huodai">
 						<combined-title title="鎴戠殑璐拱璇�"

--
Gitblit v1.9.1