This commit is contained in:
齐天大圣 2024-07-09 10:28:16 +08:00
parent 4273fd0d41
commit dd535ad374
4 changed files with 38 additions and 38 deletions

View File

@ -92,7 +92,8 @@
}, },
}).then((resp) => { }).then((resp) => {
if (resp.code == 200) { if (resp.code == 200) {
console.log(uni.getStorageSync("y_type"),uni.getStorageSync("y_userId")); console.log(uni.getStorageSync("y_type"), uni
.getStorageSync("y_userId"));
if (uni.getStorageSync("y_type") == if (uni.getStorageSync("y_type") ==
'yaoqingyouli') { 'yaoqingyouli') {
_this.activeRecommendRecords() _this.activeRecommendRecords()

View File

@ -325,8 +325,7 @@
oilCardAmountSale: this.oilCardRedece, oilCardAmountSale: this.oilCardRedece,
ifLogin: this.ifLogin, ifLogin: this.ifLogin,
levelAmount: this.levelAmount, levelAmount: this.levelAmount,
activeAmount: this.activeAmount, activeAmount: this.activeAmount
sn
}; };
let _this = this; let _this = this;
request({ request({