|
|
@@ -147,9 +147,9 @@ export default {
|
|
|
// 续费
|
|
|
if (this.option.pay == 1) {
|
|
|
this.status = 3;
|
|
|
- sessionStorage.setItem("renewOption", JSON.stringify(this.option));
|
|
|
+ uni.setStorageSync("renewOption", JSON.stringify(this.option));
|
|
|
} else {
|
|
|
- sessionStorage.removeItem("renewOption");
|
|
|
+ uni.clearStorageSync("renewOption");
|
|
|
}
|
|
|
|
|
|
//花店分享的页面有邀人,打开页面保存邀请人
|