Explorar o código

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

ylong hai 6 días
pai
achega
077bdae4b3
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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()