调用支付接口,未登录的情况下
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user