修改问题
This commit is contained in:
@@ -186,14 +186,14 @@ export default {
|
|||||||
},
|
},
|
||||||
toRed() {
|
toRed() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/me/invite/cashDetail'
|
url: '/me/yaoqing/ymg-yaoqing-tixian'
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
toGift() {
|
toGift() {
|
||||||
console.log('1');
|
console.log('1');
|
||||||
|
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/me/gift/gift?source=' + this.source
|
url: '/me/giftczgw/giftczgw?source=' + this.source
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
// 重新生成
|
// 重新生成
|
||||||
|
|||||||
1106
pages/task/index.vue
1106
pages/task/index.vue
File diff suppressed because it is too large
Load Diff
@@ -74,7 +74,7 @@
|
|||||||
* 获取列表
|
* 获取列表
|
||||||
*/
|
*/
|
||||||
getList() {
|
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 ) {
|
if (res.code == 0 ) {
|
||||||
this.list = res.data.records
|
this.list = res.data.records
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -85,7 +85,7 @@
|
|||||||
* 获取列表
|
* 获取列表
|
||||||
*/
|
*/
|
||||||
getList() {
|
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 ) {
|
if (res.code == 0 ) {
|
||||||
this.list = res.data.records
|
this.list = res.data.records
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user