浏览代码

修改缓存

tanxue 4 月之前
父节点
当前提交
f6cbdc0b0b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      pages/pay/svip.vue

+ 1 - 0
pages/pay/svip.vue

@@ -106,6 +106,7 @@
 		}
 		}
 		orderAdd(req).then(res => {
 		orderAdd(req).then(res => {
 			cacheManager.updateVipStatus('auth', cardId.value)
 			cacheManager.updateVipStatus('auth', cardId.value)
+			cacheManager.updateObject('auth',{growthType:1})
 			daoPokeRef.value.handleShow();
 			daoPokeRef.value.handleShow();
 			setTimeout(() => {
 			setTimeout(() => {
 				daoPokeRef.value.handleClose();
 				daoPokeRef.value.handleClose();