Browse Source

Merge branch '2025鹅状元数学' of https://gogs.mtavip.com/wangguoyu/uniProject into 2025鹅状元数学

tanxue 1 month ago
parent
commit
efb141f9ca

+ 5 - 5
components/goLogin/goLogin.vue

@@ -202,11 +202,11 @@
 		}
     telBind(req).then(res => {
 			if (res.code == 0 && res.data) {
-				const auth = cacheManager.get('auth');
-				auth.userName = loginData.phoneNumber;
-				// 更新用户信息
-				cacheManager.set('auth', auth)
-				// 返回重新支付
+        cacheManager.updateObject('auth', {
+          userName: loginData.phoneNumber
+        })
+        const auth = cacheManager.get('auth');
+        // 返回重新支付
 				handleBack();
 				emits('success', auth)
 			}

+ 1 - 1
pages/chanpinXuanze/components/shuxueList.vue

@@ -1,7 +1,7 @@
 <template>
 	<view class="sx-card-list" v-if="list.length">
     <template  v-for="{chanpin,value:item} in list">
-      <cp1 v-if="chanpin == 'tujiemuti'" :item="item" :key="item.chanpinId"></cp1>
+<!--      <cp1 v-if="chanpin == 'tujiemuti'" :item="item" :key="item.chanpinId"></cp1>-->
 <!--      <cp2 v-if="chanpin == 'tujiemuti333'" :item="item" :key="item.chanpinId"></cp2>-->
     </template>
 

+ 1 - 1
pages/chanpinXuanze/components/yingyuList.vue

@@ -1,7 +1,7 @@
 <template>
 	<view class="sx-card-list" v-if="list.length">
     <template  v-for="{chanpin,value:item} in list" :item="item">
-      <cp1 v-if="chanpin == 'xxx'" :item="item" :key="item.chanpinId" class="sx-card-box"></cp1>
+<!--      <cp1 v-if="chanpin == 'xxx'" :item="item" :key="item.chanpinId" class="sx-card-box"></cp1>-->
     </template>
 
 	</view>