This commit is contained in:
cclu 2023-07-06 19:02:49 +08:00
parent f0833a6392
commit 0e4a02944b

View File

@ -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){