Переглянути джерело

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()