Browse Source

Merge remote-tracking branch 'origin/2025鹅状元数学' into 2025鹅状元数学

tanxue 1 month ago
parent
commit
34843b8d01
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/chanpinXuanze/cp1/banben.vue

+ 1 - 1
pages/chanpinXuanze/cp1/banben.vue

@@ -62,7 +62,7 @@ function handleSelect(item) {
   }
   shuxueHttp.getShuxueChanpinBanbenSave(opt).then(res => {
     if (!res.data) { return;}
-    cacheManager.get('neirong') && cacheManager.remove('neirong');
+    cacheManager.get('contentInfo') && cacheManager.remove('contentInfo');
     // 跳转
     uni.switchTab({
       url: "/pages/chanpinneirong/index"