update
This commit is contained in:
parent
f0833a6392
commit
0e4a02944b
@ -180,6 +180,10 @@ export default {
|
|||||||
},
|
},
|
||||||
// 暂不切换比例
|
// 暂不切换比例
|
||||||
handleNoChange(){
|
handleNoChange(){
|
||||||
|
uni.showModal({
|
||||||
|
title: '是否同意暂不切换分润比例?',
|
||||||
|
success: function (res) {
|
||||||
|
if (res.confirm) {
|
||||||
uni.showLoading({
|
uni.showLoading({
|
||||||
title:'正在加载'
|
title:'正在加载'
|
||||||
})
|
})
|
||||||
@ -200,9 +204,16 @@ export default {
|
|||||||
delta: 1
|
delta: 1
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
},
|
},
|
||||||
// 切换比例
|
// 切换比例
|
||||||
handleChange(){
|
handleChange(){
|
||||||
|
uni.showModal({
|
||||||
|
title: '是否同意切换分润比例?',
|
||||||
|
success: function (res) {
|
||||||
|
if (res.confirm) {
|
||||||
uni.showLoading({
|
uni.showLoading({
|
||||||
title:'正在加载'
|
title:'正在加载'
|
||||||
})
|
})
|
||||||
@ -223,6 +234,9 @@ export default {
|
|||||||
})
|
})
|
||||||
this.handleGetDetail()
|
this.handleGetDetail()
|
||||||
})
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
},
|
},
|
||||||
handleBack(){
|
handleBack(){
|
||||||
if (this.type){
|
if (this.type){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user