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