소스 검색

feat: 添加减价助力参数reduceCode的存储功能

ylong 6 일 전
부모
커밋
077bdae4b3
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      App.vue

+ 4 - 0
App.vue

@@ -75,6 +75,10 @@ export default {
 				if (options.query.upsellCode) {
 					uni.setStorageSync('upsellCode', options.query.upsellCode)
 				}
+				//减价助力参数 reduceCode
+				if (options.query.reduceCode) {
+					uni.setStorageSync('reduceCode', options.query.reduceCode)
+				}
 			}
 		} else {
 			this.slientLogin()