调用支付接口,未登录的情况下

This commit is contained in:
duan
2025-01-08 15:08:08 +08:00
parent 383ec3607a
commit 9c956be0dc
2 changed files with 28 additions and 25 deletions

View File

@@ -853,7 +853,7 @@ export default {
this.getDataList(this.courseId, this.courseDetailsId);
}
if( uni.getStorageSync('token')){
if(uni.getStorageSync('token')){
this.$Request.getT('/app/course/getRedEnvelopeTips').then((res) => {
if (res.code == 0) {
this.getRedEnvelopeTips = res.data;