From 9f2b6dada7304026de555b3e751b17a5a65e6d7a Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Wed, 26 Nov 2025 14:36:05 +0800
Subject: [PATCH] 1、修复会长小程序端编辑获取信息报错和选择了活动时间但还是提示请选择活动时间 2、修复小程序添加分会成员选择会员时无法下拉问题
---
mobile/pages/user/index/index.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/mobile/pages/user/index/index.vue b/mobile/pages/user/index/index.vue
index dcb542e..dac6ed2 100644
--- a/mobile/pages/user/index/index.vue
+++ b/mobile/pages/user/index/index.vue
@@ -1,5 +1,5 @@
<template>
- <view class="user-index pb20" :data-theme='theme()' :class="theme() || ''">
+ <view class="user-index pb20" :data-theme='theme()' :class="theme() || ''">
<!-- #ifdef MP-WEIXIN -->
<view class="tc head_top">
<view>个人中心</view>
@@ -143,6 +143,7 @@
</view>
</view>
</view>
+
<!--推荐-->
<view>
<recommendProduct :location="20" :city_supplier_ids="city_supplier_ids"></recommendProduct>
@@ -323,7 +324,7 @@
<style lang="scss">
page {
- background-color: #EBEBEB;
+ background-color: #f5f5f5;
}
.w100 {
--
Gitblit v1.9.2