修改问题

This commit is contained in:
duan
2024-12-31 18:28:57 +08:00
parent f6de576a5e
commit a9974eddca
4 changed files with 590 additions and 524 deletions

View File

@@ -186,14 +186,14 @@ export default {
},
toRed() {
uni.navigateTo({
url: '/me/invite/cashDetail'
url: '/me/yaoqing/ymg-yaoqing-tixian'
});
},
toGift() {
console.log('1');
uni.navigateTo({
url: '/me/gift/gift?source=' + this.source
url: '/me/giftczgw/giftczgw?source=' + this.source
});
},
// 重新生成

File diff suppressed because it is too large Load Diff

View File

@@ -74,7 +74,7 @@
* 获取列表
*/
getList() {
this.$Request.getT('app/discSpinning/selectDiscSpinning', {source:this.source}).then(res => {
this.$Request.getT('/app/discSpinning/selectDiscSpinning', {source:this.source}).then(res => {
if (res.code == 0 ) {
this.list = res.data.records
}

View File

@@ -85,7 +85,7 @@
* 获取列表
*/
getList() {
this.$Request.getT('app/discSpinning/selectDiscSpinning', {source:this.source}).then(res => {
this.$Request.getT('/app/discSpinning/selectDiscSpinning', {source:this.source}).then(res => {
if (res.code == 0 ) {
this.list = res.data.records
}