|
|
@@ -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"
|