@@ -237,6 +237,7 @@ export default {
optObj[arrs[i].split('=')[0]] = arrs[i].split('=')[1]
}
this.id = optObj.id
+ uni.setStorageSync('newUser_sc', optObj.sc)
} else {
// 小程序正常跳转的
// this.id => goodsId
@@ -99,7 +99,7 @@ export default {
})
},
- // 获取每日一练试卷打卡记录
+ // 获取每日一练试卷日历打卡记录
getDailyRecord() {
this.$http({
url: '/bank/question/get/special/record',
@@ -282,6 +282,7 @@ export default {
// console.log('optObj:', optObj);
this.goodsType = optObj.goodsType
+ console.log('optObj.sc:', optObj.sc);
uni.setStorageSync('newUser_sc', optObj.sc)
@@ -133,6 +133,7 @@ export default {
if (uni.getStorageSync('newUser_sc')) {
this.newUser_sc = uni.getStorageSync('newUser_sc')
+ console.log('---this.newUser_sc:', this.newUser_sc);
onShow() {
// 获取code